|
Here’s what I do … I have one batch file for each day … the sql server tape backup just picks up the directories to tape and I can quickly restore any of the last seven days files. ROBOCOPY is from Microsoft, I’m using the XP010 version on my windows 2000 server.
------------start batch file-----------
cls echo off cls net stop "IMail Web Service" net stop "Imail Web Calendar Service" net stop "IMail Queue Manager Service" net stop "IMail SMTP Server" net stop "IMail POP3 Server" net use y: /delete /y net use m: /delete /y net use y: \\cha-sql023\backupdump$ net use m: \\mail\imail$ del y:\imail\FRIDAY\* /f /s /q robocopy m:\ y:\imail\FRIDAY\ /e /copyall /z /log:c:\backuplog.txt /tee /np net use y: /delete /y net use m: /delete /y net start "IMail Queue Manager Service" net start "IMail SMTP Server" net start "IMail POP3 Server" net start "IMail Web Service" net start "Imail Web Calendar Service"
-------------end batch file---------------------
As for the Outlook/McAfee problem have him increase his SMTP/POP3 timeout in outlook to the maximum and make sure he’s not checking is mail faster then very 5 mins. I’ve found those items to help outlook a lot.
Christopher Checca Packard Transport, Inc. IT Department 24021 South Municipal Dr PO Box 380 Channahon, IL. 60410 815 467 9260 815 467 6939 Fax
-----Original Message-----
|
- [IMail Forum] IMail backup and Outlook 2000 problem Advertinet, Inc.
- Re: [IMail Forum] IMail backup and Outlook 2000 pr... R. Scott Perry
- [IMail Forum] IMail Tools ... My Collection. Christopher Checca
- RE: [IMail Forum] IMail backup and Outlook 2000 pr... Christopher Checca
- RE: [IMail Forum] IMail backup and Outlook 200... Scott Wilkins
- RE: [IMail Forum] IMail backup and Outlook 2000 pr... Guy Deslauriers
