Hello Marck, Sunday, May 16, 2004, 3:22:37 PM, Marck D Pearlstone wrote:
DG>> Should I search elsewhere? MDP> It's on the TBOT archive, but you can't search for MIDs there. Look MDP> for the subject "c0t0d0s0" I tried that and it doesn't work. I guess they don't trust me. :-) per my batch files. So I'll give them the whole message in a quote box. To be honest I do like your Grandfather/Father/Son backup, but the 7-Zip incremental backup better because it is MUCH FASTER. ,----- [ per TBOT mid:[EMAIL PROTECTED] ] | Dear Greg, | | @27-Feb-2004, 21:33 -0600 (28-Feb 03:33 UK time) Greg Strong [GS] in | mid:[EMAIL PROTECTED] said to Marck: | | GS>>> Is the 4 levels automatic from a batch file or what? | | MDP>> Yes. | | GS> How do you achieve the automatic capability which I think is | GS> REAL slick? | | Okay - you asked for it! | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | @Echo off | Echo ************************************************ | Echo * !! Updating Backup Archive of TB-Mail !! * | Echo ************************************************ | | set dstdir=e:\Misc\TB | set srcdir=\Program Files\Internet\TB\ | set archive=b1 | :---------------- | :loop | :---------------- | set name=%dstdir%\tbback%archive%.7z | if not exist %name% goto doit | if "%archive%"=="b4" goto runout | if "%archive%"=="b3" set archive=b4 | if "%archive%"=="b2" set archive=b3 | if "%archive%"=="b1" set archive=b2 | goto loop | :---------------- | :runout | :---------------- | set archive=b1 | set name=tbback%archive%.7z | del %name% | | :---------------- | :doit | :---------------- | e: | cd %dstdir% | regedit /e "%dstdir%\tbreg.reg" hkey_current_user\software\rit | 7z a %name% tbreg.reg | | c: | cd %srcdir% | thebat /EXIT | 7z a %name% -x!*.exe -x!*.dll -x!*.bmp -x!*.hlp -x!*.gid -x!*.tip -x!*.txt -x!*.zip * -r | del %dstdir%\tbreg.reg | | if "%archive%"=="b4" set archive=b1 | if "%archive%"=="b3" set archive=b4 | if "%archive%"=="b2" set archive=b3 | if "%archive%"=="b1" set archive=b2 | set name=%dstdir%\tbback%archive%.7z | del %name% | start thebat /NOLOGO | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | -- | Cheers -- .\\arck D Pearlstone -- Consultant Software Engineer | TB! v2.04.7 on Windows XP 5.1.2600 Service Pack 1 | ' | | [Non-text portions of this message have been removed] `----- hth! -- Best Regards, Greg Strong Using The Bat! v2.11 Beta/5 on Windows XP 5.1 Build 2600 Service Pack 1 The only sure things in life are death and taxes. ________________________________________________ Current version is 2.10.03 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

