mirror of
https://github.com/octoleo/restic.git
synced 2025-02-03 20:38:28 +00:00
check: only show additional files if verbose output is enabled
Additional files are nearly always caused by interrupted backup runs. This is unproblematic, thus don't pollute the check output with it.
This commit is contained in:
parent
6d9dfff1cb
commit
879ba07a87
@ -289,7 +289,7 @@ func runCheck(ctx context.Context, opts CheckOptions, gopts GlobalOptions, args
|
||||
if errors.As(err, &packErr) {
|
||||
if packErr.Orphaned {
|
||||
orphanedPacks++
|
||||
printer.P("%v\n", err)
|
||||
printer.V("%v\n", err)
|
||||
} else {
|
||||
if packErr.Truncated {
|
||||
salvagePacks.Insert(packErr.ID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user