I’m using duplicacy web UI on a server and have a question on pruning:
There is a specific backup directory that is a directory of backups itself that occurs every 3 days. So the directory would contain something like Backup/112522.tar.gz, Backup/112222.tar.gz and so forth. The server itself will remove older backup files and I don’t need to keep any duplicate/revisions for this directory. I’m trying to figure out how to set up pruning so that I don’t have a lot of unnecessary storage. I think my goal would be to just keep one copy of every file within this directory.
What would my prune settings to keep minimal number of snapshot revisions (as the files themselves are essentially revision snapshots)?
Also, would the -id “BackupXYZ” parameter be the appropriate format to limit this prune rule to only the “BackupXYZ” backup as named within the web UI backup section?