Prune Behaviour

I have a question about the prune behaviour. Does it give preference to older or newer revisions? For example say I have 100 revisions stored for the year and now prune is going to remove all but one (-keep <365:1>). Will it keep the oldest or the newest? I’m guessing the answer would be the newest but I can see use cases for the oldest too, such as wanting a snapshot of squeaky clean os (for diffs).

Assuming it keeps the newest, is there a way to prevent a revision from getting purged by the date options?

For -keep 365:1, it keeps the oldest one, and then deletes any one within the next 365 days.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.