restic/internal/pack
Michael Eischer 9aa2eff384 Add plumbing to calculate backend specific file hash for upload
This enables the backends to request the calculation of a
backend-specific hash. For the currently supported backends this will
always be MD5. The hash calculation happens as early as possible, for
pack files this is during assembly of the pack file. That way the hash
would even capture corruptions of the temporary pack file on disk.
2021-08-04 22:17:46 +02:00
..
doc.go Moves files 2017-07-23 14:19:13 +02:00
pack.go Address issues reported by golint 2021-01-30 20:45:57 +01:00
pack_internal_test.go Add more error handling 2021-01-30 20:19:47 +01:00
pack_test.go Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00