restic/backend
Alexander Neumann f69a39cff5 Add ID to repository
This allows identifying a repository regardless if it's accessed over
SFTP or locally. Introduced for having a per-repository cache.
2015-03-14 12:06:27 +01:00
..
doc.go
generic.go Remove Each(), add basic stats 2015-02-17 23:11:56 +01:00
generic_test.go Add streaming functions to mockBackend 2015-02-11 20:01:01 +01:00
id.go
id_set.go Add Len() functions for IDSet and Map 2015-02-17 22:39:16 +01:00
id_set_test.go
id_test.go Add tests for sftp backend, split out id tests 2015-02-11 20:17:55 +01:00
interface.go Add ID to repository 2015-03-14 12:06:27 +01:00
local.go Add ID to repository 2015-03-14 12:06:27 +01:00
local_test.go Simply backend interface 2015-02-15 17:26:20 +01:00
reader.go Rename HashReader -> HashAppendReader, add HashingReader 2015-02-11 19:37:48 +01:00
reader_test.go Add HashingWriter and HashAppendWriter 2015-02-15 23:21:35 +01:00
sftp.go Add ID to repository 2015-03-14 12:06:27 +01:00
sftp_test.go Add tests for sftp backend, split out id tests 2015-02-11 20:17:55 +01:00
writer.go HashingWriter: Track size 2015-02-16 00:24:43 +01:00
writer_test.go HashingWriter: Track size 2015-02-16 00:24:43 +01:00