| .. |
|
testdata
|
ls: sort output by size, atime, ctime, mtime, time(=mtime), extension (#5182)
|
2025-02-03 22:07:04 +01:00 |
|
.gitignore
|
Moves files
|
2017-07-23 14:19:13 +02:00 |
|
cleanup.go
|
drop warnf
|
2025-09-18 22:58:23 +02:00 |
|
cmd_backup.go
|
backup: only pass error log function to helpers
|
2025-09-21 16:02:59 +02:00 |
|
cmd_backup_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_backup_test.go
|
backup: only pass error log function to helpers
|
2025-09-21 16:02:59 +02:00 |
|
cmd_cache.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_cat.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_cat_test.go
|
cat: extract parameter validation and add a test
|
2023-08-13 19:17:46 +02:00 |
|
cmd_check.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_check_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_check_test.go
|
check: fix cachedir creation when using default location
|
2024-06-30 12:04:57 +02:00 |
|
cmd_copy.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_copy_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_debug.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_debug_disabled.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
cmd_diff.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_diff_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_dump.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_dump_test.go
|
dump: Add test for splitPath
|
2020-08-30 16:00:48 +02:00 |
|
cmd_features.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
cmd_find.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_find_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_forget.go
|
prune: drop unused parameter
|
2025-09-17 21:18:15 +02:00 |
|
cmd_forget_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_forget_test.go
|
forget: fix ignored RESTIC_HOST environment variable
|
2025-03-31 18:10:17 +02:00 |
|
cmd_generate.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_generate_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_init.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_init_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_key.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
cmd_key_add.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_key_integration_test.go
|
Consistently use withTermstatus in tests
|
2025-09-15 22:37:55 +02:00 |
|
cmd_key_list.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_key_passwd.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_key_remove.go
|
prune: drop unused parameter
|
2025-09-17 21:18:15 +02:00 |
|
cmd_list.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_list_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_ls.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_ls_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_ls_test.go
|
ls: proper error handling if output is not possible
|
2024-11-01 17:07:43 +01:00 |
|
cmd_migrate.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_mount.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_mount_disabled.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
cmd_mount_integration_test.go
|
Consistently use withTermstatus in tests
|
2025-09-15 22:37:55 +02:00 |
|
cmd_options.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
cmd_prune.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_prune_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_recover.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_recover_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_repair.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
cmd_repair_index.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_repair_index_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_repair_packs.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_repair_snapshots.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_repair_snapshots_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_restore.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_restore_integration_test.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_rewrite.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_rewrite_integration_test.go
|
Consistently use withTermstatus in tests
|
2025-09-15 22:37:55 +02:00 |
|
cmd_self_update.go
|
ignore JSON flag for fully unsupported commands
|
2025-09-21 15:38:29 +02:00 |
|
cmd_self_update_disabled.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
cmd_snapshots.go
|
forget/snapshots: properly change error returned by PrintSnapshots
|
2025-09-17 21:16:39 +02:00 |
|
cmd_snapshots_integration_test.go
|
Consistently use withTermstatus in tests
|
2025-09-15 22:37:55 +02:00 |
|
cmd_snapshots_test.go
|
Add more error checks
|
2021-01-30 20:02:37 +01:00 |
|
cmd_stats.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_stats_test.go
|
stats: Add debug mode to collect repository statistics
|
2023-07-08 23:04:47 +02:00 |
|
cmd_tag.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_tag_integration_test.go
|
tag: output the original ID and new snapshotID (#5144)
|
2025-01-14 18:57:47 +01:00 |
|
cmd_unlock.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
cmd_version.go
|
version: convert to termstatus
|
2025-09-18 22:58:23 +02:00 |
|
doc.go
|
Moves files
|
2017-07-23 14:19:13 +02:00 |
|
exclude.go
|
repository: expose cache via method
|
2025-01-13 22:40:18 +01:00 |
|
find.go
|
further reduce Warnf usages
|
2025-09-15 22:35:16 +02:00 |
|
find_test.go
|
complete RESITC_HOST environment handling & test
|
2024-04-24 21:52:39 +02:00 |
|
flags_test.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
format.go
|
add proper constants for node type
|
2024-08-31 18:20:01 +02:00 |
|
format_test.go
|
add proper constants for node type
|
2024-08-31 18:20:01 +02:00 |
|
global.go
|
init: remove duplication from error message
|
2025-09-21 15:58:29 +02:00 |
|
global_debug.go
|
bugfix: have --{cpu,mem,...}-profile work even if Restic exits with error code (#5373)
|
2025-06-02 17:57:07 +00:00 |
|
global_release.go
|
Create root command via function
|
2025-02-07 21:29:33 +01:00 |
|
global_test.go
|
remove unused global output functions
|
2025-09-15 22:35:48 +02:00 |
|
integration_filter_pattern_test.go
|
move include/exclude options to filter package
|
2024-08-31 18:04:07 +02:00 |
|
integration_helpers_test.go
|
Consistently use withTermstatus in tests
|
2025-09-15 22:37:55 +02:00 |
|
integration_helpers_unix_test.go
|
improve fprintf related error handling
|
2024-11-01 17:07:43 +01:00 |
|
integration_helpers_windows_test.go
|
Rename unused parameters to '_'.
|
2025-03-22 18:20:30 +00:00 |
|
integration_test.go
|
Consistently use withTermstatus in tests
|
2025-09-15 22:37:55 +02:00 |
|
lock.go
|
convert repository open/create to use termstatus
|
2025-09-15 22:35:32 +02:00 |
|
main.go
|
drop warnf
|
2025-09-18 22:58:23 +02:00 |
|
progress.go
|
change run* functions to accept ui.Terminal instead of *termstatus.Terminal
|
2025-09-15 22:37:25 +02:00 |
|
secondary_repo.go
|
convert repository open/create to use termstatus
|
2025-09-15 22:35:32 +02:00 |
|
secondary_repo_test.go
|
convert repository open/create to use termstatus
|
2025-09-15 22:35:32 +02:00 |
|
termstatus.go
|
ui, termstatus: Move WrapStdio
|
2024-05-21 11:25:16 +02:00 |