From 4bd644637a7a238e76ce74c5c6054515cc92c748 Mon Sep 17 00:00:00 2001 From: Eugene Amos Date: Tue, 5 Dec 2023 13:23:21 -0800 Subject: [PATCH] docker backups > Updates --- docker_backups/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_backups/README.md b/docker_backups/README.md index 2375567..a16de5d 100644 --- a/docker_backups/README.md +++ b/docker_backups/README.md @@ -54,9 +54,9 @@ The script should be running and should be printing to the terminal what step it ## Automation

- 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. + 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. + 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