From: Markus S. <mai...@ma...> - 2003-02-11 13:34:51
|
Hi list, The flexbackup setup with sudo from the FAQ does not work as described. I had to set "Defaults:backupuser !authenticate" ind /etc/sudoers to turn off the password prompt (thought that NOPASSWD should do it, but for me it doesn't). Second, "$path{'dump'} = 'sudo -u backup dump';" (outcommented example from flexbackup.conf) gives an error ("sudo -u not found in $PATH"), so it is not possible, to run the command as !root. Markus |