Rescursively copying directories between servers with SCP

Adding this as I use it all the time but can never remember the exact syntax.

Copying a directory recursively from one host to another

scp -r LOCAL_DIR user@host:/remote_dir

Comments