I’m trying to find a good method of making periodic, incremental backups. I assume that the most minimal approach would be to have a Cronjob run rsync
periodically, but I’m curious what other solutions may exist.
I’m interested in both command-line, and GUI solutions.
I’ve been taking incremental backups with borgbackup using Vorta as a frontend, was nice and simple to set up and haven’t had any issues with it so far.