From 0490040362d0b094e9a4d388402dc9966dd60264 Mon Sep 17 00:00:00 2001 From: zorruno <1+zorruno@noreply.home.fox.co.nz> Date: Mon, 20 Apr 2026 14:29:24 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88661bb..e341bb7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Edit the location of where you want docker backups stored in docker-backup.sh (d It will recurse though the directories if they are listed in containers.txt . It will run docker-compose to take down the container, pull a new version if there is one, then bring the container back up. -Then it will create a timestamped arcive of each container in the backup directory, under a directory with that container name. +Then it will create a timestamped archive of each container in the backup directory, under a directory with that container name. ``` Usage: ./docker-backup.sh [-f containers_list_file] [-s source_base_dir] [-t] [-v] [-h]