2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00
restic/src/cmds/restic
2016-08-30 21:19:04 +02:00
..
testdata Move commands to src/cmds 2016-02-23 07:21:28 +01:00
.gitignore Move commands to src/cmds 2016-02-23 07:21:28 +01:00
cleanup.go Fix progress output on Windows 2016-08-21 22:38:22 +02:00
cmd_backup.go Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
cmd_cache.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_cat.go Add better error message for 'cat' 2016-08-30 21:19:04 +02:00
cmd_check.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_dump.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_find.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_forget.go Add help texts which cross-line prune/forget 2016-08-20 18:33:24 +02:00
cmd_init.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_key.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_list.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_ls.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_mount.go Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
cmd_prune.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_rebuild_index.go Make rebuild-index use the code in package repository 2016-08-16 21:28:54 +02:00
cmd_restore.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_snapshots.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_unlock.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
cmd_version.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
doc.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
global.go Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
integration_fuse_test.go Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
integration_helpers_test.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
integration_helpers_unix_test.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
integration_helpers_windows_test.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
integration_test.go Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
lock.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
main.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00