personal folder backup as a scheduled task

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to set up the personal folder backup for oulook 2003 for XP
to run automatically?
 
In
Michael said:
Is there any way to set up the personal folder backup for oulook
2003 for XP to run automatically?

If you want to run a scheduled task to back up your PST file(s), you could
use a batch file. Make sure Outlook is *completely* closed at the time
(i.e., outlook.exe must not be running in the background). I personally like
to use robocopy (from the Windows resource kit; you can download it) -

robocopy <source>\ <destination>\ /e /r:1 /w:1

for <source>, use "c:\whatever path\my data is in"> etc. You can keep your
PST files in whatever folder you like - with Outlook closed, you can move
them to c:\data\outlook or something logical, and when you re-open Outlook
and it complains that it can't find the file, direct it there. I like to
point My Documents at c:\data as well, so I can keep everything in one
place.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top