diff --git a/docker_backups/README.md b/docker_backups/README.md index bb693b3..90cf15e 100644 --- a/docker_backups/README.md +++ b/docker_backups/README.md @@ -1,7 +1,9 @@

Docker Backups

- A bash script that will stop all running containers. Create a .tar.gz files of those stopped containers then upload them to a specified save location. After the containers are successfully saved, it will proceed to restart them. + A bash script that will stop all running containers. Create a .tar.gz files of those stopped containers then upload them to a specified save location. +
+ After the containers are successfully saved, it will proceed to restart them.
The script will log each step of the process including the time it takes for the script to execute.