how to use rsync in remote server code example
Example: rsync from remote to local
rsync -chavzP --stats [email protected]:/path/to/copy /path/to/local/storage
rsync -chavzP --stats [email protected]:/path/to/copy /path/to/local/storage