|
I'm not understanding the effect of the For example: I expected borg not to prune any archive because I asked it to only consider ones that are older than 20 days. Overall the I probably have it all wrong 😆 |
Replies: 1 comment 4 replies
|
The option you want is Note it takes an ISO timestamp or a path it stats, not an interval like On your second question, |
--olderis parsed but never used by prune. In 2.0.0b23do_prunebuilds its archive list fromargs.name/args.match_archivesonly, and nothing anywhere readsargs.olderorargs.newer. The shared archive-filter group defines those flags for every command that uses it, so you get no error and no effect. Master has since passedolder_newer=Falsefor prune, so it will reject the flag rather than silently ignore it.The option you want is
--from:Note it takes an ISO timestamp or a path it stats, not an interval like
20d.On your second question,
--frombehaves like your first reading. Archives at or after the timestamp…