Possible Duplicate:
rsync with script supplied password

I have a process that makes several rsync calls to the same server because I have to copy several files locally into different directories remotely. The remote server does not accept ssh keyfiles for authentication.

Is it possible to:

  • automate the password phrase for rsync,
  • or allow multiple source/destinations pairs for one rsync invocation?
link|improve this question

75% accept rate
feedback

closed as exact duplicate by Mark Henderson Mar 8 '11 at 6:50

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Duplicate and answer found here: rsync with script supplied password

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.