zrepl
zrepl copied to clipboard
finer grained filter spec; wildcards like *.mozillla/*/.cache
Hi I haven't found something like this, so maybe that would be a good feature if possible anyway. Cheers Timo
Regexps in filters would be great.
I think the difficulty here lies in prioritization compared to the <
'subtree wildcard' and the non-wildcard filter rules.
(see https://zrepl.github.io/configuration/filter_syntax.html for the existing prioritization rules).
In the current config syntax, the order of the filter rules does not matter and cannot be easily reconstructed due to constraints by the yaml parsing library. How would you go about this?