restic/cmd/restic
Michael Eischer 65bd2a9a49 backup: Correctly handle --quiet flag
The quiet flag changes the backup output to assume a non-interactive
terminal. However, the output progress interval was not set to 0 by
default.
2021-02-15 22:14:58 +01:00
..
testdata prune: Add self-healing 2020-12-29 20:20:05 +01:00
.gitignore
cleanup.go
cmd_backup.go backup: Correctly handle --quiet flag 2021-02-15 22:14:58 +01:00
cmd_backup_test.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_cache.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_cat.go Warn when unlock fails instead of returning an error 2020-12-29 17:48:20 +01:00
cmd_check.go Fix missing rand seed for restic check --read-data-subset=x% 2021-01-29 23:18:35 +01:00
cmd_check_test.go
cmd_copy.go parallel: report progress for StreamTrees 2021-01-28 11:08:43 +01:00
cmd_debug.go debug/list: parallelize index loading 2020-12-22 22:36:18 +01:00
cmd_diff.go
cmd_dump.go dump: Add new option --archive 2020-12-19 01:09:47 +03:00
cmd_dump_test.go
cmd_find.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_forget.go errcheck: Add more error checks 2021-01-30 20:02:37 +01:00
cmd_generate.go
cmd_init.go Allow using --repository-file in init 2020-11-17 20:43:46 +01:00
cmd_key.go
cmd_list.go debug/list: parallelize index loading 2020-12-22 22:36:18 +01:00
cmd_ls.go ls: Check for non-nil error before calling panic() 2021-02-07 21:12:54 +01:00
cmd_migrate.go
cmd_mount.go
cmd_options.go Some `options` fixes 2020-12-23 23:26:04 +03:00
cmd_prune.go prune: Improve error message for missing files 2021-01-31 11:31:27 +01:00
cmd_rebuild_index.go rebuild-index: add missing bar.Done() 2021-01-31 18:28:02 +01:00
cmd_recover.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_restore.go Fix #3166 2021-01-31 14:22:57 +01:00
cmd_self_update.go
cmd_snapshots.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_snapshots_test.go Add more error checks 2021-01-30 20:02:37 +01:00
cmd_stats.go restic: let FindUsedBlobs handle multiple snapshots at once 2021-01-28 11:08:43 +01:00
cmd_tag.go fix(cmd_tag): Use restic.TagLists 2020-12-29 17:12:46 +01:00
cmd_unlock.go
cmd_version.go
delete.go Add more error checks 2021-01-30 20:02:37 +01:00
doc.go
exclude.go Add more error checks 2021-01-30 20:02:37 +01:00
exclude_test.go Add tests 2020-11-28 17:00:31 +01:00
find.go
flags_test.go
format.go
global.go Set development version for 0.12.0 2021-02-14 11:44:24 +01:00
global_debug.go
global_release.go
global_test.go Fix issues reported by staticcheck 2021-01-30 20:43:53 +01:00
integration_fuse_test.go Portability fixes to internal/restic 2020-12-29 01:35:01 +01:00
integration_helpers_test.go
integration_helpers_unix_test.go
integration_helpers_windows_test.go
integration_test.go Fix issues reported by staticcheck 2021-01-30 20:43:53 +01:00
local_layout_test.go
lock.go Warn when unlock fails instead of returning an error 2020-12-29 17:48:20 +01:00
main.go Properly check that --quiet and --verbose are not combined 2020-12-30 21:24:18 +01:00
progress.go backup: Correctly handle --quiet flag 2021-02-15 22:14:58 +01:00
secondary_repo.go