Displaying 1 result from an estimated 1 matches for "shadow_drive_lett".
Did you mean:
shadow_drive_letter
2006 Sep 14
0
rsyncing from Windows 2003 shadow copies.
...ED2C4C95C871&displaylang=en
I'm sure this can be improved on. I welcome any feedback.
SHADOWRSYNC.CMD
setlocal
@REM test if we are called by shadowrsync.cmd
if NOT "%CALLBACK_SCRIPT%"=="" goto :IS_CALLBACK
@REM
@REM Set these variables to what you need.
@REM SHADOW_DRIVE_LETTER is an existing drive you want to shadow
@REM
@REM MAP_SHADOW_TO needs to be either a drive letter that isn't
@REM currently in use, or an empty directory
@REM eg. x: or c:\temp\shadowcopy
@REM
set SHADOW_DRIVE_LETTER=D:
set MAP_SHADOW_TO=X:
@REM
@REM Create the shadow copy - and gener...