From 4c8d17cae3883dc51e6e255980df4f9d987bd019 Mon Sep 17 00:00:00 2001 From: fox Date: Wed, 30 Sep 2020 10:14:57 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ded2dcc..520afcf 100644 --- a/Home.md +++ b/Home.md @@ -96,7 +96,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` +1. Enter `backups` container shell: `docker-compose exec backups /bin/sh` 2. Inside the container, find latest backup: `ls -t /backups/*.sql.gz` 3. Restore the backup: