File and Folder Replication

File and Folder Replication

am 10.09.2007 15:54:02 von MrJ

Hi,

Just wondering what progs any of you quys use to replicate folders, sub
folders and files within from webserver to webserver.

Thanks.

Re: File and Folder Replication

am 11.09.2007 01:53:51 von Steve Schofield

Few options.

1) Dfs (Distributed File System) as part of Windows Server 2003 R2.
http://www.microsoft.com/windowsserver2003/technologies/stor age/dfs/default.mspx

2) Robocopy and a batch file
http://winhlp.com/?q=node/58 is one example Google for others.

3) Application Center
This is a product my MS, not sure if it's still available.
--

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield


"Mr J" wrote in message
news:A1CEE0E3-9CDC-4E2B-B73F-0F73543E38BB@microsoft.com...
> Hi,
>
> Just wondering what progs any of you quys use to replicate folders, sub
> folders and files within from webserver to webserver.
>
> Thanks.

Re: File and Folder Replication

am 11.09.2007 17:38:02 von MrJ

Hi Steve,

Thanks for the reply and I'll have a bit play with robocopy.

Regards,

Jay.

"Steve Schofield" wrote:

> Few options.
>
> 1) Dfs (Distributed File System) as part of Windows Server 2003 R2.
> http://www.microsoft.com/windowsserver2003/technologies/stor age/dfs/default.mspx
>
> 2) Robocopy and a batch file
> http://winhlp.com/?q=node/58 is one example Google for others.
>
> 3) Application Center
> This is a product my MS, not sure if it's still available.
> --
>
> Steve Schofield
> Windows Server MVP - IIS
> http://weblogs.asp.net/steveschofield
>
>
> "Mr J" wrote in message
> news:A1CEE0E3-9CDC-4E2B-B73F-0F73543E38BB@microsoft.com...
> > Hi,
> >
> > Just wondering what progs any of you quys use to replicate folders, sub
> > folders and files within from webserver to webserver.
> >
> > Thanks.
>
>

Re: File and Folder Replication

am 12.09.2007 02:40:43 von Steve Schofield

My preference is DFS. Robocopy is a poor mans DFS. Put it in a batch file,
define the folders, schedule a task and go. It works well.


Steve


"Mr J" wrote in message
news:383957C3-3620-4899-A48B-C37A5C1D2647@microsoft.com...
> Hi Steve,
>
> Thanks for the reply and I'll have a bit play with robocopy.
>
> Regards,
>
> Jay.
>
> "Steve Schofield" wrote:
>
>> Few options.
>>
>> 1) Dfs (Distributed File System) as part of Windows Server 2003 R2.
>> http://www.microsoft.com/windowsserver2003/technologies/stor age/dfs/default.mspx
>>
>> 2) Robocopy and a batch file
>> http://winhlp.com/?q=node/58 is one example Google for others.
>>
>> 3) Application Center
>> This is a product my MS, not sure if it's still available.
>> --
>>
>> Steve Schofield
>> Windows Server MVP - IIS
>> http://weblogs.asp.net/steveschofield
>>
>>
>> "Mr J" wrote in message
>> news:A1CEE0E3-9CDC-4E2B-B73F-0F73543E38BB@microsoft.com...
>> > Hi,
>> >
>> > Just wondering what progs any of you quys use to replicate folders, sub
>> > folders and files within from webserver to webserver.
>> >
>> > Thanks.
>>
>>