2021-12-29 22:07:17 +01:00
|
|
|
Enhancement: Improve handling of temporary files on Windows
|
|
|
|
|
2022-08-24 01:21:01 +02:00
|
|
|
In some cases restic failed to delete temporary files, causing the current
|
|
|
|
command to fail. This has now been fixed by ensuring that Windows automatically
|
|
|
|
deletes the file. In addition, temporary files are only written to disk when
|
|
|
|
necessary, reducing disk writes.
|
2021-12-29 22:07:17 +01:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3465
|
|
|
|
https://github.com/restic/restic/issues/1551
|
|
|
|
https://github.com/restic/restic/pull/3610
|