mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
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:
commit
92fa32cb5a
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue