Hi,
I want to use the rsync to copy folders to remote
machine.
I do cammand
%rsync -e ssh -v -r user@host:dest it ok. But it prompt me to
input the password.
In order to avoid inputing the
password,
I've written the password into a file at
/home/my/password.ini then I do cammand :
%rsync -e ssh --password-file=/home/my/password.ini
-v -r user@host:dest
But it still prompt me to input the
password.
What do I do to avoid inputing the
password?
Please reply as soon as.
Thank's.
Khanh |
- Re: rsync? Khanh Pham
- Re: rsync? Pierre Abbat