Visit Open-E website
Results 1 to 10 of 15

Thread: XenServer Backup and Restore

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2010
    Location
    GA
    Posts
    935

    Default

    Quote Originally Posted by Klug
    I don't think there's an howto documentation about ASYNC replication (nightly) of a VOLUME (iSCSI) over a WAN.

    There are docs for synchronuous replication of volumes over LAN.

    http://www.open-e.com/library/how-to-resources/
    Then "Open-E Replications".
    DSSV6 no longer does ASYNC replication. this feature has been removed for the moment.
    Setting up Volume replication is the same for iSCSI and NAS volumes though.

  2. #2

    Default

    Do you expect to have this turned back on in future releases?

    Thanks
    Shawn.

  3. #3
    Join Date
    Oct 2010
    Location
    GA
    Posts
    935

    Default

    Quote Originally Posted by shawngrass
    Do you expect to have this turned back on in future releases?

    Thanks
    Shawn.
    Eventually I think it will return.
    But no ETA on that yet...

  4. #4

    Default

    Currently the Backup function w/ DSS V6 is only with NAS Volumes, though the Snapshot will work for NAS, iSCSI and FC Volumes as well but we dont have a backup feature for the iSCSI volumes.

  5. #5

    Default

    the easiest way would be to take a snapshot from xenserver itself and export it to template

    this solution results in a file-based backup of a virtual machine, you can reimport such vm easily via xencenter, the only thing it requires is some kind of storage to write backups to (cifs/nfs/usb hdd and such..)

    but keep in mind that it is slow, as you have to dump all data blocks that have been at least once written and not only currently used space
    for example new vm with 20gb hdd and only 4gb used will most probably result in 4gb backup file, old vm which had some writes done, will hit 20gb easily even if it still uses only 4gb of space


    http://www.andy-burton.co.uk/blog/in...ws-cifs-share/

  6. #6
    Join Date
    Oct 2010
    Location
    GA
    Posts
    935

    Default

    Thanks Red... great info to have around, very usefull.

  7. #7

    Default

    Quote Originally Posted by red
    the easiest way would be to take a snapshot from xenserver itself and export it to template

    this solution results in a file-based backup of a virtual machine, you can reimport such vm easily via xencenter, the only thing it requires is some kind of storage to write backups to (cifs/nfs/usb hdd and such..)

    but keep in mind that it is slow, as you have to dump all data blocks that have been at least once written and not only currently used space
    for example new vm with 20gb hdd and only 4gb used will most probably result in 4gb backup file, old vm which had some writes done, will hit 20gb easily even if it still uses only 4gb of space


    http://www.andy-burton.co.uk/blog/in...ws-cifs-share/
    We are currently using a script to do the backup like you suggest, but as you say it is slow, and the files are quite large. We are also looking at a new solution called PHDVirtual that is suppose to be able to do backups of only files that have changed since the last backup.

    Thanks
    Shawn

  8. #8

    Default

    I disagree with red...escpecially because of the inefficiency of data...
    This will not work for
    - regular basis backups
    - need for differencial / incremental backups
    - high amount of VMs / data in VHDs...
    Unfortunately there are very little number of backup tools that support Xen...

    So this is open for me, too, and we rely on data backups with system images and iSCSI failover cluster, too.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •