1
0
mirror of https://github.com/restic/restic.git synced 2024-07-01 08:30:53 +02:00
restic/internal/restorer
kitone 6099f81692 Fix #1212 restore code produces inconsistent timestamps/permissions.
Keep track of restored child status so parent and root directory not selected by filter will also restore metadata when traversing tree.
2020-10-10 13:46:44 +02:00
..
doc.go restorer: Allow writing target file blobs out of order 2020-02-26 16:14:45 +01:00
filerestorer_test.go make Lookup() return all blobs 2020-07-25 21:18:34 +02:00
filerestorer.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
fileswriter_test.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
fileswriter.go Upgrade cespare/xxhash to 2.1.1 2020-10-05 17:25:39 +02:00
preallocate_darwin.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_linux.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_other.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_test.go Add preallocate tests 2020-09-07 21:41:47 +02:00
restorer_test.go Fix #1212 restore code produces inconsistent timestamps/permissions. 2020-10-10 13:46:44 +02:00
restorer_unix_test.go restorer: Optimize empty file restore 2018-10-14 17:39:42 +02:00
restorer.go Fix #1212 restore code produces inconsistent timestamps/permissions. 2020-10-10 13:46:44 +02:00