> If you are using a command line rsync to connect, you specify host:/path
> for an ssh connection, host::/path for the standalone protocol. It's
> not a default.
Agreed. However, for Centos 4.4 the compiled version of rsync (2.3.6)
doesn't seem to play nice when using ::/path.
[EMAIL PROTECTED] BackupPC]# rsync [EMAIL PROTECTED]::docs .
@ERROR: Unknown module 'docs'
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)*
However, if I use rsync from my laptop (OSX 10.4) using the exact same
syntax on the exact same revision of rsync, everything works as expected:
*suspect:~/bpc root# rsync -av [EMAIL PROTECTED]::docs .
Password:
receiving file list ...
<all of the rsync text here.. etc etc>*
So, I'm just not clear on what exactly is going on under the hood here that
is such an issue.
Thanks again,
Bill
> > I don't want to
> > deal with ssh under cygwin, so I'm opting not to use it.
> > Unfortunately, this is proving to be an issue.
> >
> > I have the daemon (rsyncd) running on the windows host. I am then
> > connecting from the backuppc server (linux machine) and running rsync
> > as instructed in the windows howto. Since the writing of the backuppc
> > Windows rsyncd howto, the rsync client has undergone some changes to a
> > point where it now defaults to ssh on most linux platforms. As I
> > showed in my examples, the rsync command works great from an OSX
> > client, and in fact they're the same rsync version, 2.3.6.
> >
> > I know what rsync and rsyncd are. I don't know how to get a more
> > recent version of rsync on a linux machine to talk nicely to the
> > bundled rsyncd on the backuppc page. :)
>
> In backuppc you need to set $Conf{XferMethod} to 'rsync' for hosts where
> you use ssh, and to 'rsyncd' to connect to the standalone daemon.
>
> --
> Les Mikesell
> [EMAIL PROTECTED]
>
-------------------------------------------------------------------------
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/