Fellows Pluggers,
         I have here sa scenario that my boss want to update every files from original server to backup server, so i decide to use rsync, so i have to schedule rsync to backup files thru crontab(cron.daily) particular. the problem is its always ask for a password when it run that cron job, heres my rsync command:
 
its on my backup server when i executed this command:
                               source                                                       dst(reside at backup)
rsync -ru -e ssh [EMAIL PROTECTED]:/mnt/disk2/data/ /data/backups
 
its alway ask a password...
 
what options do i have to add so that i would not ask a password whenever i execute this command?
 
Im planning to schedule it at 12 midnight
 
 
thanks for the help
 
oninz


Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to