I'm doing everything as root on both ends to make sure it's not a permissions issue, but still can't get all the files to transfer.
First off, look for error messages in the log file that the daemon is logging into (it will be one of your syslog files since you did not override it). Also, your config file didn't specify a uid, so it is defaulting to running the daemon as user "nobody", so it may be a permissions problem after all. See the uid and gid settings in the rsyncd.conf manpage.
Running things as root just ain't what it used to be :)
Setting uid=0 and gid=0 in the rsyncd.conf file fixed the problem. Thanks!
-Anthony DiSante http://nodivisions.com/ -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html