From d0e85de628d478aea8bd59d04e3f880d780c75f3 Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Tue, 5 Dec 2023 13:03:04 -0800 Subject: [PATCH] docker backups > updates --- docker_backups/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.