Displaying 3 results from an estimated 3 matches for "jonachen".
Did you mean:
jochen
2006 Mar 06
5
Malformed Address and Private IP issue
Hello all,
I've run out of of ideas as to why its not working. Below is my
configuration for hosts allow. Even when I have 'hosts allow' off, it
still doesn't work.
Rsync host
==========
rsync version 2.5.7 protocol version 26
/etc/rsyncd.conf
hosts allow = 10.17.44.84 10.17.44.85 localhost.localdomain
dev-01.foo.com e-lnx.foo.com
Server has 2 IP
eth0 = Inet IP
eth1 =
2006 Jan 27
2
How to rsync PULL multiple files/dirs
Hi all,
I am wondering how do I pull data from a remote host without running a
daemon.
PUSH command
I would like the below statement be turned into a PULL from remote host
instead.
/usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose
--stats --progress --exclude=cdersync.tar.gz --exclude=*.bz2
--exclude=*.jpg --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm
--exclude=*.sit
2006 Feb 22
2
Rsyncd log file permission
Hi I am wondering if there is any way to change the file permission of
"rsync.log" and "rsyncd.lock" via rsyncd.conf. Most likely the "lock"
file is not possible, but maybe the other file is possible.
The reason I am asking is because if I UserA runs rsync, then UserB
won't be able to write to rsync.log file since its owned by UserA and
readable only to UserB.