Now I learned how to do it over ssh using a private key:
Thanks to Troy and this link: http://troy.jdmz.net/rsync/index.html
This is the command:
rsync -e "ssh -i /path/to/my/key.pem -l myuser" myremotehost:/remote/path/ localpath -iva
Easy peasy
Python, IaC, algo trading, programming, server administration, Linux, PHP, CakePHP, PostgreSQL, MySQL, Joomla ...
rsync -e "ssh -i /path/to/my/key.pem -l myuser" myremotehost:/remote/path/ localpath -iva
I found this question interesting: basically how to cancel completely a script and all child processes : You do this by creating a subro...
No comments:
Post a Comment