restic/internal/backend/sftp
Michael Eischer 5ec312ca06 sftp: Implement atomic uploads
Create a temporary file with a sufficiently random name to essentially
avoid any chance of conflicts. Once the upload has finished remove the
temporary suffix. Interrupted upload thus will be ignored by restic.
2022-02-12 20:30:49 +01:00
..
config.go
config_test.go
doc.go
layout_test.go
sftp.go sftp: Implement atomic uploads 2022-02-12 20:30:49 +01:00
sftp_test.go
sshcmd_test.go