restic/internal/backend/local
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
..
config.go Run goimports 2017-07-23 14:21:03 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
local.go Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00
local_internal_test.go Save files under temporary name in local backend 2021-08-04 21:51:53 +02:00
local_test.go Wire context into backend layout detection 2020-10-09 22:37:24 +02:00
local_unix.go Sync directory to get durable writes in local backend 2021-08-04 21:51:53 +02:00
local_windows.go Sync directory to get durable writes in local backend 2021-08-04 21:51:53 +02:00