mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge pull request #1143 from yunohost-bot/anonymous-2019-11-08_03-02-08
[Anonymous contrib] Bonjour je viens de tester sur mon instance et j'ai du créer le répertoire pour que ça marche =)
This commit is contained in:
commit
7dde253546
2 changed files with 8 additions and 5 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
|
||||||
|
|
|
@ -107,14 +107,15 @@ Ensuite, **à la place de** `yunohost tools postinstall`, réalisez la restaurat
|
||||||
yunohost backup restore <nom_d'archive>
|
yunohost backup restore <nom_d'archive>
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: si votre archive n'est pas dans `/home/yunohost.backup/archives`, vous pouvez spécifier où elle se trouve comme ceci :
|
Note: si votre archive n'est pas dans `/home/yunohost.backup/archives`, vous pouvez créer le répertoire et déplacer l'archive comme ceci :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yunohost backup restore /path/to/<archivename>
|
mkdir -p /home/yunohost.backup/archives
|
||||||
|
mv /chemin/vers/<nom_d'archive> /home/yunohost.backup/archives/
|
||||||
|
yunohost backup restore <nom_d'archive>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Pour aller plus loin
|
Pour aller plus loin
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue