I've gotten into a habit of setting `alias scp=rsync` (with compression, partial, progress, etc args usually) on every system I use. In the once-in-a-lifetime cases where rsync is <i>not</i> pre-installed, I just call /usr/bin/scp directly (or wherever it happens to be. `type -a scp` will tell you.)<p>The amount of time I've saved when I've <i>forgotten</i> that I've done this and it just runs faster is well into the tens of hours. The amount of time I've lost when I forgot and rsync doesn't exist remotely is about 10 seconds total - enough time to read the error message -> `type -a scp` -> "oh yeah" -> use /usr/bin/scp instead.<p>Highly highly highly recommended.