2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 01:50:48 +00:00
restic/src/cmds/restic
2017-03-08 19:59:19 +01:00
..
testdata Support hard links 2017-02-10 20:58:19 +01:00
.gitignore Move commands to src/cmds 2016-02-23 07:21:28 +01:00
background_linux.go don't print status info if running in the background 2016-10-15 18:12:19 +00:00
background.go don't print status info if running in the background 2016-10-15 18:12:19 +00:00
cleanup.go Make sure cleanup is executed before exiting 2016-12-28 10:53:31 +01:00
cmd_backup.go Implement --tag processing to backup and restore command 2017-03-08 19:55:58 +01:00
cmd_cat.go Use non-formatting functions of errors for strings 2017-02-10 19:39:49 +01:00
cmd_check.go Create a helper function to get the terminal width 2017-03-06 11:23:00 +01:00
cmd_dump.go Consistently refer to 'the' instead of 'a' repository in help text 2017-02-13 16:05:25 +01:00
cmd_find.go find: Add option to ignore case 2017-03-07 10:58:09 +01:00
cmd_forget.go Add --path for snapshot filtering by path. 2017-03-07 19:28:42 +01:00
cmd_init.go Use cobra for all commands 2016-09-27 19:53:03 +02:00
cmd_key.go Fix correct number of arguments for key command 2017-02-13 16:16:34 +01:00
cmd_list.go Add long description of list command in help text 2017-02-13 16:06:27 +01:00
cmd_ls.go Display absolute paths when displaying the output of ls and find. 2017-03-02 22:41:11 +01:00
cmd_mount.go Add filtering to mount command 2017-03-08 19:59:19 +01:00
cmd_prune.go Create a helper function to get the terminal width 2017-03-06 11:23:00 +01:00
cmd_rebuild_index.go Use new Index implementation for rebuild-index 2017-03-02 15:23:59 +01:00
cmd_restore.go Implement --tag processing to backup and restore command 2017-03-08 19:55:58 +01:00
cmd_snapshots.go Add --path for snapshot filtering by path. 2017-03-07 19:28:42 +01:00
cmd_tag.go Fix SamePaths() and make it into a receiver function 2017-03-06 02:21:58 +01:00
cmd_unlock.go Use lowercase consistently in help text 2017-02-13 16:02:47 +01:00
cmd_version.go Use lowercase consistently in help text 2017-02-13 16:02:47 +01:00
doc.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
format.go Use cobra for all commands 2016-09-27 19:53:03 +02:00
global_debug.go Add options for creating a memory or CPU profile 2017-01-23 17:52:26 +01:00
global_release.go Add options for creating a memory or CPU profile 2017-01-23 17:52:26 +01:00
global.go Create a helper function to get the terminal width 2017-03-06 11:23:00 +01:00
integration_fuse_test.go Use cobra for all commands 2016-09-27 19:53:03 +02:00
integration_helpers_test.go Support hard links 2017-02-10 20:58:19 +01:00
integration_helpers_unix_test.go Support hard links 2017-02-10 20:58:19 +01:00
integration_helpers_windows_test.go Support hard links 2017-02-10 20:58:19 +01:00
integration_test.go Snapshot: Add Original ID 2017-03-05 19:55:23 +01:00
lock.go Make sure cleanup is executed before exiting 2016-12-28 10:53:31 +01:00
main.go Don't set GOMAXPROCS 2017-02-02 10:18:07 +01:00
table.go Add comments 2016-09-27 20:22:01 +02:00