1
0
mirror of https://github.com/restic/restic.git synced 2024-06-28 08:00:52 +02:00
restic/internal/restorer
Michael Eischer 89d3ce852b repository: extract Load/StoreJSONUnpacked
A Load/Store method for each data type is much clearer. As a result the
repository no longer needs a method to load / store json.
2022-07-17 13:22:00 +02:00
..
doc.go Fix typos reported by misspell 2020-10-06 14:55:13 +02:00
filerestorer_test.go adapt workers based on whether an operation is CPU or IO-bound 2022-07-03 12:19:26 +02:00
filerestorer.go adapt workers based on whether an operation is CPU or IO-bound 2022-07-03 12:19:26 +02:00
fileswriter_test.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
fileswriter.go Add more error handling 2021-01-30 20:19:47 +01:00
preallocate_darwin.go Use FcntlFstore to preallocate on Mac 2021-04-10 16:54:07 +02:00
preallocate_linux.go restorer: pre-allocate files before loading chunks 2020-09-07 21:41:47 +02:00
preallocate_other.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
preallocate_test.go restorer: Skip preallocate test if not supported by the filesystem 2021-03-04 20:33:46 +01:00
restorer_test.go repository: extract Load/StoreJSONUnpacked 2022-07-17 13:22:00 +02:00
restorer_unix_test.go add go:build headers everywhere 2022-03-28 22:23:47 +02:00
restorer.go repository: extract LoadTree/SaveTree 2022-07-17 13:11:28 +02:00