Hi,
I have a backuppc setup just upgrade with my fedora 26 server. Now for some
unknown reason, the connection to a host is made with the user "backuppc"
instead of root that should come from the setting
$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';

I have tested to set this at server level and host level with no luck.
Everytime a backup is started, it is connecting with the backuppc account.
I can confirm the login attempt in the secure log ans also that after a
while I don't see any traffic coming from the backup server.
Of course, creating a user backuppc on the remote host, giving it the sudo
for rsync and add the option $Conf{RsyncClientCmd} = '$sshPath -q -x -l
backuppc $host $rsyncPath $argList+'; to the host fix the issue but I
prefer to find the root (!) cause of the issue if possible.
Thanks!
------------------------------------------------------------------------------
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