HP3000-L Archives

August 2006, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Brian Duncombe <[log in to unmask]>
Reply To:
Brian Duncombe <[log in to unmask]>
Date:
Tue, 15 Aug 2006 08:36:23 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (39 lines)
At 04:11 PM 8/14/2006, Simpkins, Terry wrote:
>We have a project that requires we mirror a folder structure on two
>servers.
>This is a 'one way' mirror application.  By that I mean we want to have
>the files on server A, update the
>files on server B every night.  Any changes to the files on server B
>will be overwritten.
>
>Does anyone on the list have a tool for this they recommend?  I have a
>limited amount of bandwidth available, so
>a 'dumb' copy isn't a viable option.   The solution has to be smart
>enough to recognize when a file hasn't been updated
>and skip that file.
>A block level check would be great, but those seem a bit pricy and we
>are on a budget.
>
>thanks


What I do is schedule a job under windows that runs commands of the form:

xcopy /c /s /y /m /r /k E:\* G:\BACKUPofE >> G:\BACKUPofE\logs.txt

If you do an :xcopy /? you will see the various flags.  If you do 
this to several destinations (as I do), you must ensure that 
you  pick the options so that the "backup" flag doesn't get reset 
until your last pass.




Brian Duncombe  [log in to unmask]
"Women and cats will do as they please, and men and dogs should relax 
and get used to the idea."
Robert A. Heinlein

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2