We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version
restic 0.15.0 compiled with go1.19.5 on linux/amd64
RESTIC_PASSWORD=x RESTIC_REPOSITORY=/some/path TMPDIR=/some/other/path RESTIC_COMPRESSION=max restic -q prune --max-unused 0%
Local file system
No output.
[0:00] 100.00% 616 / 616 packs processed (Output provided via cron's mail)
[0:00] 100.00% 616 / 616 packs processed
Regression from 0.14.0
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. That progress bar was actually only shown while running in quiet mode...
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Output of
restic version
restic 0.15.0 compiled with go1.19.5 on linux/amd64
How did you run restic exactly?
RESTIC_PASSWORD=x RESTIC_REPOSITORY=/some/path TMPDIR=/some/other/path RESTIC_COMPRESSION=max restic -q prune --max-unused 0%
What backend/server/service did you use to store the repository?
Local file system
Expected behavior
No output.
Actual behavior
[0:00] 100.00% 616 / 616 packs processed
(Output provided via cron's mail)Do you have any idea what may have caused this?
Regression from 0.14.0
The text was updated successfully, but these errors were encountered: