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 Support IPv6 in SFTP backend 2020-02-19 15:42:12 +01:00
config_test.go Support IPv6 in SFTP backend 2020-02-19 15:42:12 +01:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
sftp.go sftp: Implement atomic uploads 2022-02-12 20:30:49 +01:00
sftp_test.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
sshcmd_test.go Revert "Put host last in SSH command line" 2020-03-08 16:45:33 +01:00