Skip to content

Instantly share code, notes, and snippets.

View charlieparkes's full-sized avatar
🎻
k8s will fix this

Charlie Mathews charlieparkes

🎻
k8s will fix this
  • Backend Software Engineer @Quanata
  • Franklin, TN
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