Hello, I've been trying to figure out how to use the windows rsyncd package from the backuppc site. Everything is installed fine, and if I connect using rsync from my Mac laptop (OSX), rsync works as expected. If, however, I connect from a linux based machine, it tries to use ssh as the default transport and fails. OK, so I then specify everything to use just rsync, but now it is reporting that docs is an unknown module. (docs is defined in rsyncd.conf on the windows client) Has anyone ran into this, and know how to fix it?
Examples: >From my OSX based laptop: ([EMAIL PROTECTED]) download > rsync -av [EMAIL PROTECTED]::docs . Password: receiving file list ... etc.. etc.. etc.. >From my linux machine: [EMAIL PROTECTED] BackupPC]# rsync --port=873 [EMAIL PROTECTED]::docs . @ERROR: Unknown module 'docs' [EMAIL PROTECTED] BackupPC]# rsync -av rsync://[EMAIL PROTECTED]:873::docs . [EMAIL PROTECTED] BackupPC]# ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
