rsync ssh from server to local 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