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
.gitignore
cleanup.go
cmd_backup.go backup: Correctly handle --quiet flag 2021-02-15 22:14:58 +01:00
cmd_backup_test.go
cmd_cache.go
cmd_cat.go
cmd_check.go
cmd_check_test.go
cmd_copy.go
cmd_debug.go
cmd_diff.go
cmd_dump.go
cmd_dump_test.go
cmd_find.go
cmd_forget.go
cmd_generate.go
cmd_init.go
cmd_key.go
cmd_list.go
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
cmd_prune.go
cmd_rebuild_index.go rebuild-index: add missing bar.Done() 2021-01-31 18:28:02 +01:00
cmd_recover.go
cmd_restore.go Fix #3166 2021-01-31 14:22:57 +01:00
cmd_self_update.go
cmd_snapshots.go
cmd_snapshots_test.go
cmd_stats.go
cmd_tag.go
cmd_unlock.go
cmd_version.go
delete.go
doc.go
exclude.go
exclude_test.go
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
integration_fuse_test.go
integration_helpers_test.go
integration_helpers_unix_test.go
integration_helpers_windows_test.go
integration_test.go
local_layout_test.go
lock.go
main.go
progress.go backup: Correctly handle --quiet flag 2021-02-15 22:14:58 +01:00
secondary_repo.go