Windows Thread, Automate the backup/eport of a Outlook PST file on shutdown in Technical; We have a night school receptionist who uses a stand alone laptop. She has Outlook configured and uses it to ...
-
13th May 2008, 09:18 AM #1 Automate the backup/eport of a Outlook PST file on shutdown
We have a night school receptionist who uses a stand alone laptop. She has Outlook configured and uses it to keep a track of all the bookings for the different rooms/sports halls for the night school as well of keep track of payments booking etc.
We had a scare last week went he laptop died but it turns out to be the Motherboard and this was replaced under warranty. What i would like to do is have a script run on shutdown/log off that automates the exportation of the Outlook contents (PST file) to usb pen drive file.
Is this possible and does anyone know of such a script?
-
-
IDG Tech News
-
13th May 2008, 10:41 AM #2 You could have a RoboCopy script set as logoff task
Example
robocopy c:\Documents and Settings\User\Application Data\outlook.pst E:\Outlook_Backup\ /e /r:0 /w:0
save it as a .bat & download robocopy from tinterweb
-
-
13th May 2008, 12:53 PM #3 Have a look at the MS tool for PST backups...
http://www.microsoft.com/downloads/d...displaylang=en
Don't use it here as we're on Exchange but apparently quite nifty!
-
Thanks to OutToLunch from:
-
13th May 2008, 01:04 PM #4 
Originally Posted by
OutToLunch
Have a look at the MS tool for PST backups...
I use this and it's very handy. You can set it up to remind you to backup and it will do so on shutdown of Outlook. You can also set it to backup to a particular location such as a pen or network drive.
Mine is set to backup every 7 days so about every Friday when I shutdown Outlook, it asks if I want to backup.
Simple and effective.
-
2 Thanks to WithoutMotive:
Kyle (13th May 2008), lindylou (13th June 2008)
-
13th May 2008, 03:15 PM #5 You could use an xcopy command too:
Code:
@echo off
xcopy "c:\Documents and Settings\User\Application data\outlook.pst" "E:\Outlook_Backup\" /y
Save as a .bat extension.
-
-
16th December 2008, 11:18 AM #6 Alternatively (this may or may not work for you), but for users of Outlook 2003, I generally move the PST file to their My Documents which is mapped from the server so it'll automatically get backed up.
You could in theory use the same procedure with a memory stick, but I have never tried!
-
SHARE:
Similar Threads
-
By Divaldo in forum MIS Systems
Replies: 15
Last Post: 14th October 2011, 12:11 PM
-
By projector1 in forum MIS Systems
Replies: 2
Last Post: 10th December 2007, 11:30 AM
-
By macca in forum Windows
Replies: 5
Last Post: 3rd May 2007, 09:20 AM
-
By alaines_m in forum How do you do....it?
Replies: 2
Last Post: 9th March 2007, 09:22 AM
-
By beermouse in forum Educational Software
Replies: 2
Last Post: 6th February 2007, 10:33 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules