restic/cmd/restic
Alexander Neumann 389ec9b101 Add tests for restore filter 2015-07-09 20:12:31 +02:00
..
testdata
.gitignore
cmd_backup.go cmd_backup: filter non-existing target files/dirs 2015-07-06 23:02:16 +02:00
cmd_cache.go cmd/restic: Add lock handling, interrupt cleanup 2015-06-28 13:52:22 +02:00
cmd_cat.go repository: Rename Load() -> LoadAndDecrypt() 2015-07-05 11:07:10 +02:00
cmd_dump.go cmd/restic: Add lock handling, interrupt cleanup 2015-06-28 13:52:22 +02:00
cmd_find.go cmd/restic: Add lock handling, interrupt cleanup 2015-06-28 13:52:22 +02:00
cmd_fsck.go cmd/restic: Add lock handling, interrupt cleanup 2015-06-28 13:52:22 +02:00
cmd_init.go Ask for password after create repo succeeded 2015-06-26 13:58:43 -04:00
cmd_key.go cmd/restic: Do not require exclusive lock for listing keys 2015-06-28 13:52:22 +02:00
cmd_list.go cmd/restic: Add lock handling, interrupt cleanup 2015-06-28 13:52:22 +02:00
cmd_ls.go cmd/restic: Rename variable, no functional changes 2015-06-28 13:52:22 +02:00
cmd_restore.go Fix restore filter 2015-07-09 20:12:31 +02:00
cmd_snapshots.go Command `snapshots`: do not list first dir twice 2015-07-06 22:26:31 +02:00
cmd_unlock.go cmd/restic: Add command `unlock`, improve error message 2015-06-28 13:52:23 +02:00
cmd_version.go
doc.go
global.go
integration_helpers_test.go fix darwin integration tests 2015-07-09 11:13:40 -04:00
integration_test.go Add tests for restore filter 2015-07-09 20:12:31 +02:00
lock.go sftp: Use own process group for ssh subprocess 2015-07-05 11:07:10 +02:00
main.go