Update delta_backups.md
This commit is contained in:
parent
5ca9654b2f
commit
07fb894c0e
@ -6,6 +6,8 @@
|
||||
|
||||
You can export only the delta between your current VM disks and a previous snapshot (called here the *reference*).
|
||||
|
||||
## Introduction
|
||||
|
||||
Full backups can be represented like this:
|
||||
|
||||

|
||||
@ -25,4 +27,12 @@ You can imagine to make a full backup during a weekend, and only delta backups e
|
||||
|
||||
So, if you want to rollback your VM to a previous state, the cost is only one snapshot on your SR (far less than the [rolling snapshot](rolling_snapshot.md) mechanism).
|
||||
|
||||
Even if you lost your whole SR or VM, you can use a Full backup to restore it completely, then apply any existing delta on top!
|
||||
Even if you lost your whole SR or VM, you can use a Full backup to restore it completely, then apply any existing delta on top!
|
||||
|
||||
## Create Delta backup
|
||||
|
||||
Just go inside your "Backup" view, and select Delta Backup:
|
||||
|
||||

|
||||
|
||||
Then, create in like a normal backup.
|
Loading…
Reference in New Issue
Block a user