mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
9 lines
382 B
Plaintext
9 lines
382 B
Plaintext
Bugfix: Mark files as readonly when using the SFTP backend
|
|
|
|
Files created by the SFTP backend previously allowed writes to those files.
|
|
Restic now restricts the file permissions on SFTP backend to readonly.
|
|
This change only has an effect for sftp servers with support for the chmod operation.
|
|
|
|
https://github.com/restic/restic/issues/5487
|
|
https://github.com/restic/restic/pull/5497
|