-
Notifications
You must be signed in to change notification settings - Fork 256
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
xattr error with rsync #453
Comments
...and it does not support ACLs as well. With rsync option
encfs did support all this. This comes as a real surprise. |
Hi, thanks for the report. I was honestly not aware that gocryptfs is still missing features compared to encfs. |
Wrong button, reopening, sorry |
We used to restrict setting xattrs to the "user." namespace. I don't see a real reason for this anymore, and it causes trouble for users who are using acls. Tests will be added in the next commit. #453
Up to now, only |
For future reference: encfs does not seem to encrypt xattrs, but passes them through as-is.
|
I am moving from encfs to gocryptfs. Today I realized that gocryptfs has issues with extended attributes although the changelog for
v1.5, 2018-06-12
says that it supports extended attributes (https://github.com/rfjakob/gocryptfs#changelog)rsync is throwing the following error when syncing with
-X
option to a gocryptfs directory:withouth
-X
the rsync is fine.The text was updated successfully, but these errors were encountered: