Update delta_backups.md
This commit is contained in:
parent
635acfd9af
commit
eb52095081
@ -1,2 +1,17 @@
|
||||
# Delta backups
|
||||
|
||||
> This feature will be out when delta VHDs will be officially supported by Citrix, in XenServer (Dundee).
|
||||
|
||||
The next version of XenServer will support delta VHD export. It means you can export only the delta between your current VM disks and a previous snapshot.
|
||||
|
||||
It's very similar to VEEAM *Forward Incremental Backup*, as explained in their documentation:
|
||||
|
||||

|
||||
|
||||
Basically, you'll create "key" backups (full backup) and use delta from those. It's the same principle for MPEG compression and key frame.
|
||||
|
||||
You can imagine to make a full backup during a weekend, and only delta backups every night. It combines the flexibility of snapshots and the power of full backups, because:
|
||||
|
||||
* delta are stored somewhere else than the current VM storage
|
||||
* they are small
|
||||
* you can restore easily
|
Loading…
Reference in New Issue
Block a user