restic/cmd/restic
Alexander Neumann 35a5307db3 Merge pull request #1415 from armhold/signals
also handle SIGPIPE in cleanup routines
2017-11-24 21:28:08 +01:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
.gitignore Moves files 2017-07-23 14:19:13 +02:00
background.go Moves files 2017-07-23 14:19:13 +02:00
background_linux.go Run goimports 2017-07-23 14:21:03 +02:00
cleanup.go exit 1 if received signal is other than SIGINT 2017-11-09 07:16:01 -05:00
cmd_backup.go Fix whitespace 2017-10-19 15:52:06 +01:00
cmd_cat.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_check.go Use lowercase in messages from check/tag commands, too 2017-10-27 21:06:34 +02:00
cmd_debug.go Rename debug dump related variable and run function 2017-10-14 13:55:00 +02:00
cmd_dump.go dump: Allow absolute paths 2017-10-16 20:22:01 +02:00
cmd_find.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_forget.go Merge pull request #1314 from jannickfahlbusch/fixTypo 2017-10-03 12:39:24 +02:00
cmd_generate.go Rework generation of manpages and completion files 2017-09-26 13:12:12 +02:00
cmd_init.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_key.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_list.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_ls.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_migrate.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_mount.go fuse: mount and backup in parallel (#1330) 2017-10-07 11:48:48 +02:00
cmd_options.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_prune.go prune: Repack mixed pack files 2017-09-24 21:54:53 +02:00
cmd_rebuild_index.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_restore.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_snapshots.go Add --last flag to snapshots command 2017-10-26 14:02:29 +08:00
cmd_tag.go Use lowercase in messages from check/tag commands, too 2017-10-27 21:06:34 +02:00
cmd_unlock.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
cmd_version.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
exclude.go Cache evaluated directories in isExcludedByFile 2017-10-06 22:11:22 +02:00
exclude_test.go Cache evaluated directories in isExcludedByFile 2017-10-06 22:11:22 +02:00
excludes Upadte vendored dependencies 2017-10-22 10:07:36 +02:00
find.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
flags_test.go Moves files 2017-07-23 14:19:13 +02:00
format.go Move restic package to internal/restic 2017-07-24 17:43:32 +02:00
global.go Retry failed backend requests 2017-10-14 15:56:25 +02:00
global_debug.go debug: properly handle interrupted profiles 2017-08-28 22:03:26 -07:00
global_release.go debug: properly handle interrupted profiles 2017-08-28 22:03:26 -07:00
integration_fuse_test.go Use rtest on these as well to keep codebase consistent 2017-10-02 17:48:08 +02:00
integration_helpers_test.go Fix test failing on OpenBSD #1307 2017-11-05 07:27:58 +01:00
integration_helpers_unix_test.go Moves files 2017-07-23 14:19:13 +02:00
integration_helpers_windows_test.go Moves files 2017-07-23 14:19:13 +02:00
integration_test.go fix #1143 2017-10-05 11:48:26 -07:00
local_layout_test.go Remove all dot-imports 2017-10-02 15:06:39 +02:00
lock.go Improve error message when creating lock failed 2017-10-14 15:56:25 +02:00
main.go Capitalize short help commands 2017-09-11 09:32:44 -07:00
table.go Show the amount of snapshots 2017-10-01 17:14:54 +02:00