I’m maybe just being an idiot here but I’m just not really understanding the “Keep a revision every 7 days for revisions older than 30 days” naming in the documentation, the 30 days part makes sense but where does the “every 7 days” come into it?
I’m basically just looking to consistently only have 1 previous version of each edited file at any time, and probably deleting the previous version after 180 days. The last part is simple enough, I’m guessing that would just be -keep 0:180, but I’m not really inderstanding how to set up the first part.
I’m guessing maybe just -keep 1:1 or 1:0, but I’ve got no idea if that’s actually right at all. Any help on this would be appreciated!