.. |
testdata
|
|
|
.gitignore
|
|
|
cleanup.go
|
update comment
|
2024-02-22 22:00:42 +01:00 |
cmd_backup.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
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_cache.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_cat.go
|
convert MemorizeList to be repository based
|
2023-10-25 23:01:35 +02:00 |
cmd_cat_test.go
|
|
|
cmd_check.go
|
check: link to troubleshooting guide
|
2024-02-12 20:25:15 +01:00 |
cmd_check_integration_test.go
|
|
|
cmd_check_test.go
|
Fix typos
|
2023-12-06 13:11:55 +01:00 |
cmd_copy.go
|
deduplicate string formatting of snapshot metadata
|
2024-01-06 20:20:51 +01:00 |
cmd_copy_integration_test.go
|
|
|
cmd_debug.go
|
replace some usages of restic.Repository with more specific interface
|
2024-01-27 13:02:02 +01:00 |
cmd_diff.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_diff_integration_test.go
|
|
|
cmd_dump.go
|
dump flag --target should be allowed to write existing file
|
2024-02-10 18:39:06 +01:00 |
cmd_dump_test.go
|
|
|
cmd_features.go
|
add feature flag documentation
|
2024-03-09 17:29:52 +01:00 |
cmd_find.go
|
Support windows metadata using generic attribs
|
2024-02-22 17:31:20 -07:00 |
cmd_find_integration_test.go
|
|
|
cmd_forget.go
|
Remove all usages of the global command-specific options
|
2024-01-23 19:21:39 +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_generate.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_init.go
|
Fix repository not being printed when using repository file
|
2024-01-08 21:33:05 +01:00 |
cmd_init_integration_test.go
|
|
|
cmd_key.go
|
key: move add, list, remove, passwd to sub-commands
|
2024-02-06 01:47:43 +05:30 |
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_list.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_list_integration_test.go
|
Remove all usages of the global command-specific options
|
2024-01-23 19:21:39 +01:00 |
cmd_ls.go
|
ls: include standard message_type field in output
|
2024-01-27 15:48:24 +01:00 |
cmd_ls_integration_test.go
|
fix linter warning
|
2024-01-27 13:17:33 +01:00 |
cmd_ls_test.go
|
ls: include standard message_type field in output
|
2024-01-27 15:48:24 +01:00 |
cmd_migrate.go
|
|
|
cmd_mount.go
|
mount: detect mountpoint does not exist before opening the repository
|
2023-12-24 11:54:18 +01:00 |
cmd_mount_integration_test.go
|
ls: include standard message_type field in output
|
2024-01-27 15:48:24 +01:00 |
cmd_options.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_prune.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_recover.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_repair.go
|
|
|
cmd_repair_index.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_repair_index_integration_test.go
|
move Backend interface to backend package
|
2023-10-25 23:00:18 +02:00 |
cmd_repair_packs.go
|
repair pack: drop feature flag
|
2024-02-12 20:20:12 +01:00 |
cmd_repair_snapshots.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_repair_snapshots_integration_test.go
|
|
|
cmd_restore.go
|
Add ability to report warnings to terminal
|
2024-02-22 17:52:26 -07:00 |
cmd_restore_integration_test.go
|
|
|
cmd_rewrite.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_rewrite_integration_test.go
|
rewrite: cleanup tests
|
2023-12-24 15:36:22 +01:00 |
cmd_self_update.go
|
|
|
cmd_snapshots.go
|
Fix typos
|
2023-12-06 13:11:55 +01:00 |
cmd_snapshots_integration_test.go
|
|
|
cmd_snapshots_test.go
|
|
|
cmd_stats.go
|
Fix linter errors (except for tests)
|
2024-02-10 22:58:10 +01:00 |
cmd_stats_test.go
|
|
|
cmd_tag.go
|
convert MemorizeList to be repository based
|
2023-10-25 23:01:35 +02:00 |
cmd_tag_integration_test.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.go
|
backup: improve error message if exclude file cannot be loaded
|
2024-02-11 22:26:13 +01:00 |
exclude_test.go
|
|
|
find.go
|
convert MemorizeList to be repository based
|
2023-10-25 23:01:35 +02:00 |
flags_test.go
|
|
|
format.go
|
|
|
format_test.go
|
|
|
global.go
|
Merge branch 'patch-release'
|
2024-02-04 20:21:42 +01:00 |
global_debug.go
|
|
|
global_release.go
|
|
|
global_test.go
|
|
|
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.go
|
move Backend interface to backend package
|
2023-10-25 23:00:18 +02:00 |
lock_test.go
|
move Backend interface to backend package
|
2023-10-25 23:00:18 +02:00 |
main.go
|
features: initialize based on RESTIC_FEATURES environment variable
|
2024-03-09 17:29:52 +01:00 |
progress.go
|
repair pack: extract the repair logic into the repository package
|
2024-01-27 12:51:45 +01:00 |
secondary_repo.go
|
|
|
secondary_repo_test.go
|
|
|
termstatus.go
|
backup/restore: fix termstatus initialization
|
2024-01-27 12:51:08 +01:00 |