Image

Imageanivair wrote in Imagelinux

small rsync problem

Here's a small issue I'm running into with rsync.

For the most part the command I'm issuing works just fine, but there are 2 problems. 1 is that it's not accessing the password file and it's prompting me for a passsword. The second is that after I run it the command line stops issuing newlines and every time I hit enter a new command prompt appears to the right of the one I was just at. This continues until I log out and back in.

Here's the script I'm issuing:

#!/bin/sh
rsync -e ssh -avzt --exclude /home/rossman_copc/scripts* --exclude /home/rossman_copc/private* --stats rossman_client@100.100.100.5:/home/rossman_copc /appl/crs/convert/STD_ROSS/test --password-file /home/rossman_copc/private/rsync.password


Thoughts? Personally I consider the lack of a password file use a bigger problem because that's all that's stopping me from making this a cron job.