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, [email protected] 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 [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
