Update backups.md

This commit is contained in:
Olivier Lambert 2015-11-13 17:48:25 +01:00
parent 0ebffa1e63
commit 27a22e10ab

View File

@ -16,6 +16,27 @@ You can schedule full backups of your VMs, by exporting them in the local XOA fi
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).
## Remote stores
This where you can create your stores, places where your backups will be exported.
![](https://xen-orchestra.com/blog/content/images/2015/11/remotestores.png)
Supported stores:
* local stores (any folder in XOA filesystem)
* NFS stores
### Other stores
We'll support CIFS stores soon. Until then, if you need to mount an unsupported store, you could always do it manually:
1. mount your store inside XOA manually, e.g in `/media/myCIFSstore`
2. in the web interface, select a "local" store and point it to your `/media/myCIFSstore` folder.
Any Debian Linux mount point could be supported this way, until we add further options directly in the web interface.
### Restore backups
All your scheduled backup are acccessible in the "Restore" view in backup section of Xen Orchestra.