restic/backend
Alexander Neumann 1c14be8993 backend: Remove IDSet
This can easily be replaced by a map[{32}byte]struct{}, and this is much
faster.
2015-07-11 16:12:50 +02:00
..
local backend: fix doc typos 2015-06-28 09:44:06 +02:00
s3 backend: fix doc typos 2015-06-28 09:44:06 +02:00
sftp sftp: Use own process group for ssh subprocess 2015-07-05 11:07:10 +02:00
backend_test.go
doc.go
generic_test.go
generic.go
id_test.go
id.go
interface.go
local_test.go
paths.go
reader_test.go
reader.go
s3_test.go
sftp_test.go Remove more flags from tests 2015-06-21 17:40:21 +02:00
writer_test.go
writer.go