add if your archive isnt restoring during the postinstall

This commit is contained in:
Yunobot 2019-02-21 12:15:38 +00:00
parent a00371a112
commit f49cbfa398

View file

@ -105,6 +105,12 @@ yunohost backup restore <archivename>
Note: Don't start the postinstall step. Decline invite when doing installation
via `bash`/`wget`.
Note: If your archive isn't in /home/yunohost.backup/archives, you cant specify where it is :
```bash
yunohost backup restore /path/to/<archivename>
```
To go futher
------------