Am 12.08.2009 16:41 schrieb Paul Slootman:
> On Wed 12 Aug 2009, datenritter wrote:
>> rsync-option:
>>         --password-file=/path/to/passwd-file
>>         --port=6666
> 
> Please show the rest of the conf file. Do you actually access an rsync
> module? I.e.:
> tree: :modulename

The whole config w/o exclude list:



client: rsync://[email protected]:6666

tree: /full

xdev: 0
zxfer: 1
index: gzip
log: gzip

pre-server: /sbin/start-stop-daemon --start -b -m --pidfile
/var/run/ssh-target.pid --exec /usr/bin/ssh -- -N -L 6666:localhost:873
[email protected] -i /path/to/some_id_rsa ; sleep 4
post-server: /sbin/start-stop-daemon --stop --quiet --pidfile
/var/run/ssh-target.pid

rsync-option:
        --password-file=/path/to/password-file
        --port=6666




On the remote host, rsyncd is up and running. Here's the config:

#cat /etc/rsyncd.conf
uid = 0
gid = 0
read only = true
pid file = /var/run/rsyncd.pid
hosts allow = 127.0.0.1
auth users = username
secrets file = /etc/rsyncd.secrets

[full]
path = /
read only = yes
list = yes


n.
_______________________________________________
Dirvish mailing list
[email protected]
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to