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
The stdout backup appears to generate an uncompressed output, but the stdin input requires the input as bz2. This seems inconsistent and confusing.
The text was updated successfully, but these errors were encountered:
I thought that by default stdout backup generates bz2. Could you share the commands you are executing for backup and restore?
Sorry, something went wrong.
Ahhh i see what's going on....
The command I'm using to do the backup looks like
docker run -v volume:/volume --rm loomchild/volume-backup backup -c xz
Which generates a plain xz file....
👍 - I am glad it worked for you.
No branches or pull requests
The stdout backup appears to generate an uncompressed output, but the stdin input requires the input as bz2. This seems inconsistent and confusing.
The text was updated successfully, but these errors were encountered: