On Mon, Nov 12, 2007 at 05:17:01PM +0100, Marco Strullato wrote:
> [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section
> opening connection using ssh -l marco server rsync --server --sender -vv .
This is incongruous. The first line has 2-colons (for daemon mode), but
the connect line is con
On Monday 12 November 2007 18:17, Marco Strullato wrote:
> [EMAIL PROTECTED]:~$ rsync -vv [EMAIL PROTECTED]::section
> opening connection using ssh -l marco server rsync --server --sender -vv .
Is appears to be a client issue - where does it pick up the -e ssh from? Check
for aliases in your she
Hi all!
I have a problem configuring rsync as daemon:
This is my rsync.conf:
log file = /var/log/rsync.log
list = yes
uid = nobody
gid = nobody
secrets file = /etc/rsyncd.secrets
[section]
comment = Great stuff from remote.acme.com
path = /home/repos
auth users = marco
hosts allow = *
hosts deny