2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00
restic/src/cmds/restic
2017-07-16 21:40:53 +02:00
..
testdata Create subdirs below data/ 2017-07-02 19:35:45 +02: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_autocomplete.go Add bash autocompletion generation 2017-05-06 12:39:23 +02:00
cmd_backup.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_cat.go Add context to restic packages 2017-06-04 14:35:14 +02:00
cmd_check.go Add context to restic packages 2017-06-04 14:35:14 +02:00
cmd_dump.go Add context to dump command 2017-06-06 00:37:25 +02:00
cmd_find.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_forget.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_init.go Add context to restic packages 2017-06-04 14:35:14 +02:00
cmd_key.go Add context to restic packages 2017-06-04 14:35:14 +02:00
cmd_list.go Add context to restic packages 2017-06-04 14:35:14 +02:00
cmd_ls.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_migrate.go Allow migrate to run althoug check failed 2017-07-02 10:29:41 +02:00
cmd_mount.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_options.go Add hidden 'options' command to list all opts 2017-04-14 00:00:03 +02:00
cmd_prune.go prune: Remove invalid files 2017-06-15 20:56:22 +02:00
cmd_rebuild_index.go Merge pull request #1036 from restic/prune-remove-invalid-files 2017-06-16 22:52:44 +02:00
cmd_restore.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_snapshots.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_tag.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
cmd_unlock.go Add context to restic packages 2017-06-04 14:35:14 +02: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
find.go Use TagLists for all commands 2017-07-16 21:40:53 +02:00
flags_test.go Remove unused code/variables 2017-06-11 09:29:53 +02:00
format.go Refactor find and ls commands 2017-03-08 20:29:31 +01:00
global_debug.go Update global_debug.go 2017-05-17 11:07:33 -04:00
global_release.go Add options for creating a memory or CPU profile 2017-01-23 17:52:26 +01:00
global.go s3: Split Create() from Open() 2017-06-17 22:15:58 +02:00
integration_fuse_test.go fuse: Reenable integration tests 2017-06-18 14:23:35 +02:00
integration_helpers_test.go Add integration test for layouts 2017-04-02 20:35:17 +02:00
integration_helpers_unix_test.go Remove unused code/variables 2017-06-11 09:29:53 +02:00
integration_helpers_windows_test.go Support hard links 2017-02-10 20:58:19 +01:00
integration_test.go Fix ineffassign mistakes 2017-05-17 01:25:52 +02:00
local_layout_test.go Fix filenames for layout tests 2017-05-16 20:45:17 +02:00
lock.go Add context to restic packages 2017-06-04 14:35:14 +02:00
main.go debug: Add version number to debug log 2017-06-11 20:48:46 +02:00
table.go Add comments 2016-09-27 20:22:01 +02:00