On 02/17 02:58 , Ken Walker wrote:
> I'm getting access denied errors on the local machine backup

that's because your backup is running as an ordinary user, and you need to
be root in order to read some files. try redefining your tar command like
this (in the localhost.pl file).

$Conf{TarClientCmd} = '/usr/bin/env LANG=en /usr/bin/sudo $tarPath -c -v -f - 
-C $shareName'
                        . ' --totals';

then add a line like this to your /etc/sudoers file:

backuppc ALL=NOPASSWD: /bin/tar 


-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to