Nicholas writes:
> You must remember that by default BackupPC runs as user backuppc with
> limited access. You could use sudo over SSH for local backups.
>
> i.e. $Conf{RsyncClientCmd} = '/usr/bin/sudo $rsyncPath $argList+';
...plus drop the "+" from $argList:
$Conf{RsyncClientCmd} = '/usr/bin/sudo $rsyncPath $argList';
since there is no shell that needs escaping of arguments.
Craig
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/