diff --git a/backup.md b/backup.md index 4ed38931..e69b5771 100644 --- a/backup.md +++ b/backup.md @@ -106,10 +106,12 @@ One specific feature is the ability to restore a full archive *instead* of the p yunohost backup restore ``` -Note: If your archive isn't in `/home/yunohost.backup/archives`, you can specify where it is like this : +Note: If your archive isn't in `/home/yunohost.backup/archives`, you can create the directory, move the archive into it, and restore it like this: ```bash -yunohost backup restore /path/to/ +mkdir -p /home/yunohost.backup/archives +mv /path/to/ /home/yunohost.backup/archives/ +yunohost backup restore ``` ## To go futher