Automatic Back-up

P

pflugs

I'd like to create a macro or script that automatically backs-up m
personal folders (pflugs.pst) every 5 minutes and also saves a backu
copy upon exiting Outlook. I have created macros like this for Exce
files, but I haven't been able to modify them for Outlook. Can anyon
guide me through this or offer code?

Thanks,

Matthe
 
M

Michael Bauer

Am Fri, 3 Feb 2006 14:24:25 +0530 schrieb pflugs:

Matthew, you can´t copy a *.pst file while it´s in use. Instead you´d need
to copy each item. For reducing the traffic it´s probably a good idea to
compare which item has changed.
 
Top