docker backups

> updates
This commit is contained in:
Eugene Amos 2023-12-05 13:03:04 -08:00
parent 2923de827e
commit d0e85de628

View File

@ -1,7 +1,9 @@
<h1 align="center">Docker Backups</h1>
<p align="center">
A bash script that will stop all running containers. Create a <strong>.tar.gz</strong> 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 <strong>.tar.gz</strong> files of those stopped containers then upload them to a specified save location.
</br>
After the containers are successfully saved, it will proceed to restart them.
</br>
The script will log each step of the process including the time it takes for the script to execute.
</br>