Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restic --quiet is not quiet anymore #2145

Closed
sebasgo opened this issue Jan 15, 2019 · 1 comment
Closed

restic --quiet is not quiet anymore #2145

sebasgo opened this issue Jan 15, 2019 · 1 comment

Comments

@sebasgo
Copy link

sebasgo commented Jan 15, 2019

Output of restic version

restic 0.9.4 compiled with go1.11.4 on linux/amd64

How did you run restic exactly?

I run

restic --quiet backup /home/$user/ --exclude /home/$user/.cache 

with the RESTIC_PASSWORD_FILE, RESTIC_REPOSITORY, and user set.

What backend/server/service did you use to store the repository?

sftp

Expected behavior

Unless there is an error, restic produces no output on stdout / stderr.

Actual behavior

Starting with version 0.9.4, restic prints

open repository

when doing a backup.

This is inconvinient for me, because now I get a mail from cron for each backup and not only for failed backups.

Version 0.9.3 and earlier was not affected by the issue. Also, restic --quiet forget is still quiet in verions 0.9.4. I have not tested any other command, though.

Steps to reproduce the behavior

  1. Setup restic with the sftp backend.
  2. Run restic with --quiet

Do you have any idea what may have caused this?

Nope.

Do you have an idea how to solve the issue?

Nope.

Did restic help you or made you happy in any way?

Yep, it's great piece of software.

@fd0
Copy link
Member

fd0 commented Jan 15, 2019

Thanks for the report, this was reported in #2140 and is already resolved in master. You can either compile restic yourself, or download a beta build from here: https://beta.restic.net/restic-v0.9.4-3-g1107eef2/

@fd0 fd0 closed this as completed Jan 15, 2019
@fd0 fd0 added the duplicate label Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants