you need to install rsync on both client and server


apt-get install rsync
rsync -P -r -e ssh username@server: <serverfile> <localfile>