mirror of
https://github.com/restic/restic.git
synced 2025-07-28 23:43:36 +00:00
8 lines
347 B
Plaintext
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
|