BackupPC-users

Re: [BackupPC-users] R: Re: Issue with specific share on Linux host

2014-11-03 08:06:04
Subject: Re: [BackupPC-users] R: Re: Issue with specific share on Linux host
From: Mauro Condarelli <mc5686 AT mclink DOT it>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 03 Nov 2014 14:04:27 +0100
Hi there,
as suspected You are using rsyncd for file transfer.
This means the *client* must be running rsync as daemon with a suitable 
rsyncd.conf.
Can You check your failing client actually has a running rsync? (ps ax | grep 
rsync)
If it's running, please check the associated rsyncd.conf (usually in 
/etc/rsyncd.conf, unless relocated).

Most likely You were looking for mistakes at the wrong end of the pipe ;)

You can also try to rsync manually from BackupPC server using directly:
rsync -av server::home /some/local/place/

You should be able to debug connection this way.

HiH
Mauro

Il 03/11/2014 13:18, absolutely_free AT libero DOT it ha scritto:
> Hi Mauro,
> the only difference between two share are hostname!
>
> non working share:
>
> $Conf{RsyncShareName} = [
>    'home'
> ];
> $Conf{RsyncdPasswd} = 'xxxxxxxxxxxx';
> $Conf{RsyncdUserName} = 'server';
> $Conf{XferMethod} = 'rsyncd';
> $Conf{PingCmd} = '/bin/true';
>
>
> working share:
>
> $Conf{RsyncShareName} = [
>    'home3',
> ];
> $Conf{RsyncdPasswd} = 'xxxxxxxxxxxxx';
> $Conf{RsyncdUserName} = 'server';
> $Conf{XferMethod} = 'rsyncd';
> $Conf{PingCmd} = '/bin/true';
> $Conf{ClientNameAlias} = 'server2.domain.it';
>
>


------------------------------------------------------------------------------
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>