2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/src/restic
2017-03-07 11:17:15 +01:00
..
archiver Add test for empty snapshot 2017-03-07 11:17:15 +01:00
backend Merge pull request #792 from restic/fix-791 2017-02-11 11:20:20 +01:00
checker checker: Pass on error loading an index 2017-02-11 14:22:14 +01:00
crypto Remove more unused bits 2016-09-21 20:45:18 +02:00
debug Remove timing, simplify function matching 2016-09-28 20:10:40 +02:00
errors errors: Add method Wrapf 2017-02-11 14:22:04 +01:00
filter Create package restic/errors 2016-09-03 21:10:24 +02:00
fs Merge pull request #763 from jgfrm/issue25 2017-02-10 20:58:39 +01:00
fuse Add support for extended attributes (e.g. ACL) 2017-02-16 11:44:51 +01: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
location Add rest backend to location 2016-02-21 15:33:13 +01:00
mock Normalise the backend API 2017-01-26 22:02:22 +01: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 Add progressbar to repack and blob remove phases of prune cmd. 2017-03-04 17:38:34 +01:00
test Fix Random() function 2017-01-25 13:26:16 +01:00
testdata Correct filenames for expire policy tests 2016-09-13 21:20:41 +02:00
walk backup: Add --hostname parameter 2017-02-10 19:37:33 +01:00
worker Remove more unused bits 2016-09-21 20:45:18 +02:00
backend_find_test.go Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
backend_find.go Create package restic/errors 2016-09-03 21:10:24 +02:00
backend.go Normalise the backend API 2017-01-26 22:02:22 +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
blob.go Add Blob.String() 2017-02-06 19:50:27 +01:00
buffer_pool.go Update code to use the new Chunker interface 2016-02-23 23:14:35 +01:00
buffer.go Add a few functions to calculate Blob buffer len 2017-01-17 10:40:57 +01:00
config_test.go wip 2016-09-03 21:10:24 +02:00
config.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
doc.go Update doc comment 2016-09-03 21:10:24 +02:00
file_test.go Rename struct member FileType -> Type 2016-09-03 21:10:24 +02:00
file.go Create package restic/errors 2016-09-03 21:10:24 +02:00
find_test.go wip 2016-09-03 21:10:24 +02:00
find.go Introduce LoadTreeBlob and LoadDataBlob 2016-09-03 21:10:25 +02:00
hardlinks_index_test.go Support hard links 2017-02-10 20:58:19 +01:00
hardlinks_index.go Support hard links 2017-02-10 20:58:19 +01: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
id.go Fix some typos 2017-02-09 06:43:10 +07:00
ids_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
idset_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
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
lock.go Fix some typos 2017-02-09 06:43:10 +07: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 Support hard links 2017-02-10 20:58:19 +01:00
node_unix.go Rename package 2016-02-20 17:31:21 +01:00
node_windows.go Add support for extended attributes (e.g. ACL) 2017-02-16 11:44:51 +01:00
node_xattr.go Correct error check for ENOTSUP, add errors.Wrap() 2017-02-18 14:36:37 +01:00
node.go Correct archiver behavior in case of errors 2017-02-18 17:46:06 +01:00
progress_unix.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00
progress.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
rand_reader.go Create package restic/errors 2016-09-03 21:10:24 +02:00
readerat.go Add debug messages 2017-01-24 11:42:42 +01:00
repository.go Add repository.SaveTree 2016-09-03 21:10:25 +02:00
restorer.go Clarify variable name 2017-03-02 14:52:18 +01:00
snapshot_filter_test.go Correct filenames for expire policy tests 2016-09-13 21:20:41 +02:00
snapshot_filter.go Use cobra for all commands 2016-09-27 19:53:03 +02:00
snapshot_test.go backup: Add --hostname parameter 2017-02-10 19:37:33 +01:00
snapshot.go Fix SamePaths() and make it into a receiver function 2017-03-06 02:21:58 +01:00
testing_test.go Reduce memory consuption of TestCreateSnapshot 2017-01-17 12:56:20 +01:00
testing.go backup: Add --hostname parameter 2017-02-10 19:37:33 +01:00
tree_test.go Add support for extended attributes (e.g. ACL) 2017-02-16 11:44:51 +01:00
tree.go Update calls to debug.Log() 2016-09-28 19:56:03 +02:00