restic/src/restic
Alexander Neumann 16fcd07110 Add a Context to the backend 2017-06-04 14:02:44 +02:00
..
archiver Fix gofmt -s warnings 2017-05-17 01:28:39 +02:00
backend Add a Context to the backend 2017-06-04 14:02:44 +02:00
checker Add fs.TempFile and fs.RemoveIfExists 2017-05-10 19:48:22 +02:00
crypto Fix golint warnings 2017-05-17 01:39:39 +02:00
debug Add custom HTTP transport 2017-05-11 21:51:30 +02:00
errors errors: Add method Wrapf 2017-02-11 14:22:04 +01:00
filter Fix vet warnings 2017-05-17 01:34:33 +02:00
fs Add fs.TempFile and fs.RemoveIfExists 2017-05-10 19:48:22 +02:00
fuse Fix gofmt -s warnings 2017-05-17 01:28:39 +02:00
hashing Add hashing package 2017-01-23 17:54:11 +01:00
index Normalise the backend API 2017-01-26 22:02:22 +01:00
list Fix some typos 2017-02-09 06:43:10 +07:00
mock Normalise the backend API 2017-01-26 22:02:22 +01:00
options Fix gofmt -s warnings 2017-05-17 01:28:39 +02:00
pack Change backend Save() function signature 2017-01-23 17:54:11 +01:00
pipe Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
repository Fix gofmt -s warnings 2017-05-17 01:28:39 +02:00
test Improve swift backend 2017-06-03 14:28:18 +02:00
testdata Do not use singleton counter. 2017-05-15 08:53:59 +02:00
walk Fix gofmt -s warnings 2017-05-17 01:28:39 +02:00
worker Remove more unused bits 2016-09-21 20:45:18 +02:00
backend.go Add a Context to the backend 2017-06-04 14:02:44 +02:00
backend_find.go Add a Context to the backend 2017-06-04 14:02:44 +02:00
backend_find_test.go Add a Context to the backend 2017-06-04 14:02:44 +02:00
blob.go Add Blob.String() 2017-02-06 19:50:27 +01:00
blob_set.go wip 2016-09-03 21:10:24 +02:00
blob_test.go wip 2016-09-03 21:10:24 +02:00
buffer.go Add a few functions to calculate Blob buffer len 2017-01-17 10:40:57 +01:00
buffer_pool.go Update code to use the new Chunker interface 2016-02-23 23:14:35 +01:00
config.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
config_test.go wip 2016-09-03 21:10:24 +02:00
doc.go Update doc comment 2016-09-03 21:10:24 +02:00
file.go Create package restic/errors 2016-09-03 21:10:24 +02:00
file_test.go Rename struct member FileType -> Type 2016-09-03 21:10:24 +02:00
find.go Introduce LoadTreeBlob and LoadDataBlob 2016-09-03 21:10:25 +02:00
find_test.go Restore does not truncate files it restores 2017-03-10 22:46:13 +01:00
hardlinks_index.go Support hard links 2017-02-10 20:58:19 +01:00
hardlinks_index_test.go Support hard links 2017-02-10 20:58:19 +01:00
id.go Fix some typos 2017-02-09 06:43:10 +07:00
id_int_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
id_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
ids.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
ids_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
idset.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
idset_test.go Copy ID from backend to restic 2016-09-03 21:10:24 +02:00
lock.go Add a Context to the backend 2017-06-04 14:02:44 +02:00
lock_test.go Normalise the backend API 2017-01-26 22:02:22 +01:00
lock_unix.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
lock_windows.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
node.go Fix hardlinks 2017-04-05 20:45:24 +02:00
node_darwin.go Use fadvise() to not cache the content of files read 2016-03-28 15:26:46 +02:00
node_freebsd.go Add support for extended attributes on FreeBSD 2017-02-18 14:35:11 +01:00
node_linux.go Create package restic/errors 2016-09-03 21:10:24 +02:00
node_openbsd.go Add support for extended attributes (e.g. ACL) 2017-02-16 11:44:51 +01:00
node_test.go Fix gofmt -s warnings 2017-05-17 01:28:39 +02:00
node_unix.go Rename package 2016-02-20 17:31:21 +01:00
node_unix_test.go Skip /dev/null on darwin 2017-04-07 20:37:20 +02:00
node_windows.go Add support for extended attributes (e.g. ACL) 2017-02-16 11:44:51 +01:00
node_xattr.go Update code for pkg/xattr v0.2.0 2017-04-18 21:39:55 +02:00
progress.go Remove regular status printing for non terminals 2017-05-25 17:03:48 +02:00
progress_unix.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
rand_reader.go Create package restic/errors 2016-09-03 21:10:24 +02:00
readerat.go Add a Context to the backend 2017-06-04 14:02:44 +02:00
repository.go Add a Context to the backend 2017-06-04 14:02:44 +02:00
restorer.go Clarify variable name 2017-03-02 14:52:18 +01:00
snapshot.go Implement --tag processing to `backup` and `restore` command 2017-03-08 19:55:58 +01:00
snapshot_filter.go Do not use singleton counter. 2017-05-15 08:53:59 +02:00
snapshot_filter_test.go Fix ineffassign mistakes 2017-05-17 01:25:52 +02:00
snapshot_test.go backup: Add `--hostname` parameter 2017-02-10 19:37:33 +01:00
testing.go testing: Add id to error message in panic 2017-05-28 10:17:04 +02:00
testing_test.go Reduce memory consuption of TestCreateSnapshot 2017-01-17 12:56:20 +01:00
tree.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
tree_test.go Fix gofmt -s warnings 2017-05-17 01:28:39 +02:00