Displaying 2 results from an estimated 2 matches for "rsync_common".
Did you mean:
rsync_command
2008 Aug 04
2
refuse option = e
Hi.
Upgrading 2.6 to 3 version in rsync daemon changed the "refuse option"
manner.
Namely,
rsyncd.conf
=========
pid file = /var/run/rsyncd.pid
use chroot = yes
read only = yes
secrets file = /etc/rsyncd.secrets
[common]
path = /common/
hosts allow = 10.0.0.0/16
auth users = rsync_common
refuse options = e
uid = 0
gid = 0
=========
$ rsync -v -a -u -z -S --delete-during --delete-excluded
rsync://rsync_common@MYHOST/common/ /localcommon/
receiving incremental file list
rsync: The server is configured to refuse --rsh (-e)
rsync error: requested action not supported (code...
2008 Aug 05
1
Strange time in rsyncd logfile
Hello.
What can it be, the rsyncd shows the wrong date or something is wrong
with my setings?
rsyncd server:
# date
Tue Aug 5 14:14:12 MSD 2008
rsync client:
# date
Tue Aug 5 14:14:45 MSD 2008
Log from a server:
2008/08/05 14:00:13 [22351] rsync on common/ from
rsync_common@hostname (13.18.17.08)
2008/08/05 10:00:13 [22351] building file list
2008/08/05 10:00:14 [22351] sent 32852 bytes received 90 bytes total
size 8307319
--
BRGDS. Alexey Vlasov.