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
I've noticed that bup-cron might fail:
calling command `bup fsck --verbose --par2-ok` generating par2(1) recovery blocks calling command `bup fsck --verbose --generate` pack-XXX1 exists … pack-XXX2 exists pack-XXX3 failed pack-XXX4 exists … pack-XXX5 exists … pack-XXX6 generated … command failed could not generate par2 parity blocks
Do you think passing in --repair in general to bup fsck makes sense?
--repair
bup fsck
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've noticed that bup-cron might fail:
Do you think passing in
--repair
in general tobup fsck
makes sense?The text was updated successfully, but these errors were encountered: