-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In message [EMAIL PROTECTED]">mid:[EMAIL PROTECTED],
Jan Rifkinson [JR] wrote:
...
Allie>> I do daily backups of my mailbases just to be sure. It's done
Allie>> using a WinRAR command line based batch file that does a
Allie>> archive synchronisation and updating with my mailbase

JR>   How exactly do you do this, Allie?

I use the system scheduler to run the .cmd file daily.

The batch file is a text file containing the following:

======Start cmd file=====>

@Echo off

Echo  ************************************************
Echo  * !!  Updating Backup Archive of TB-Mail    !! *
Echo  *     (\\alliem\l\tbbackup\tb-mail.rar)        *
Echo  ************************************************

Path C:\Software\winrar
winrar a -u -as \\Alliem\L\TBBackup\TB-Mail.rar C:\Mail

exit

======/end cmd file======|

I backup to my server which has a nice Seagate Cheetah as its main
drive.

C:\Mail is my working mail directory. This should be
"C:\Program Files\The Bat!\Mail" for most.

The path before that defines the name and location of the rar archive
you're backing up to. If one isn't there, it will just create one and
do a full backup on the first go. After that, it simply analyses the
archive and update only the changed files. This saves time and
overhead.

Use the winrar command switches as shown.

a  - create archive

u  - update an existing archive

as - synchronise an existing archive with a target source
     directory/file.

The Echo part just suppresses all the stuff that will normally fill
the console window when the cmd script is running and the announcement
in the asterisk is put in it's place. Makes for a cleaner visual if I
happen to be awake when it starts running.

I do the same for the registry. I do it separately but you could do it
all in one swoop (I guess I will shortly integrate the two. I don't
know why I separated them in the first place). My TB! registry backup
goes like this:


@Echo Off
Path=C:\Windows
del \\Alliem\L\TBBackup\tbreg.reg
regedit /e "\\Alliem\L\TBBackup\tbreg.reg" hkey_current_user\software\rit
exit


You could use WinRAR and the system scheduler to do unattended backups
of many files and folders on your system. No need for 3rd party
software. :-)

- --
 -=Allie C Martin=-
List Moderator | TB! v1.60n | Windows XP Pro
PGP/GPG Public Key: mailto:[EMAIL PROTECTED]?Subject=2B0717E2
_________________________________________________________________
-----BEGIN PGP SIGNATURE-----

iD8DBQE8+USBV8nrYCsHF+IRApztAKDEh1hJ3XTeNrSXz+sWbtTX/Tc+ZQCgiBCJ
NPEk2KWbKzscXqn1VhYSt5w=
=6EnB
-----END PGP SIGNATURE-----



________________________________________________________
Current Ver: 1.60m
FAQ        : http://faq.thebat.dutaint.com 
Unsubscribe: mailto:[EMAIL PROTECTED]
Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Bug Reports: https://bt.ritlabs.com

Reply via email to