Jump to content

Recommended Posts

Posted

Using SBS 2003 Standard and I would like to copy a dir from each of my

clients

once a week to my server for file storage purposes. I don't want them to be

encrypted

so they can be viewed anytime from server operator.

 

Anyone know of a good piece of free software that would do this? I was

thinking

about writing an old type .bat file, but figured someone must have written

something

for this by now.

 

 

Thanks in advance!

  • Replies 2
  • Created
  • Last Reply

Popular Days

Posted

RE: Backup software?

 

Write a command script and schedule it using Task Scheduler, but using xcopy

or robocopy you do have fairly good control over how the files are copied

(eg: only copy files that are newer or purging files in the destination that

are no longer in the source).

 

I know task scheduler isn't very pretty, but it works.

 

"Tom" wrote:

> Using SBS 2003 Standard and I would like to copy a dir from each of my

> clients

> once a week to my server for file storage purposes. I don't want them to be

> encrypted

> so they can be viewed anytime from server operator.

>

> Anyone know of a good piece of free software that would do this? I was

> thinking

> about writing an old type .bat file, but figured someone must have written

> something

> for this by now.

>

>

> Thanks in advance!

>

>

>

Posted

Re: Backup software?

 

"Tom" <vtpcdr@gmail.com> wrote in message

news:uPTUI0oNIHA.1188@TK2MSFTNGP04.phx.gbl...

> Using SBS 2003 Standard and I would like to copy a dir from each of my

> clients

> once a week to my server for file storage purposes. I don't want them to

> be encrypted

> so they can be viewed anytime from server operator.

>

> Anyone know of a good piece of free software that would do this? I was

> thinking

> about writing an old type .bat file, but figured someone must have written

> something

> for this by now.

>

>

> Thanks in advance!

>

 

Replicator might be worth a look

http://www.karenware.com/powertools/ptreplicator.asp


×
×
  • Create New...