I have a shell script for rsync, how can integrate the passwd inside the script its not running as daemon and i don't want exchange the keys between the server ... .... # The rsync command (for explanation type rsync --help) rsync -aqrpogtu --bwlimit=512 --rsh='ssh -p 22' $SOURCEPATH $destu...@$desthost:$DESTPATH 2>&1 >> $LOGFILE # Log when the script was run ...
Thanks _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
