2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-04 01:50:48 +00:00
restic/cmd/restic
Michael Eischer 8b08b522c9
Merge pull request #4669 from MichaelEischer/fix-rewrite-typo
rewrite: fix typo in dry-run output
2024-01-31 22:08:12 +01:00
..
testdata
.gitignore
cleanup.go
cmd_backup_integration_test.go restic-from-command: use standard behavior when no output and exit code 0 from command 2023-10-27 23:58:51 +02:00
cmd_backup_test.go
cmd_backup.go Merge pull request #4662 from MichaelEischer/clarify-backup-ignore-inode 2024-01-27 18:25:11 +01:00
cmd_cache.go
cmd_cat_test.go cat: extract parameter validation and add a test 2023-08-13 19:17:46 +02:00
cmd_cat.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
cmd_check_integration_test.go
cmd_check_test.go Fix typos 2023-12-06 13:11:55 +01:00
cmd_check.go Fix typos 2023-12-06 13:11:55 +01:00
cmd_copy_integration_test.go
cmd_copy.go deduplicate string formatting of snapshot metadata 2024-01-06 20:20:51 +01:00
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 replace some usages of restic.Repository with more specific interface 2024-01-27 13:02:02 +01:00
cmd_dump_test.go
cmd_dump.go replace some usages of restic.Repository with more specific interface 2024-01-27 13:02:02 +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 forget: simplify test 2023-07-28 19:21:40 +02:00
cmd_forget.go Remove all usages of the global command-specific options 2024-01-23 19:21:39 +01:00
cmd_generate.go Remove all usages of the global command-specific options 2024-01-23 19:21:39 +01:00
cmd_init_integration_test.go
cmd_init.go Fix repository not being printed when using repository file 2024-01-08 21:33:05 +01:00
cmd_key_integration_test.go Remove all usages of the global command-specific options 2024-01-23 19:21:39 +01:00
cmd_key.go Merge pull request #4657 from numerigraphe/fix-key-add-id 2024-01-31 20:59:41 +00:00
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 Remove all usages of the global command-specific options 2024-01-23 19:21:39 +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 mount: detect mountpoint does not exist before opening the repository 2023-12-24 11:54:18 +01:00
cmd_options.go
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 index: let MasterIndex.Save also delete obsolete indexes 2024-01-27 12:51:08 +01:00
cmd_recover.go replace some usages of restic.Repository with more specific interface 2024-01-27 13:02:02 +01:00
cmd_repair_index_integration_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
cmd_repair_index.go index: let MasterIndex.Save also delete obsolete indexes 2024-01-27 12:51:08 +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 deduplicate string formatting of snapshot metadata 2024-01-06 20:20:51 +01:00
cmd_repair.go
cmd_restore_integration_test.go
cmd_restore.go backup/restore: fix termstatus initialization 2024-01-27 12:51:08 +01:00
cmd_rewrite_integration_test.go rewrite: cleanup tests 2023-12-24 15:36:22 +01:00
cmd_rewrite.go rewrite: fix typo in dry-run output 2024-01-31 21:48:37 +01:00
cmd_self_update.go
cmd_snapshots_integration_test.go
cmd_snapshots_test.go
cmd_snapshots.go Fix typos 2023-12-06 13:11:55 +01:00
cmd_stats_test.go
cmd_stats.go Merge pull request #4550 from ndecker/ls-ncdu 2024-01-27 12:27:35 +00:00
cmd_tag_integration_test.go
cmd_tag.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
cmd_unlock.go
cmd_version.go Split go_target into go_os and go_arch 2023-11-01 22:43:38 +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 convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
flags_test.go
format_test.go
format.go
global_debug.go
global_release.go
global_test.go
global.go Merge branch 'patch-release' 2024-01-14 21:38:17 +01:00
integration_filter_pattern_test.go
integration_helpers_test.go CI: update golangci-lint 2024-01-08 21:33:05 +01:00
integration_helpers_unix_test.go
integration_helpers_windows_test.go
integration_test.go convert MemorizeList to be repository based 2023-10-25 23:01:35 +02:00
lock_test.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
lock.go move Backend interface to backend package 2023-10-25 23:00:18 +02:00
main.go don't load password when autocompleting CLI commands 2023-10-23 21:44:22 +02: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