restic/src/restic
Alexander Neumann f5b1c7e5f1 Add TagList 2017-07-16 21:40:53 +02:00
..
archiver crypto: Make Encrypt/Decrypt a method of *Key 2017-06-20 22:14:51 +02:00
backend sftp: Improve check for data subdirs 2017-07-16 15:10:06 +02:00
checker crypto: Make Encrypt/Decrypt a method of *Key 2017-06-20 22:14:51 +02:00
crypto crypto: Make Encrypt/Decrypt a method of *Key 2017-06-20 22:14:51 +02:00
debug debug: Fix EOF detection in HTTP transport 2017-06-11 11:22:25 +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 fuse: Reduce code duplication, add MetaDir 2017-06-18 21:32:07 +02:00
hashing Add hashing package 2017-01-23 17:54:11 +01:00
index Update links to design.md to design.rst 2017-07-15 19:35:45 +01:00
list prune: Only remove data after index has been uploaded 2017-06-15 13:12:46 +02:00
migrations s3 migrate layout: Retry on errors 2017-07-02 11:15:20 +02:00
mock backend: Add IsNotExist 2017-06-15 13:40:27 +02:00
options options: Handle uint 2017-06-10 21:07:10 +02:00
pack Merge pull request #1051 from restic/refactor-crypto 2017-06-21 19:26:11 +02:00
pipe Add context parameters to tests 2017-06-05 23:56:59 +02:00
repository Update links to design.md to design.rst 2017-07-15 19:35:45 +01:00
test Improve swift backend 2017-06-03 14:28:18 +02:00
testdata Update HasTags() and HasPaths() to follow #1081 idea 2017-07-16 21:40:53 +02:00
walk Add context parameters to tests 2017-06-05 23:56:59 +02:00
worker Add context parameters to tests 2017-06-05 23:56:59 +02:00
backend.go backend: Add IsNotExist 2017-06-15 13:40:27 +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
config.go Add context to restic packages 2017-06-04 14:35:14 +02:00
config_test.go Add context parameters to tests 2017-06-05 23:56:59 +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 Add context to restic packages 2017-06-04 14:35:14 +02:00
find_test.go Add context parameters to tests 2017-06-05 23:56:59 +02: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 context to restic packages 2017-06-04 14:35:14 +02:00
lock_test.go Add context parameters to tests 2017-06-05 23:56:59 +02: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 Add context to restic packages 2017-06-04 14:35:14 +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 Add context parameters to tests 2017-06-05 23:56:59 +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 support SIGINFO on Darwin 2017-07-03 20:39:42 +02:00
progress_unix_with_siginfo.go support SIGINFO on Darwin 2017-07-03 20:39:42 +02:00
rand_reader.go Create package restic/errors 2016-09-03 21:10:24 +02:00
readerat.go Add context to restic packages 2017-06-04 14:35:14 +02:00
repository.go index: Add Each() to MasterIndex 2017-06-18 14:52:14 +02:00
restorer.go Add context to restic packages 2017-06-04 14:35:14 +02:00
snapshot.go Add TagList 2017-07-16 21:40:53 +02:00
snapshot_find.go Move snapshot filter function to restic package 2017-06-18 13:18:12 +02:00
snapshot_policy.go Add TagList 2017-07-16 21:40:53 +02:00
snapshot_policy_test.go Add TagList 2017-07-16 21:40:53 +02:00
snapshot_test.go backup: Add `--hostname` parameter 2017-02-10 19:37:33 +01:00
testing.go Add context to restic packages 2017-06-04 14:35:14 +02:00
testing_test.go Add context parameters to tests 2017-06-05 23:56:59 +02:00
tree.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
tree_test.go Add context parameters to tests 2017-06-05 23:56:59 +02:00