docker backups

> updates
This commit is contained in:
Eugene Amos 2023-12-05 13:20:50 -08:00
parent d0e85de628
commit 4080c4678f

View File

@ -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 <div><a href="https://www.fosslinux.com/106902/the-guide-to-mastering-cron-jobs-in-linux-mint.htm" target="blank"><strong>crontab</strong></a></div> 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 <div><a href="https://wiki.euronvault.com/podfetch" target="blank"><strong>Cronicle</strong></a>.</div> Cronicle is task scheduler that functions like **crontab** but only with a GUI.
<p>
The script has to be automated so that you will have current backups incase you need them. This can be automated using <em>Linux Mint's</em> built in <a href="https://www.fosslinux.com/106902/the-guide-to-mastering-cron-jobs-in-linux-mint.htm" target="blank"><strong>crontab</strong></a> system to create a <code>cron</code> job. <strong>Crontab</strong> is managed with the terminal and <em><strong>does not</strong></em> have a GUI.
<br /><br />
I have not found a good GUI option for crontab as of yet however, I have found and use an application called <a href="https://wiki.euronvault.com/podfetch" target="blank"><strong>Cronicle</strong></a>. Cronicle is task scheduler that functions like <strong>crontab</strong> but only with a GUI.
<br />
<br />
</p>