fix(docs): restore full_backups.md

Introduced by 078f40281
This commit is contained in:
Julien Fontanet 2021-03-19 11:04:42 +01:00
parent 7b49a1296c
commit 070e8b0b54

18
docs/full_backups.md Normal file
View File

@ -0,0 +1,18 @@
# Full backups
You can schedule full backups of your VMs, by exporting them to the local XOA file-system, or directly to an NFS or SMB share. The "rentention" parameter allows you to modify how many backups are retained (by removing the oldest one).
[![](./assets/backupexample.png)](https://xen-orchestra.com/blog/backup-your-xenserver-vms-with-xen-orchestra/)
:::tip
Full backups are space consuming! But they allow a very simple restoration without anything to think of (the file will contain all the VM disks and information). To use less space and data transferred, take a look at the [delta backups](delta_backups.md) feature.
:::
## Backup without snapshot
In some cases you will need to do a backup without doing a snapshot.
The most common use case for this is a large VM on a small local SR where you just don't have the space to do a snapshot before backup.
So for that you need to open the advanced settings of your backup job, and check the offline backup check box:
![](./assets/backupnosnap.png)