2022-03-25 23:15:41 +00:00
|
|
|
Enhancement: Atomic uploads for the SFTP backend
|
2021-09-22 20:28:57 +00: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-25 23:15:41 +00:00
|
|
|
repository. This has now been fixed and uploads in the SFTP backend are done
|
|
|
|
atomically.
|
2021-09-22 20:28:57 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3003
|
|
|
|
https://github.com/restic/restic/pull/3524
|