Thanks Michael .. Have checked and rechecked settings and they seem okay ...
but have included the netpublic4.pl file contents for review . I had to
change the RsyncClientPath because of the system that is on the Netstore
device - it works on my other system that is using RSYNC to backup the files
..

 

>>>>>> netpublic4.pl   <<<<<<<<<

$Conf{BackupFilesOnly} = {

  '/nfs/Public' => [

    '.FULL BLAST CREATIVE  Or  INKPLOT PROJECTS/*',

    '.HOTWINGS & WINGSNBEERS/*'

  ]

};

$Conf{RsyncClientPath} = 'rsync';

$Conf{RsyncShareName} = [

  '/nfs/Public'

];

$Conf{RsyncSshArgs} = [

  '-e',

  '$sshPath nbox'

];

$Conf{FullAgeMax} = 90;

$Conf{ClientNameAlias} = [

  'Netstore'

];

$Conf{XferLogLevel} = 5;

>>>>>>>>>>>>>>>>>> end <<<<<<<<<<<<<<<<<<<<

 

I also moved the paramters for the ssh command into the config file for the
host 'nbox' .. Just looks neater than the longer string that was there . and
it is still failing at the same place . somehow getting the IP address stuck
in the command being sent ..

 

DW

 

From: Michael Stowe [mailto:michael.st...@member.mensa.org] 
Sent: June 7, 2019 4:44 PM
To: General list for user discussion, questions and support
<backuppc-users@lists.sourceforge.net>
Cc: m...@visionary.com; David Wynn <dewyn...@yahoo.ca>
Subject: Re: [BackupPC-users] BACKUPPC V4 - rsync-bpc error connecting to
client

 

On 2019-06-05 12:52, David Wynn via BackupPC-users wrote:

Hi Mike ... don't know if I replied correctly to this or not .... And NO - I
have not changed the RsyncBackupPCPath, it is still
/usr/local/bin/rsync_bpc.  And YES, the 192.168.1.6 is the IP address to our
Netstore device.   Just can't figure out why it is appearing in the command
line ... aaarrrggghh (I almost hate technology!)

 

 

One minor thing, it actually looks like RsyncClientPath is set to
192.168.1.6.  It should look like this:


$Conf{RsyncClientPath} = '/usr/bin/rsync';

Also worth checking:

 

$Conf{RsyncSshArgs} = [
'-e', '$sshPath -l root',
];



_______________________________________________
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