Hacker News new | ask | show | jobs
by ibnishak 2812 days ago
I have an fcron[1] job that will perform a mysqldump, encrypt the resultant file using an incremental file backup program called borg[2], rclone the same to a remote site and log the time of the last run to a text file. I do the same for my dotfiles too, which is collected inside a single folder and make use of stow[3]

[1] http://fcron.free.fr/

[2] https://borgbackup.readthedocs.io/en/stable/

[3] https://www.gnu.org/software/stow/manual/stow.html