I have already set up a script to run the backups which is working great (CLI 2.7.2), but my issue is the already 100’s of snapshots accumulating after just a few days. They backup very important project files which change often so the interval in between backups is short, currently every 5-10 minutes. I recently started using Duplicacy on a few client computers to back up directly to the same “storage” on Google Drive. Eg: #Keep one revision per hour for revisions older than 1 day (1 day = a duration of 24 hours, not just from “yesterday” on a calandar.
(1) Enable a backup option (eg) -skip-no-unique which does not create a new snapshot if the scan of the repository reports no changes to the data. Duplicacy is creating 100’s of new snapshots every day with only a few actually having new data (and thus a reason for existing).