-
Notifications
You must be signed in to change notification settings - Fork 141
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Exclude patterns GUI improvements #399
Comments
I like the checkbox idea, item 2. We probably don't have the resources to build item 3, but I'd like to have some examples for different OS. Item 1 would be a list of absolute paths. Also possible, I think. |
Found some more details on macOS exclusions. They work via extended attributes. I think excluding those should be implemented in Borg directly. It already processes xattrs. |
I also found the exclusions part of the GUI quite confusing. First of all, it's not really clear what type of exclusion syntax should I use there: the link to documentation sends to borg documentation where ALL exclusion syntaxes are explained. So, it's not clear whether I should assume Vorta passes my exclusion rules as -e/--exclude/--exclude-from or as --pattern/--patterns-from, so whether default style is fm: or rather sh: for instance. Partly because of this and partly because of borg itself, if I add "/home/user/mauro" as source and I specify "cache" as an exclusion rule, I would expect "/home/user/mauro/cache" to be excluded (that is: "cache" being relative to the source), but it's not the case, I must specify "/home/user/mauro/cache". As I said, this is not completely Vorta's fault, however I think that a good way to workaround this would be to provide a preview button and dialog where I can see which files will be excluded based on my current rules. I don't know if this can be done by issuing a "borg create" command with --dry-run and proper logging settings: it would be extremely useful for me! Just an additional note: this would be even more useful due to the fact that if you proceed by trial-and-error instead, the cancel button often makes Vorta freeze due to #332 😜 |
Yeah, this tab will be redone eventually. In the meanwhile feel free to suggest new concepts or screenshots that could be useful here. I.e. to make Borg's different exclusion options accessible from a GUI. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
First of all, many thanks for Vorta, this is an extremely important tool to motivate less technical people to take advantage of the all the goodness of Borg.
The only part of the GUI that I found slightly confusing was the exclude patterns, especially after reading the link to the manual, which for a non-technical user doesn't explain clearly what exclude patterns are for or how to use them and how they differ from the other apparently similar methods for excluding certain files and/or directories from backups.
I think it would be nice for Vorta to have a few GUI exclusion improvements, while still allowing to manually type in patterns for experts who prefer that. Maybe something like:
.nobackup
file.BLAH
, that containBLAH
anywhere in the name, or end withBLAH
, with a little additional help on the use of wildcards.Thanks a lot!
The text was updated successfully, but these errors were encountered: