Files
restic/cmd/restic
Michael Eischer 8c4caf09a8 repair snapshots: Do not rename repaired files
The files in a tree must be sorted in lexical order. However, this
cannot be guaranteed when appending a filename suffix. For two files

file, file.rep

where "file" is broken, this would result in

file.repaired, file.rep

which is no longer sorted.

In addition, adding a filename suffix is also prone to filename
collisions which would require a rather complex search for a
collision-free name in order to work reliably.
2023-05-01 15:19:36 +02:00
..
2017-07-23 14:19:13 +02:00
2023-04-07 16:24:14 +02:00
2023-04-07 16:24:14 +02:00
2023-04-07 16:24:14 +02:00
2020-08-30 16:00:48 +02:00
2023-04-07 16:24:14 +02:00
2023-04-07 16:24:14 +02:00
2020-12-23 23:26:04 +03:00
2021-01-30 20:02:37 +01:00
2022-10-03 00:19:46 +02:00
2017-07-23 14:19:13 +02:00
2022-11-12 19:55:22 +01:00
2023-04-07 16:24:14 +02:00