RSYNC Images

SCP should be replaced with RSYNC for compression abilities and the fact it can auto-create the target folders. It seems its used as a method in attempting to transfer files between systems.

Status: 
Closed (works as designed)

Comments

Are you sure that rsync is faster for complete files? scp does compression as well, and typically rsync transfers are done over ssh.

I did a test just now of a 500M file transfer, and both scp and rsync took the same time.

Rsync is better if you are copying a partial file, as it is smart enough to only copy the changed bytes. But for cloudmin's image copy case there is no benefit.