Kopiuj z lokalnego do zdalnego komputera (szybki)

$ rsync -az -e ssh /path/to/src/dir/ user@server:/path/to/dest/dir/
Lovely Llama