Hi, I have installed CYGWIN in my windows 2000 prof machine .I want to automate the RSYNC backup .The rsync --password-file=filename doesn't seems to work .If i schedule the backup , the rsync asks for password at the scheduled time .Please help me to automate the Rsync without asking password thanks & regards Sajida This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com -------------- next part -------------- HTML attachment scrubbed and removed
Hi, I have installed CYGWIN in my windows 2000 machine .I want to automate the RSYNC backup .The rsync --password-file=filename doesn't seems to work .If i schedule the backup , the rsync asks for password at the scheduled time .Please help me to automate the Rsync without asking password. or else how do you set the password in the RSYNC_PASSWORD file? Thanks & Regards, Sajida Abdul Salam Programmer Analyst Trainee Cognizant Technology Solutions Chennai This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com -------------- next part -------------- HTML attachment scrubbed and removed
I have a main server that I want to backup to my backup server. I don't know on witch side that I need to make a key on the code is bellow is what I am using rsync -e "ssh -i /root/.ssh/rsync-key" -avHRrz --numeric-ids --progress --stats --delete --exclude=/proc/* --exclude=/tmp/* --exclude=/lost+found/* / backup@mcncyo.homeip.net:/home/backup/luke mcncyo.homeip.net is the backup server mychristiannetwork.com is the main server Can someone tell me on what side needs what to make this work. rsync works fine except it keeps asking for a password.