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
Seems that in the latest version of ghettoVCB.sh (2020_12_28_1) line 1226:
ghettoVCB/ghettoVCB.sh
Lines 1224 to 1229 in 42b119f
should be:
FORMAT_OPTION="-d zeroedthick"
in order for the backup to work, if I'm not mistaken. At least the backup fails for me without the -d command line option.
Cheers!
The text was updated successfully, but these errors were encountered:
same problem.....
I changed source code FORMAT_OPTION="zeroedthick" -> FORMAT_OPTION="-d zeroedthick"
run /opt/ghettovcb/bin/ghettoVCB.sh with my params, it`s work.
Backup VM create is successfully.
Sorry, something went wrong.
No branches or pull requests
Seems that in the latest version of ghettoVCB.sh (2020_12_28_1) line 1226:
ghettoVCB/ghettoVCB.sh
Lines 1224 to 1229 in 42b119f
should be:
FORMAT_OPTION="-d zeroedthick"
in order for the backup to work, if I'm not mistaken. At least the backup fails for me without the -d command line option.
Cheers!
The text was updated successfully, but these errors were encountered: