[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Initial RSYNC data validation
- Subject: [ale] Initial RSYNC data validation
- From: rstory-l at 2006.revelstone.com (Robert Story)
- Date: Thu, 11 May 2006 11:17:51 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Thu, 11 May 2006 08:18:12 -0400 James wrote:
JT> I've got about 500GB of data I need to maintain a sync of across a WAN
JT> connection, and RSYNC seems well suited for what I need to do. However I
JT> have not been able to figure out how to establish an initial sync without
JT> copying all the data over the first time.
JT>
JT> There must be a switch I can use to do a data compare on an initial sync
JT> to establish a baseline.
Yes, -c to use checksum instead of size/date.