PDA

View Full Version : Backup over Network


David Angelovich
January 28th 04, 11:42 AM
Hi

What's the best way to backup data over a network with minimal human
intervention?
Currently, I use a VB Script with FileSystemObject's CopyFolder method to copy a
folder (and it's sub-folders) to a shared directory.

There seem to be some permission related problems with this method....

Does anyone know of another VB command or even a DOS command that can easily
copy a folder and it's contents to a network location?

Standard DOS copy commands have the same problem....

Any ideas?


TIA

- David Angelovich

Thorsten Matzner
February 3rd 04, 01:41 PM
"David Angelovich" > wrote:

>Does anyone know of another VB command or even a DOS command that can easily
>copy a folder and it's contents to a network location?

I use a XXCopy (http://www.xxcopy.com) batch file here for this
purpose.

--
(tm)

Google