Skip to content

Excludes not working #1614

Feb 27, 2023 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

Hey @benjamindaines,

How-to get to the docs

in the GUI is a (more) button, which leads to the docs of borg.

Vorta's default pattern type

Note: Vorta use --exclude-from, as suggested by the “Exclude Patterns” headline of the field in the GUI. So the default pattern type is “Fnmatch”.

Switch pattern type

Fnmatch supports '*' for matching any number of chars; Note that his includes the path separator ('/'). Thus, a/b/c, a/c, and abc would all match the pattern a*. If you need special handling for path separators, you can switch to “Shell-style patterns” by adding sh: in front of your pattern. That's obviously not limited to this type, you can switch to all of them.

Your patterns

/.cache/*
/.…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@real-yfprojects
Comment options

@benjamindaines
Comment options

@RubenKelevra
Comment options

@real-yfprojects
Comment options

Comment options

You must be logged in to vote
2 replies
@benjamindaines
Comment options

@real-yfprojects
Comment options

Answer selected by benjamindaines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
3 participants