[<<]Message[>>]        Author            Subject[>>]        Thread[>>]

Number : 7752 Date : 2004-04-23 Author : budcastle Subject : Newbie Differential backup question Size(KB) : 1
I am new with xxcopy so please bear with me. I mirror one novell server to a windows server every night with a batch file using xxcopy. The following is the batch that i use for a differential backup, which is doing the job, but i would like comments on what is redundant or not needed. thanks in advance @echo off ;check for backup log file %C% cd\backup if exist backup.txt (goto :RENAME) ELSE goto :NOFILE ;rename log file to the date it was created .txt :RENAME for %%V in (backup.txt) do for /f "tokens=1-4 delims=/: " %%j in ("%% ~tV") do rename backup.txt %%j_%%k_%%l.txt GOTO :BACKUP pause ;if no log file :NOFILE echo No Backup.txt File Exists pause GOTO :BACKUP ;run backup and create new log file :BACKUP xxcopy \\garmen\sys\administration\ \\montville_data1 \sys\administration\ /m /i /h /r /c /z /pb /oac:\backup\Backup.txt /of 3 /os1 /od3 /oe3 /e /yy xxcopy \\garmen\sys\scottc\ \\montville_data1 \sys\scottc\ /m /i /h /r /c /z /pb /oac:\backup\Backup.txt /of3 /os1 / od3 /oe3 /e /yy xxcopy \\garmen\sys\users\ \\montville_data1 \sys\users\ /m /i /h /r /c /z /pb /oac:\backup\Backup.txt /of3 /os1 /o d3 /oe3 /e /yy xxcopy \\garmen\sys\urbitran\ \\montville_data1 \sys\urbitran\ /m /i /h /r /c /z /pb /oac:\backup\Backup.txt /of3 /os1 /od3 /oe3 /e /yy xxcopy \\garmen\ENGINEERING_1\ \\MONTVILLE_DATA1 \engineering\ /m /i /h /r /c /z /pb /oac:\backup\Backup.txt /of3 /os1 /od3 /oe3 /e /yy
This message if part of XXCOPY's message Archive. The archive contains all the messages posted at Yahoo!Groups: XXCOPY.