Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View manikanta-kotha's full-sized avatar

Manikanta manikanta-kotha

View GitHub Profile
@alotaiba
alotaiba / gist:913313
Created April 11, 2011 10:06
Using rsync to sync files to an Amazon EC2 instance using SSH key
rsync -avz /path/to/local/sync/folder -e "ssh -i /path/to/ssh/key" ubuntu@ec2instance:/path/to/remote/sync/folder