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]