I’ve been using Rclone for quite some time now, with multiple jobs running automatically and smoothly. I am very satisfied with the result! Thanks to Nick and the other 114 contributors!
Humbly, I think it still needs an option to clean up the old versions of the backups.
Something similar to the Duplicacy prune
command:
$ duplicacy prune -keep 1:7 # Keep 1 snapshot per day for snapshots older than 7 days
$ duplicacy prune -keep 7:30 # Keep 1 snapshot every 7 days for snapshots older than 30 days
$ duplicacy prune -keep 30:180 # Keep 1 snapshot every 30 days for snapshots older than 180 days
$ duplicacy prune -keep 0:360 # Keep no snapshots older than 360 days
https://github.com/gilbertchen/duplicacy/wiki/prune
I saw a few times here in the forum the backup
command being discussed. Is there an ETA for it?
Or even something simpler, similar to the prune
command above?