Displaying 1 result from an estimated 1 matches for "sal_backup_".
2004 Dec 02
2
passing ssh password to rsync without prompting it
...rsync -e ssh  -avz --delete
--passwrod-file=/root/password
root@192.192.192.180:/home/sal/ /home/backuplt/sal/ 
2>&1 >
/var/log/backuplt_log/sal_backup_$6-$4-$3-$2.log
                                                      
                                         
                                                      
                                         
So, why it is not picking password from password file
and any other idea to pass ssh passw...