Hey all,
I’m working on migrating to Duplicacy from Duplicati and I was a little unclear about the keep rules for backup pruning. I’m trying to imitate Duplicati’s “smart backup retention” setting which keeps 1 daily backup for each of the last 7 days, 1 weekly backup for each of the last 4 weeks, and 1 monthly backup for each of the last 12 months, while always retaining at least one backup. Following the HOWTO guides I’ve come up with something like this in duplicati-util
:
keep: "0:365 30:30 7:7 1:1"
Is this correct for what I’m trying to accomplish?
Thanks!