mirror of
https://github.com/octoleo/restic.git
synced 2025-01-25 16:18:34 +00:00
Merge pull request #683 from jannic/pr1
Omit "archived as %v" messages in quiet mode.
This commit is contained in:
commit
8d13f22c50
@ -256,7 +256,7 @@ func readBackupFromStdin(opts BackupOptions, gopts GlobalOptions, args []string)
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("archived as %v\n", id.Str())
|
Verbosef("archived as %v\n", id.Str())
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user