diff --git a/backup.md b/backup.md index 322c1cf2..0ba09f01 100644 --- a/backup.md +++ b/backup.md @@ -96,13 +96,13 @@ To restore an app, the domain on which it was installed should already be config #### Restoring during the postinstall -One specific feature is the ability to restore a full archive *instead* of the postinstall step. This makes it useful when you want to reinstall a system entirely from an existing backup. To be able to do this, you will need to upload the archive on the server and place it in `/home/yunohost.backup/archives`. Then, instead of `yunohost tools postinstall` you can run: +One specific feature is the ability to restore a full archive *instead* of the postinstall step. This makes it useful when you want to reinstall a system entirely from an existing backup. To be able to do this, you will need to upload the archive on the server and place it in `/home/yunohost.backup/archives`. Then, **instead of** `yunohost tools postinstall` you can run: ```bash yunohost backup restore ``` -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 specify where it is like this : ```bash yunohost backup restore /path/to/ diff --git a/backup_fr.md b/backup_fr.md index efd613d9..4c86ffcb 100644 --- a/backup_fr.md +++ b/backup_fr.md @@ -98,13 +98,19 @@ Pour restaurer une application, le domaine sur laquelle elle est installée doit Une fonctionnalité particulière est la possibilité de restaurer une archive entière *à la place* de faire la post-installation. Ceci est utile pour réinstaller un système entièrement à partir d'une sauvegarde existante. Pour faire cela, il vous faudra d'abord téléverser l'archive sur le serveur et la placer dans `/home/yunohost.backup/archives`. -Ensuite, à la place de `yunohost tools postinstall`; réalisez la restauration de l'archive téléversée par cette ligne de commande avec le nom de l'archive (sans le `.tar.gz`) : +Ensuite, **à la place de** `yunohost tools postinstall`, réalisez la restauration de l'archive téléversée par cette ligne de commande avec le nom de l'archive (sans le `.tar.gz`) : ```bash yunohost backup restore ``` -NB: Ne surtout pas engager la 'Post-Installation' , refuser l'invitation lors de l'installation via `bash`/`wget`. +Note: si votre archive n'est pas dans `/home/yunohost.backup/archives`, vous pouvez spécifier où elle se trouve comme ceci : + +```bash +yunohost backup restore /path/to/ +``` + + Pour aller plus loin --------------------