1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-08 15:36:51 +00:00
restic/internal/restorer
2020-10-05 17:25:39 +02:00
..
doc.go
filerestorer.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
filerestorer_test.go
fileswriter.go Upgrade cespare/xxhash to 2.1.1 2020-10-05 17:25:39 +02:00
fileswriter_test.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +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.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
restorer_test.go Move internal/fs.TestChdir to internal/test.Chdir 2020-09-17 10:43:33 +02:00
restorer_unix_test.go