Subscribe to RSS feed

Error 404 - Page Not Found

Sorry, I've looked everywhere but I can't find the page you're looking for.

If you follow the link from another website, I may have removed or renamed the page some time ago. You may want to try searching for the page:

Suggested results

I've done a courtesy search for the term changelogesxibkp.txt for you. See if you can find what you're looking for in the list below:

  • ESXi-script

    Requriments: VMWare VCB The scripts: esxibkp.bat @echo off set bkppath=d:\ set scriptpath=c:\scripts set vmpath=%bkppath%%1 set esxihost=ip.of.esx.i echo %time% Backup of %1 started >> time.txt cd C:\Progra~1\VMware\VMware~1\ rename %vmpath% %1-old vcbMounter.exe -h %esxihost% -u root -p password -a name:%1 -t fullvm -r %vmpath% -m nbd >> log.txt IF EXIST %vmpath%\*.vmx rd %vmpath%-old /s /q IF EXIST… Continue reading »