> > Still, there remains "auth required, but service data is 
> open/insecure":
> > to what does it refer?
> 
> I think that means backuppc had a password configured but the rsyncd 
> server didn't ask for it.   You can test rsyncd operation 
> with command 
> line rsync using  '::' to separate the hostname and path.

I'm not aware of any kind of password on the rsyncd, because actually
with rsnapshot and ssh-tunnel, I'm not using any password at all.

Here my /etc/rsyncd.conf (I'm using cwRsync on Windows):

use chroot = false
strict modes = false
hosts allow = *
log file = rsyncd.log

# Module definitions
# Remember cygwin naming conventions : c:\work becomes /cygwin/c/work
#
[data]
path = /cygdrive/d/data
read only = true
transfer logging = yes

[profilo]
path = /cygdrive/d/Profilo
read only = true
transfer logging = yes

[ExchBkp]
path = /cygdrive/d/ExchBkp
read only = true
transfer logging = yes
------------------------
And, actually the rsync command looks like:

/usr/bin/rsync -rtv --port=8874 --delete --ignore-errors --numeric-ids \
--delete-excluded --stats --progress localhost::Profili/

You can see that with the :: it is working...

What should I do?

Thanks again,
F.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to