thank you r.
my assumption is that rSync works with rSyncClient/Server? i.e., rSync Client wont work w/FTP server?
thank you
Main Topics
Browse All Topicsis there a copy or FTP utility command line or GUI that will sync files @ the block level, the delta, only the part of the file that has changed not the entire file?
thank you.
winXP,2K,2003
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Just as a note rsync for Windows usually depends on Cygwin libraries and you may not want to install these on your server (I find the install messy).
rsync doesn't copy or understand most of the NTFS attributes as it's not a native Windows tool.
Depending on what you want to do you could try Super Flexible File Copier http://www.superflexible.c
Unison http://www.cis.upenn.edu/~
Or DeltaCopy http://www.aboutmyip.com/A
Another method is to sync using rsync (or variant) then use a Windows tool like Microsoft Robocopy to copy just the NTFS attributes over the sync'd files (part of Windows Server 2003 Resource Kit Tools http://www.microsoft.com/d
ROBOCOPY <source> <destination> /XO /XN /XC /E /COPY:ATSOU
To copy NTFS attribs without modifying actual file content.
Business Accounts
Answer for Membership
by: robocatPosted on 2007-10-27 at 13:58:09ID: 20162801
Rsync (for Windows) will do this. It is a command line tool, but there also exist GUI based wrappers.