-
-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Labels
Description
I was trying to use borg list with path patterns but the documentation was lacking. I didn't see how to do it until I found a email thread with an example. The docs only say:
| PATH | paths to list; patterns are supported
My understanding is that unlike with --exclude, patterns are not recognized by default, but require a prefix like re:. It would be nice to have at least one example and maybe a line that says something like:
if
pathstarts with a pattern prefix, it will be treated like a pattern. Otherwise it must be an exact match."
Reactions are currently unavailable