Update README.md

This commit is contained in:
2026-04-20 14:31:53 +12:00
parent 7352e02ac5
commit 3ba4b7f738
+3 -3
View File
@@ -23,9 +23,9 @@ Edit the location of where you want docker backups stored in docker-backup.sh (d
./docker-backup.sh -s /home/me/mycontainers ./docker-backup.sh -s /home/me/mycontainers
**Actions:** **Actions:**
-- It will recurse though the directories if they are listed in containers.txt - 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. - It will run docker-compose to take down the container, pull a new version if there is one, then bring the container back up.
-- it will create a timestamped archive of each container in the backup directory, under a directory with that container name. - 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] Usage: ./docker-backup.sh [-f containers_list_file] [-s source_base_dir] [-t] [-v] [-h]