New Member Request for Guidance
Jeffrey M Taffuri <[email protected]>
| Newsgroups | gmane.comp.tools.sudo.user |
|---|---|
| Message-ID | <[email protected]> |
Approaching my third year on Linux. Requesting guidance for completing a script for Unattended Backups of the remote hosts on my home network. I have passwordless key based ssh connections working between all hosts. I have used visudo to place the following entry on each host: user ALL=(ALL) NOPASSWD: /usr/bin/rsync I am executing the fiollowing rsync command: sudo rsync -avz -e "ssh" --rsync-path="sudo rsync" --delete /home/ [email protected]:/media/user/EasyBU I am still being asked for the password for 192.168.2.119. (Script works fine with password entered). I have gone so far as to change the sudoers entry to: user All=(ALL:ALL) ALL I still get asked for the password for 192.168.2.119. Any guidance or help would be appreciated. Jeff Taffuri ____________________________________________________________ sudo-users mailing list <[email protected]> For list information, options, or to unsubscribe, visit: https://www.sudo.ws/mailman/listinfo/sudo-users