2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-03 01:20:49 +00:00
restic/src/restic
Alexander Neumann f0600c1d5f wip
2016-09-03 21:10:24 +02:00
..
archiver wip 2016-09-03 21:10:24 +02:00
backend wip 2016-09-03 21:10:24 +02:00
checker Copy interfaces and basic types to package restic/ 2016-09-03 21:10:24 +02:00
crypto Wrap errors #3 2016-08-29 22:16:58 +02:00
debug Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
filter Wrap errors #3 2016-08-29 22:16:58 +02:00
fs Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
fuse Copy interfaces and basic types to package restic/ 2016-09-03 21:10:24 +02:00
index Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
list Decouple ListAllPacks from repository 2016-08-16 21:30:14 +02:00
location Add rest backend to location 2016-02-21 15:33:13 +01:00
mock Copy interfaces and basic types to package restic/ 2016-09-03 21:10:24 +02:00
pack Wrap errors #3 2016-08-29 22:16:58 +02:00
pipe Wrap errors #3 2016-08-29 22:16:58 +02:00
repository wip 2016-09-03 21:10:24 +02:00
test Limit the number of key files checked on SearchKey 2016-08-21 13:10:16 +02:00
testdata Use UTC for snapshot time based tests 2016-08-20 18:49:02 +02:00
types Move interfaces to package restic/types 2016-08-16 21:30:14 +02:00
worker Replace stdlib errors with github.com/pkg/errors 2016-08-29 19:23:50 +02:00
backend.go wip 2016-09-03 21:10:24 +02:00
blob_test.go wip 2016-09-03 21:10:24 +02:00
blob.go wip 2016-09-03 21:10:24 +02:00
buffer_pool.go Update code to use the new Chunker interface 2016-02-23 23:14:35 +01:00
doc.go Update doc comment 2016-09-03 21:10:24 +02:00
errors.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
file_test.go wip 2016-09-03 21:10:24 +02:00
file.go wip 2016-09-03 21:10:24 +02:00
find_test.go wip 2016-09-03 21:10:24 +02:00
find.go wip 2016-09-03 21:10:24 +02: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 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
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 wip 2016-09-03 21:10:24 +02:00
lock_unix.go Wrap errors 2016-08-29 21:38:34 +02:00
lock_windows.go Rename package 2016-02-20 17:31:21 +01:00
lock.go wip 2016-09-03 21:10: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 Use fadvise() to not cache the content of files read 2016-03-28 15:26:46 +02:00
node_linux.go Replace lowlevel syscall to restore symlink times 2016-08-30 21:45:16 +02:00
node_openbsd.go Use fadvise() to not cache the content of files read 2016-03-28 15:26:46 +02:00
node_test.go Copy interfaces and basic types to package restic/ 2016-09-03 21:10:24 +02:00
node_unix.go Rename package 2016-02-20 17:31:21 +01:00
node_windows.go Replace stdlib errors with github.com/pkg/errors 2016-08-29 19:23:50 +02:00
node.go wip 2016-09-03 21:10:24 +02:00
progress_unix.go show progress every second when run non interactively 2016-08-25 22:13:47 +02:00
progress.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
rand_reader.go wip 2016-09-03 21:10:24 +02:00
repository.go wip 2016-09-03 21:10:24 +02:00
restorer.go wip 2016-09-03 21:10:24 +02:00
snapshot_filter_test.go Use UTC for snapshot time based tests 2016-08-20 18:49:02 +02:00
snapshot_filter.go Add ExpirePolicy.Empty() 2016-08-20 17:51:48 +02:00
snapshot_test.go Rename package 2016-02-20 17:31:21 +01:00
snapshot.go wip 2016-09-03 21:10:24 +02:00
testing_test.go wip 2016-09-03 21:10:24 +02:00
testing.go wip 2016-09-03 21:10:24 +02:00
tree_test.go Rename package 2016-02-20 17:31:21 +01:00
tree.go wip 2016-09-03 21:10:24 +02:00
walk_test.go Rename package 2016-02-20 17:31:21 +01:00
walk.go wip 2016-09-03 21:10:24 +02:00