UPDATE:
Using cwRsync and trying to use Robocopy to fix the ACL issue (mentioned below). Having nothing but problems. Rsync is not getting all the files; robocopy fixed most ACLs but some random ones have been left unfixed; etc, etc, etc.
Robocopy on it's own works just fine. It uses more bandwidth, but it is actually much faster because rsync takes forever comparing the files. Robocopy has no funky install or extra services to run (it is just an exe, the latest version is in the Windows 2003 Resource Kit available for download from Microsoft).
in short: DO NOT USE RSYNC ON WINDOWS - USE ROBOCOPY INSTEAD.
-----------------------------------------------------------------------------------------------------
UPDATE:
Found a workaround here.
------------------------------------------------------------------------------------------------------
UPDATE:
I've set up rsync on two Windows 2000 servers. One is set up running rsync in daemon mode as a service. From the other machine I pull a bunch of files using the -a option which is supposed to preserver permissions, but it doesn't. Anybody know if it is even possible to preserver NTFS permissions when rsyncing between to Windows computers?
------------------------------------------------------------------------------------------------------
I'm just wondering how popular rsync is and if people are happy with it. I've tried usind Microsoft's DFS to synchronize files and was left nothing but sickened with it (but that's another story).
Just tell me (and vote) what you think of rsync. Is it reliable? Is it efficient? Does it work? Does it destroy your network? Preferably in situations syncing >450GB file share every hour.
Using cwRsync and trying to use Robocopy to fix the ACL issue (mentioned below). Having nothing but problems. Rsync is not getting all the files; robocopy fixed most ACLs but some random ones have been left unfixed; etc, etc, etc.
Robocopy on it's own works just fine. It uses more bandwidth, but it is actually much faster because rsync takes forever comparing the files. Robocopy has no funky install or extra services to run (it is just an exe, the latest version is in the Windows 2003 Resource Kit available for download from Microsoft).
in short: DO NOT USE RSYNC ON WINDOWS - USE ROBOCOPY INSTEAD.
-----------------------------------------------------------------------------------------------------
UPDATE:
Found a workaround here.
------------------------------------------------------------------------------------------------------
UPDATE:
I've set up rsync on two Windows 2000 servers. One is set up running rsync in daemon mode as a service. From the other machine I pull a bunch of files using the -a option which is supposed to preserver permissions, but it doesn't. Anybody know if it is even possible to preserver NTFS permissions when rsyncing between to Windows computers?
------------------------------------------------------------------------------------------------------
I'm just wondering how popular rsync is and if people are happy with it. I've tried usind Microsoft's DFS to synchronize files and was left nothing but sickened with it (but that's another story).
Just tell me (and vote) what you think of rsync. Is it reliable? Is it efficient? Does it work? Does it destroy your network? Preferably in situations syncing >450GB file share every hour.