Update backups.md
This commit is contained in:
parent
0ebffa1e63
commit
27a22e10ab
21
backups.md
21
backups.md
@ -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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user