Displaying 1 result from an estimated 1 matches for "homesync".
Did you mean:
home_rsync
2004 Dec 21
1
ssh rsync problem
...ck.
Rsync looked ready for the job but I have only a partial working system.
On the server:
/etc/rsyncd.conf
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
uid = nobody
gid = backup
hosts allow = 192.168.1.3, 192.168.2.3
[homesync]
path = /home/xxxx/rsync/prj
comment = Mijn eigen rsync server
read only = no
list = yes
auth users = harmrsync
secrets file = /etc/rsyncd.scrt
[test]
path = /tmp/test
/etc/rsync.scrt
harmrsync:12345678
So far so good, if I run locally:
server:/etc# rsync localhost::...