backend/local: ignore chmod "not supported" errors

This commit is contained in:
Michael Terry
2025-04-04 10:22:54 -04:00
committed by Michael Eischer
parent 7b986795de
commit 20f472a67f
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
Bugfix: Ignore "chmod not supported" errors when writing files
Restic 0.18.0 introduced a bug that caused "chmod xxx: operation not supported"
errors to appear when writing to a local file repository that did not support
chmod (like CIFS or WebDAV mounted via FUSE). Restic now ignores those errors.
https://github.com/restic/restic/issues/5342