Merge pull request #930 from yunohost-bot/anonymous-2019-02-20_03-49-23

[Anonymous contrib] add if your archive isnt restoring during the postinstall
This commit is contained in:
Alexandre Aubin 2019-02-21 13:49:40 +01:00 committed by GitHub
commit 92fa32cb5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,8 +102,11 @@ One specific feature is the ability to restore a full archive *instead* of the p
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 can specify where it is like this :
```bash
yunohost backup restore /path/to/<archivename>
```
To go futher
------------