mirror of
https://github.com/restic/restic.git
synced 2026-08-03 12:42:17 +00:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
Bugfix: Mark files read-only when using the SFTP backend
|
|
|
|
Files created through the SFTP backend previously stayed writable. New files now
|
|
get read-only permissions where the server supports `chmod`.
|
|
|
|
https://github.com/restic/restic/issues/5487
|
|
https://github.com/restic/restic/pull/5497
|