2022-03-26 00:15:41 +01:00
|
|
|
Enhancement: Atomic uploads for the SFTP backend
|
2021-09-22 22:28:57 +02:00
|
|
|
|
|
|
|
The SFTP backend did not upload files atomically. An interrupted upload could
|
|
|
|
leave an incomplete file behind which could prevent restic from accessing the
|
2022-03-26 00:15:41 +01:00
|
|
|
repository. This has now been fixed and uploads in the SFTP backend are done
|
|
|
|
atomically.
|
2021-09-22 22:28:57 +02:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3003
|
|
|
|
https://github.com/restic/restic/pull/3524
|