Computing.Net > Forums > Windows 2000 > PST sychronization

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

PST sychronization

Reply to Message Icon

Name: dubaty
Date: February 20, 2005 at 18:43:20 Pacific
OS: W2K
CPU/Ram: AMD/512
Comment:

We have one computer in a small workgroup that maintains the scheduling for the office. The pst file is, therefore, critical. I am trying to find the best way to keep a copy of the pst file on the network attached storage on at least a daily basis (preferably twice a day). Regular synchronization will not work with pst files. I need Exchange Server to use ost files (please correct me if I am wrong). I can install the pst backup utility which will remind the user once a day, but will not automate the process. I am told moving the pst to reside on the NAS is a bad solution because of slowness and the possiblity of corrupting the file. Any thoughts?



Sponsored Link
Ads by Google

Response Number 1
Name: jimtimuk
Date: February 25, 2005 at 02:40:49 Pacific
Reply:

We use a DOS batch file which closes down outlook then copies over the PST to the server location which is backed up then opens outlook. this is automated via scheduled task

also you will need an exe called kill.exe which is used to close down outlook.

below is the code we use it copies our PST to a server called NTSERVER

/q - means does not display full names while copying(you dont need this really)

----------

cd\
c:\Kill outlook.exe

del "\\ntserver\ITSUPPORT PST" /q

XCOPY "C:\Documents and Settings\itsupport\Local Settings\Application Data\Microsoft\Outlook\*.*" "\\ntserver\ITSUPPORT PST"


cd program files\microsoft office\office\
outlook.exe
exit
exit

---------

if you need the file kill.exe i can send it to you but try looking for it on google.com

hope this helps


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 2000 Forum Home


Sponsored links

Ads by Google


Results for: PST sychronization

outlook pst password www.computing.net/answers/windows-2000/outlook-pst-password/18098.html

Importing .PST file in Outlook Express www.computing.net/answers/windows-2000/importing-pst-file-in-outlook-express/33882.html

Outlook PST files mixed up www.computing.net/answers/windows-2000/outlook-pst-files-mixed-up/52848.html