On 12/02 04:10 , Brad Alexander wrote: > Okay, this is probably blindingly obvious, but I just changed my wife's > machine over from linux to pc-bsd. I am seeing the following when I try to > run the backup: > > backuppc@farragut:~/tmp$ /usr/bin/ssh -q -x valiant sudo /usr/bin/rsync > --server --sender --numeric-ids --perms --owner --group -D --links > --hard-links --times --block-size=2048 --recursive --checksum-seed=32761 > --ignore-times . / > > We trust you have received the usual lecture from the local System > Administrator. It usually boils down to these three things: > > #1) Respect the privacy of others. > #2) Think before you type. > #3) With great power comes great responsibility. > > sudo: no tty present and no askpass program specified
What does your /etc/sudoers file on the remote side look like? I presume you're meaning to log in as the 'backuppc' user on the remote side. Your sudoers entry should look something like: backuppc ALL= NOPASSWD: /usr/bin/rsync (Obviously depenting on the path to rsync). -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
