diff --git a/README.md b/README.md index e341bb7..11eedcb 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ Edit the location of where you want docker backups stored in docker-backup.sh (d ./docker-backup.sh -s /home/me/mycontainers -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 archive of each container in the backup directory, under a directory with that container name. +**Actions:** +-- 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 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]