Propagate to english page

This commit is contained in:
Alexandre Aubin 2019-11-08 16:18:38 +01:00 committed by GitHub
parent ef277e21a9
commit fbc4e767aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,10 +106,12 @@ One specific feature is the ability to restore a full archive *instead* of the p
yunohost backup restore <archivename>
```
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/<archivename>
mkdir -p /home/yunohost.backup/archives
mv /path/to/<archivename> /home/yunohost.backup/archives/
yunohost backup restore <archivename>
```
## To go futher