restic version
restic 0.9.4 compiled with go1.11.4 on linux/amd64
restic -r /<repo> backup /<dir> -q
Local
No output unless an error is encountered.
Outputs open repository
Upgrade from 0.9.3 to 0.9.4
Huh, interesting, that's a bug. FYI: This line won't be printed if stdout is not a terminal (e.g. for cron).
I didn't have this issue before on 0.9.3, and yes, this happens when using cron (system backups etc) ;-)
Oh, hm. That's annoying. I'll look into it. :)
I don't know if it makes any difference, but I'm seeing this exact thing on macOS (latest) too using restic
("restic 0.9.4 compiled with go1.11.4 on darwin/amd64
") installed from Homebrew, when running it from cron.
Most helpful comment
Oh, hm. That's annoying. I'll look into it. :)