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
doc.go
layout_test.go
local_internal_test.go
local_test.go
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
local.go Add plumbing to calculate backend specific file hash for upload 2021-08-04 22:17:46 +02:00