mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
11 lines
453 B
Plaintext
11 lines
453 B
Plaintext
|
Enhancement: Improve handling of temporary files on Windows
|
||
|
|
||
|
In some cases restic failed to delete temporary files causing the current
|
||
|
command to fail. This has been fixed by ensuring that Windows automatically
|
||
|
deletes the file. In addition, temporary files are only written to disk if
|
||
|
necessary to reduce disk writes.
|
||
|
|
||
|
https://github.com/restic/restic/issues/3465
|
||
|
https://github.com/restic/restic/issues/1551
|
||
|
https://github.com/restic/restic/pull/3610
|