First, the obligatory and much deserved thank you for all the work
put into backuppc.
Server: OSX Tiger Server
Client: same
I have backuppc installed and working on localhost. I've set my pc
specific configl.pl:
$Conf{RsyncShareName} = ['/Network/Servers/mydomain/Users/','/usr/
local','/opt/', '/Volumes/'];
$Conf{BackupFilesExclude} = ['/usr/local/var/backups'];
$Conf{RsyncClientCmd} = 'sudo $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = 'sudo $rsyncPath $argList+';
I've also made the folowing entry in my /etc/sudoers:
backuppc ALL=NOPASSWD: /usr/bin/rsync
Now, from the command line I can execute sudo rsync without a
password and the event is logged in my /var/log/system.log. However,
if I attempt to do a full backup with the above $Conf settings, it
fails with a BackupPC error log entry of:
Backup failed on localhost (fileListReceive failed)
If I change the $Conf and just take out the sudo...it works like a
charm. But of course you get the occasional read permission errors on
some items.
Any help appreciated,
james
-------------------------------------------------------------------------
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/