You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use reverse mode to present an encrypted view (for backup) of only a few directories in my home directory. As far as I see, gocryptfs only offers --exclude. Is there any chance of rsync style general include/exclude options?
The text was updated successfully, but these errors were encountered:
This may be already possible with --exclude-wildcard, as it uses gitignore syntax, and gitignore syntax supports negated matches with "!" ( https://git-scm.com/docs/gitignore#_pattern_format ). Let me check.
I would like to use reverse mode to present an encrypted view (for backup) of only a few directories in my home directory. As far as I see, gocryptfs only offers --exclude. Is there any chance of rsync style general include/exclude options?
The text was updated successfully, but these errors were encountered: