Thursday, December 12, 2013

AWS EC2 Instance types

http://aws.amazon.com/ec2/instance-types/


rsync with delete option and different ssh port

How to rsync e.g PIPELINE dir from Source to Destination? #rsync -avzr   --delete-before  -e "ssh -p $portNumber"  /local...