diff --git a/docs/backups.md b/docs/backups.md index c6db46445..49a84d62b 100644 --- a/docs/backups.md +++ b/docs/backups.md @@ -9,6 +9,7 @@ There is different way to protect your VMs: * [delta backups](delta_backups.md) (best of both previous ones) [*Enterprise Edition*] * [disaster recovery](disaster_recovery.md) [*Enterprise Edition*] * [continuous replication](continuous_replication.md) [*Premium Edition*] +* [File level restore](file_level_restore.md) [*Premium Edition*] There is also a way to select automatically VMs to backup: **[smart backup](smart_backup.md)** [*Enterprise Edition*] diff --git a/docs/file_level_restore.md b/docs/file_level_restore.md new file mode 100644 index 000000000..5871e8158 --- /dev/null +++ b/docs/file_level_restore.md @@ -0,0 +1,17 @@ +# File level restore + +You can restore individual files against a whole VM. And it works on all your existing delta backups. + +> You must use the latest XOA release. When you connect with the console, you should see `Build number: 16.12.20`. If you have this or higher (eg `17.*`), it means that's OK! Otherwise, please download your new XOA. + +> Restore files from a SMB remote is not yet possible, but it's planned for the next release! + +## Restore a file + +Go into Backup/File restore section: + +![](https://xen-orchestra.com/blog/content/images/2016/12/filelevelrestore1.png) + +Then, click on the VM where your files are, and follow the instructions: + +![](https://xen-orchestra.com/blog/content/images/2016/12/filelevelrestore2.png)