[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Initial RSYNC data validation
- Subject: [ale] Initial RSYNC data validation
- From: attriel at d20boards.net (attriel)
- Date: Thu, 11 May 2006 09:18:33 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
James Taylor wrote:
> I've got about 500GB of data I need to maintain a sync of across a WAN connection, and RSYNC seems well suited for what I need to do. However I have not been able to figure out how to establish an initial sync without copying all the data over the first time.
>
> There must be a switch I can use to do a data compare on an initial sync to establish a baseline.
>
> Just to be clear, I have a back up of the original data which I restore on the remote site. I then want RSYNC to know that the files on the remote site are the actual unchanged files that they are comparing from the local site on the initial sync. I don't want to try to copy all of this across the WAN link.
rsync starts with comparing the files (chunky md5 i think)
i think the -n switch is "don't copy anything, just tell me what you
would do" so you can try that to see what files it thinks don't match
--attriel