Hello,

I'm looking to write a small vbscript to backup a laptop users PST
files to a network drive. I would like this to happen without the need
for a user to close Outlook. I have read a little about Volume Shadow
Copy and I'm wondering if this is the best thing to use and how you
can control it from Vbscript / Windows XP. Currently we are using a
batch file however it "coughs, sputters, barfs, farts then explodes"
every time it comes to a PST file (file in use). Thanks in advance.

Re: Backing up files with vbscript and maybe Volume Shadow Copy by Pegasus

Pegasus
Mon Mar 17 13:35:08 CDT 2008


<Cryptographic_ICE@yahoo.com> wrote in message
news:79aa3423-004f-49ac-a2a5-06fd99417af4@a1g2000hsb.googlegroups.com...
> Hello,
>
> I'm looking to write a small vbscript to backup a laptop users PST
> files to a network drive. I would like this to happen without the need
> for a user to close Outlook. I have read a little about Volume Shadow
> Copy and I'm wondering if this is the best thing to use and how you
> can control it from Vbscript / Windows XP. Currently we are using a
> batch file however it "coughs, sputters, barfs, farts then explodes"
> every time it comes to a PST file (file in use). Thanks in advance.

The simplest method would be to invoke ntbackup from
within your batch file, enabling shadow copy. I'm doing
it all the time and it works extremely well. I can see no
advantage in invoking ntbackup from within a VB Script
file.