Skip to content
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

xattrs [Errno 13] #323

Open
elphmaan opened this issue Apr 22, 2024 · 1 comment
Open

xattrs [Errno 13] #323

elphmaan opened this issue Apr 22, 2024 · 1 comment

Comments

@elphmaan
Copy link

I'am runing the current borgmatic docker to backup files from my unraid server. Works fine.
Now I thought to exand the configuration to backup different smb shares of a Windows file server.

From one share I got the error:
"/mnt/share: extended stat (xattrs): [Errno 13] Permission denied: '<FD 5>'"

  • I had never bevor problems with Extented attributs between Linux and Windows shares, or how I can solve them, any ideas?

The reason for this ticket is something else.

  • borgmatic itself closed the backup job without error massage. I can see it only in verbose mode after the step "processing files" But because of the error nothing is gona backuped.

/ # borg --version
borg 1.2.8
/ # borgmatic --version
1.8.10

@witten
Copy link
Collaborator

witten commented Apr 22, 2024

This error is coming directly from Borg. Here is a Borg ticket with some ideas on potential work-arounds: borgbackup/borg#7293

If you'd like borgmatic to run Borg with --noxattrs on create, you can add the following to your borgmatic configuration:

extra_borg_options:
    create: --noxattrs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants