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

error in VMDK backup when DISK_BACKUP_FORMAT = zeroedthick #225

Open
Pledkae opened this issue Jan 22, 2021 · 1 comment
Open

error in VMDK backup when DISK_BACKUP_FORMAT = zeroedthick #225

Pledkae opened this issue Jan 22, 2021 · 1 comment

Comments

@Pledkae
Copy link

Pledkae commented Jan 22, 2021

Seems that in the latest version of ghettoVCB.sh (2020_12_28_1) line 1226:

ghettoVCB/ghettoVCB.sh

Lines 1224 to 1229 in 42b119f

if [[ "${DISK_BACKUP_FORMAT}" == "zeroedthick" ]] ; then
if [[ "${VER}" == "4" ]] || [[ "${VER}" == "5" ]] || [[ "${VER}" == "6" ]] || [[ "${VER}" == "7" ]] ; then
FORMAT_OPTION="zeroedthick"
else
FORMAT_OPTION=""
fi

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!

@as091isk
Copy link

as091isk commented Nov 6, 2021

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.

This was referenced Nov 11, 2022
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