Mine is pretty much stock.
config.pl snippet
#
# Ssh arguments for rsync to run ssh to connect to the client.
# Rather than permit root ssh on the client, it is more secure
# to just allow ssh via a low-privileged user, and use sudo
# in $Conf{RsyncClientPath}.
#
# This setting only matters if $Conf{XferMethod} = 'rsync'.
#
$Conf{RsyncSshArgs} = [
'-e',
'$sshPath -l root'
];
I don't have any overrides for RsyncSshArgs for this host, but for you it
would probably just change the ssh remote user to UserOne. Omit "$host
$rsyncPath
$argList+" and see what happens.
_______________________________________________
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/