2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-12 13:52:22 +00:00
restic/src/cmds/restic
2016-08-29 19:23:50 +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 Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_cache.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_cat.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_check.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_dump.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_find.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_forget.go Add help texts which cross-line prune/forget 2016-08-20 18:33:24 +02:00
cmd_init.go Replace stdlib errors with github.com/pkg/errors 2016-08-29 19:23:50 +02:00
cmd_key.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_list.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_ls.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_mount.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_prune.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +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 Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
cmd_snapshots.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +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 Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
integration_fuse_test.go Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +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 Replace fmt.Errorf() by errors.Errorf() 2016-08-29 19:23:50 +02:00
lock.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
main.go Print error stack if available 2016-08-29 19:23:50 +02:00