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