>
> $Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath
> $argList+';


That setting is not used in 4.x.  You now say:

and all seems to be fine but every backup tries to login on a host with the
> backuppc account


so it appears backups are now working correctly.   If ssh is using the
wrong (or default) user, then most likely you need to
update $Conf{RsyncSshArgs}, eg:

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


Craig

On Tue, Aug 1, 2017 at 7:53 PM, Romain Pelissier <romain.peliss...@gmail.com
> wrote:

> ​​
> Oh sorry if made a mistake..
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> 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/
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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