mirror of
https://github.com/octoleo/restic.git
synced 2025-01-10 09:56:20 +00:00
parent
b96ef48562
commit
60c7020bcb
@ -395,7 +395,9 @@ func runBackup(opts BackupOptions, gopts GlobalOptions, term *termstatus.Termina
|
|||||||
|
|
||||||
var t tomb.Tomb
|
var t tomb.Tomb
|
||||||
|
|
||||||
|
if gopts.verbosity >= 2 {
|
||||||
term.Print("open repository\n")
|
term.Print("open repository\n")
|
||||||
|
}
|
||||||
repo, err := OpenRepository(gopts)
|
repo, err := OpenRepository(gopts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
Reference in New Issue
Block a user