wie handelt ihr das mit den custom pre-freeze und etc.
zum beispiel um Datenbanken anzuhalten etc.
Bei win und linux
wo sollen die scripts rein (c:\programme\vmware\vmware tools\ ? da liegen zumindest die default suspend und poweroff scripts)
bei linux ? (usr\bin\scripts ?)
welcher ordner , etc
ich muss auf einer maschine custom scripts vor dem backup laufen lassen.
System Esx 3,5 U3 und neuer VCB-Backup
danke
Die Foren-SW läuft ohne erkennbare Probleme. Sollte doch etwas nicht funktionieren, bitte gerne hier jederzeit melden und wir kümmern uns zeitnah darum. Danke!
VCB-Custom scripts U3
muss ich bei Microsoft Systemen mit sowas arbeiten ?
Placed it under the new location ../VMware Tools/backupScripts.d
if "%1%" == "" goto noParam
if "%1%" == "freeze" goto doFreeze
if "%1%" == "thaw" goto dothaw
if "%1%" == "freezeFail" goto dofreezefail
goto wrongParam
:doFreeze
call c:\windows\pre-freeze-script.bat
goto Ende
:dothaw
call c:\windows\post-thaw-script.bat
goto Ende
:dofreezefail
call c:\windows\post-freezefail-script.bat
goto Ende
:noParam
echo "Usage: %0 "
echo At least one Parameter is needed!
goto Ende
:wrongParam
echo "Usage: %0 "
echo "%1" is not a valid parameter!
goto Ende
Placed it under the new location ../VMware Tools/backupScripts.d
if "%1%" == "" goto noParam
if "%1%" == "freeze" goto doFreeze
if "%1%" == "thaw" goto dothaw
if "%1%" == "freezeFail" goto dofreezefail
goto wrongParam
:doFreeze
call c:\windows\pre-freeze-script.bat
goto Ende
:dothaw
call c:\windows\post-thaw-script.bat
goto Ende
:dofreezefail
call c:\windows\post-freezefail-script.bat
goto Ende
:noParam
echo "Usage: %0 "
echo At least one Parameter is needed!
goto Ende
:wrongParam
echo "Usage: %0 "
echo "%1" is not a valid parameter!
goto Ende
Wer ist online?
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast