xxxxxxxxxx
rsync -chavzP --stats user@remote.host:/path/to/copy /path/to/local/storage
xxxxxxxxxx
Local to Local: rsync [OPTION] [SRC] DEST
Local to Remote: rsync [OPTION] [SRC] [USER@]HOST:DEST
Remote to Local: rsync [OPTION] [USER@]HOST:SRC [DEST]