Gentoo Archives: gentoo-user

From: Anthony Roy <aroy@××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] rsyncd problem...
Date: Wed, 31 May 2006 08:07:14
Message-Id: EFA30A31E31018468CFE19B0A6D4227101FFD65D@email101.hpi-develop.local
1 Hi all,
2
3 I am trying to get an rsync server running on my Gentoo server box in
4 order to run backups to the server from my other machines. I have a
5 very simple rsyncd.conf file, (see below), and from what I can tell, I
6 should be able to rsync some files across from a different box.
7
8 The command I am using to rsync from a different box is:
9
10 rsync -avz test.xml 192.168.0.100:rsync
11
12 I have also tried the following with the same results:
13
14 rsync test.xml 192.168.0.100:rsync
15
16 The result is that I am continually prompted for a password. As far as
17 I can tell from the rsyncd.conf no password should be required (which
18 is fine as the rsync port cannot be reached from outside the
19 intranet).
20
21 The rsyncd:
22
23 # This line is required by the /etc/init.d/rsyncd script
24 pid file = /var/run/rsyncd.pid
25 use chroot = yes
26 read only = false
27 log file = /var/log/rsyncd.log
28
29 # Simple example for enabling your own local rsync server
30 [rsync]
31 path = /srv/rsync
32 comment = Main Rsync Server
33
34 Any help appreciated.
35
36 --
37 Ant...
38
39 --
40 Anthony Roy
41
42
43
44 This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication represents the originator's personal views and opinions, which do not necessarily reflect those of HPI Limited. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notify postmaster@×××××××××.This message has been scanned by Anti-Virus. Recipients are advised to apply their own virus checks to this message on delivery.
45
46
47 --
48 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] rsyncd problem... John Jolet <john@×××××.net>
Re: [gentoo-user] rsyncd problem... Anthony Roy <antroy@×××××.com>