On 12/22/23 10:26, Tom Moore wrote:
That was one of my other mistakes. My working config for
this is:
$Conf{RsyncClientPath} = "sudo /usr/bin/rsync";
$Conf{RsyncSshArgs} = [];
along with the line in the /etc/sudoers file to grant
backuppc permission for rsync. It looks like both ways
will work.
Yes. Both ways work. Sometimes there is a mental block, at
least on my part, that these are just a string of entries in
a certain sequence on the command line and if you look at
the log output you can put it together. So keeping the '-e'
rsync_bpc was trying to expand the following empty string
which failed. When I migrated from v3 this was a stumbling
block for me and I did get help here on the mailing list
that corresponds to my earlier answer.
--
Jim KR
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/