2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 01:50:48 +00:00
restic/cmd/restic
2024-02-10 22:58:10 +01:00
..
testdata
.gitignore
cleanup.go
cmd_backup_integration_test.go
cmd_backup_test.go
cmd_backup.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_cache.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_cat_test.go
cmd_cat.go
cmd_check_integration_test.go
cmd_check_test.go
cmd_check.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_copy_integration_test.go
cmd_copy.go
cmd_debug.go replace some usages of restic.Repository with more specific interface 2024-01-27 13:02:02 +01:00
cmd_diff_integration_test.go
cmd_diff.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_dump_test.go
cmd_dump.go dump flag --target should be allowed to write existing file 2024-02-10 18:39:06 +01:00
cmd_find_integration_test.go
cmd_find.go walker: add callback to inform about leaving a directory 2024-01-27 13:17:32 +01:00
cmd_forget_integration_test.go Remove all usages of the global command-specific options 2024-01-23 19:21:39 +01:00
cmd_forget_test.go
cmd_forget.go Remove all usages of the global command-specific options 2024-01-23 19:21:39 +01:00
cmd_generate.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_init_integration_test.go
cmd_init.go
cmd_key_add.go key: move add, list, remove, passwd to sub-commands 2024-02-06 01:47:43 +05:30
cmd_key_integration_test.go key: fix integration test for invalid arguments 2024-02-08 20:52:30 +01:00
cmd_key_list.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_key_passwd.go key: move add, list, remove, passwd to sub-commands 2024-02-06 01:47:43 +05:30
cmd_key_remove.go key: move add, list, remove, passwd to sub-commands 2024-02-06 01:47:43 +05:30
cmd_key.go key: move add, list, remove, passwd to sub-commands 2024-02-06 01:47:43 +05:30
cmd_list_integration_test.go Remove all usages of the global command-specific options 2024-01-23 19:21:39 +01:00
cmd_list.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_ls_integration_test.go fix linter warning 2024-01-27 13:17:33 +01:00
cmd_ls_test.go fix linter warning 2024-01-27 13:17:33 +01:00
cmd_ls.go ls: only allow either --json or --ncdu 2024-01-27 13:17:33 +01:00
cmd_migrate.go
cmd_mount_integration_test.go
cmd_mount.go
cmd_options.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_prune_integration_test.go Remove all usages of the global command-specific options 2024-01-23 19:21:39 +01:00
cmd_prune.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_recover.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_repair_index_integration_test.go
cmd_repair_index.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_repair_packs.go repair pack: extract the repair logic into the repository package 2024-01-27 12:51:45 +01:00
cmd_repair_snapshots_integration_test.go
cmd_repair_snapshots.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_repair.go
cmd_restore_integration_test.go
cmd_restore.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_rewrite_integration_test.go
cmd_rewrite.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_self_update.go
cmd_snapshots_integration_test.go
cmd_snapshots_test.go
cmd_snapshots.go
cmd_stats_test.go
cmd_stats.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_tag_integration_test.go
cmd_tag.go
cmd_unlock.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
cmd_version.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
delete.go split deleteFiles into UI and logic parts 2024-01-27 12:51:08 +01:00
doc.go
exclude_test.go
exclude.go
find.go
flags_test.go
format_test.go
format.go
global_debug.go
global_release.go
global_test.go
global.go Merge branch 'patch-release' 2024-02-04 20:21:42 +01:00
integration_filter_pattern_test.go
integration_helpers_test.go
integration_helpers_unix_test.go
integration_helpers_windows_test.go
integration_test.go
lock_test.go
lock.go
main.go Fix linter errors (except for tests) 2024-02-10 22:58:10 +01:00
progress.go repair pack: extract the repair logic into the repository package 2024-01-27 12:51:45 +01:00
secondary_repo_test.go
secondary_repo.go
termstatus.go backup/restore: fix termstatus initialization 2024-01-27 12:51:08 +01:00