Files
restic/internal/backend/sftp
Eyüp Can Akman 62cf574fd8 sftp: Use mode 0700 for repository directories
The SFTP backend created repository directories with pkg/sftp's Mkdir
and MkdirAll, which take no mode argument, so the directories inherited
the SFTP server's umask instead of the 0700 used for local
repositories. Set the mode of each directory the backend creates.
2026-05-31 12:40:26 +03:00
..
2023-06-07 22:31:15 +02:00
2024-08-31 17:25:24 +02:00
2017-07-23 14:19:13 +02:00