diff --git a/Home.md b/Home.md index 520afcf..857688c 100644 --- a/Home.md +++ b/Home.md @@ -97,7 +97,7 @@ Unless you have `backups` container disabled, stock configuration makes automati A process to restore from such backup would look like this: 1. Enter `backups` container shell: `docker-compose exec backups /bin/sh` -2. Inside the container, find latest backup: `ls -t /backups/*.sql.gz` +2. Inside the container, locate and choose the backup file: `ls -t /backups/*.sql.gz` 3. Restore the backup: ```sh