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.
by the way, syncthing is great if you need bi-directional sync.
not exactly what you’re looking for (sth like Duplicacy?) but you should probably know about it as it’s a great tool.