On 4/19/20 8:45 AM, Craig Barratt via BackupPC-users wrote:
Yes, the rsync settings have changed in 4.x.  You'll need to set $Conf{RsyncSshArgs} and $Conf{RsyncClientPath}.  You should be able to put the chroot into $Conf{RsyncClientPath}.

Craig

ok so i guess

#$Conf{RsyncClientCmd}=
'$sshPath  -T -q -x -l aqbackup $host
sudo vnamespace -e "'.$nomduvserveur.'" /usr/sbin/chroot 
"/vservers/'.$nomduvserveur.'" $rsyncPath $argList+';

convert to

$Conf{RsyncClientPath}  =
'sudo vnamespace -e "'.$nomduvserveur.'" /usr/sbin/chroot 
"/vservers/'.$nomduvserveur.'" /usr/bin/rsync ';

$Conf{RsyncSshArgs} = [
    '-e', '$sshPath  -T -q -x -l aqbackup',
];


seems to work, is it still necessary to have things like

  '--block-size=2048',
  '--checksum-seed=32761',

to help the backups ?

Regards,
Ghislain.


_______________________________________________
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