From 4080c4678fd1502ac3719970fd2d91d88390b38d Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Tue, 5 Dec 2023 13:20:50 -0800 Subject: [PATCH] docker backups > updates --- docker_backups/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docker_backups/README.md b/docker_backups/README.md index 90cf15e..2375567 100644 --- a/docker_backups/README.md +++ b/docker_backups/README.md @@ -53,6 +53,10 @@ The script should be running and should be printing to the terminal what step it ## Automation -Now the script will need to be automated so that you will have current backups incase you need them. This can be automated using *Linux Mint's* built in
crontab
system to create a `cron` job. **Crontab** is managed with the terminal and ***does not*** have a GUI. - -I have not found a good GUI option for crontab as of yet however, I have found and use an application called
Cronicle.
Cronicle is task scheduler that functions like **crontab** but only with a GUI. +

+ The script has to be automated so that you will have current backups incase you need them. This can be automated using Linux Mint's built in crontab system to create a cron job. Crontab is managed with the terminal and does not have a GUI. +

+ I have not found a good GUI option for crontab as of yet however, I have found and use an application called Cronicle. Cronicle is task scheduler that functions like crontab but only with a GUI. +
+
+

\ No newline at end of file