diff --git a/pages/01.administrate/06.overview/10.backups/backup.fr.md b/pages/01.administrate/06.overview/10.backups/backup.fr.md index dfccd8f0..5043b3e0 100644 --- a/pages/01.administrate/06.overview/10.backups/backup.fr.md +++ b/pages/01.administrate/06.overview/10.backups/backup.fr.md @@ -128,7 +128,10 @@ Allez dans `Sauvegardes > Archives locales` et sélectionnez l'archive. Vous pou [/ui-tab] [ui-tab title="À partir de la ligne de commande"] -Depuis la ligne de commande, vous pouvez utiliser `yunohost backup restore ` (sans le `.tar`) pour restaurer une archive. Tout comme `yunohost backup create`, cela restaure tout le contenu par défaut. Si vous souhaitez restaurer seulement certaines parties, vous pouvez utiliser par exemple `yunohost backup restore --apps wordpress` qui restaurera seulement l'app WordPress. + +À partir de la ligne de commande, vous pouvez exécuter `yunohost backup list` pour obtenir les noms des archives disponibles. Il s'agit essentiellement de leur nom de fichier sans extension. + +Vous pouvez ensuite exécuter `yunohost backup restore ` (donc sans son extension .tar) pour restaurer une archive. Comme pour `yunohost backup create`, cela restaurera tout ce qui se trouve dans l'archive par défaut. Si vous voulez restaurer uniquement des éléments spécifiques, vous pouvez utiliser par exemple `yunohost backup restore --apps wordpress` qui restaurera uniquement l'application wordpress. !!! Dans le cas d'une restauration complète, il est possible de restaurer à la place de lancer la configuration initiale. [/ui-tab] diff --git a/pages/01.administrate/06.overview/10.backups/backup.md b/pages/01.administrate/06.overview/10.backups/backup.md index ff9c0f8c..8878ea54 100644 --- a/pages/01.administrate/06.overview/10.backups/backup.md +++ b/pages/01.administrate/06.overview/10.backups/backup.md @@ -126,7 +126,9 @@ Go in `Backup > Local storage` and select your archive. You can then select whic [/ui-tab] [ui-tab title="From the command line"] -From the command line, you can run `yunohost backup restore ` (without the `.tar`) to restore an archive. As for `yunohost backup create`, this will restore everything in the archive by default. If you want to restore only specific items, you can use for instance `yunohost backup restore --apps wordpress` which will restore only the wordpress app. +From the command line, you can run `yunohost backup list` to get the available archive names. They are basically their file name without extension. + +You can then run `yunohost backup restore ` (hence without its `.tar` extension) to restore an archive. As for `yunohost backup create`, this will restore everything in the archive by default. If you want to restore only specific items, you can use for instance `yunohost backup restore --apps wordpress` which will restore only the wordpress app. !!! In the case of a complete restoration, it is possible to restore instead of launching the initial configuration. [/ui-tab]