mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Propagate to english page
This commit is contained in:
parent
ef277e21a9
commit
fbc4e767aa
1 changed files with 4 additions and 2 deletions
|
@ -106,10 +106,12 @@ One specific feature is the ability to restore a full archive *instead* of the p
|
||||||
yunohost backup restore <archivename>
|
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
|
```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
|
## To go futher
|
||||||
|
|
Loading…
Add table
Reference in a new issue