During a backuppc install I read this in the documentation: http://backuppc.sourceforge.net/faq/ssh.html#how_can_client_access_as_root_be_avoided $Conf{RsyncClientCmd} = '$sshPath -l backup $host nice -n 19 sudo /path/to/rsyncSend $argList+'; This should be: $Conf{RsyncClientCmd} = '$sshPath -l backuppc $host nice -n 19 sudo /path/to/rsyncSend $argList+'; Furthermore you also have to change the following line to allow 'no-root' restore: $Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l backuppc $hostIP $rsyncPath $argList+'; I am a new backuppc user, but I think the 'avoid root' concept should be promoted as a best practice for all users. Best regards, Jeroen Doggen |
------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/