I'm trying to push a file from my local windows machine to an amazon server into the folder /var/www
rsync -e 'ssh -i /cygdrive/d/myaws.pem' /cygdrive/d/web/my_site.jpa [email protected]/var/www
Unsuccessful with this error
rsync: change_dir#3 "/home/mark//[email protected]/var" failed: No such file or directory (2)
You are missing a colon here:
should be