2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00
restic/src/cmds/restic
2016-09-03 21:10:24 +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 Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
cmd_cat.go Rename struct member FileType -> Type 2016-09-03 21:10:24 +02:00
cmd_check.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00
cmd_dump.go Fix command 'dump' 2016-09-03 21:10:24 +02:00
cmd_find.go Rename Node.FileType -> Type 2016-09-03 21:10:24 +02:00
cmd_forget.go Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
cmd_init.go Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
cmd_key.go Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
cmd_list.go Remove functions 2016-09-03 21:10:24 +02:00
cmd_ls.go Rename Node.FileType -> Type 2016-09-03 21:10:24 +02:00
cmd_mount.go Always use errors.Cause() for testing error values 2016-08-29 19:52:03 +02:00
cmd_prune.go Fix cmds/restic for new structure 2016-09-03 21:10:24 +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 Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
cmd_snapshots.go Fix cmds/restic for new structure 2016-09-03 21:10:24 +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 Fix cmds/restic for new structure 2016-09-03 21:10:24 +02:00
integration_fuse_test.go Last fixes for integration tests 2016-09-03 21:10:24 +02:00
integration_helpers_test.go Last fixes for integration tests 2016-09-03 21:10:24 +02: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 Reduce lock timeout to zero 2016-09-03 21:10:24 +02:00
lock.go Move commands to src/cmds 2016-02-23 07:21:28 +01:00
main.go Add restic.Fatal/f 2016-08-29 19:52:00 +02:00