Files
restic/changelog/0.18.1_2025-09-21/issue-5342
2025-09-21 20:03:56 +02:00

8 lines
347 B
Plaintext

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