-
Notifications
You must be signed in to change notification settings - Fork 104
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
PermissionError #381
Comments
As the traceback happened in xattr code, I would suspect it is unable to set extended attributes. I see you ran that from your user account, so it it maybe does not have enough permissions if in that archive is any file that is not owned by your user. Retry using the root account? Another issue could be that the filesystem you are working on does not support extended attributes (xattrs), check your mount options and your filesystem's capabilities. |
Hmm, yes, I running the backup on a remote server with another user. When I
extract the archive on the server with the correct user it works as
expected. Anyway, this is a bug? I think it should print a friendly message
at least.
|
Yes, it could be prettier, definitively. OTOH, a traceback, although somehow ugly, is nice to debug issues as one sees quite good at what place in the code something went wrong and what precisely it was. |
Getting this error when I extract some directory, but the files seems to be extracted correctly. Should I worry or my backups are safe?
The text was updated successfully, but these errors were encountered: