Copy from remote server to local disk with rsync

```bash rsync -chavzP --stats [email protected]:/path/to/copy /path/to/local/storage ``` https://explainshell.com/explain?cmd=rsync+-chavzP+--stats+user%40remote.host%3A%2Fpath%2Fto%2Fcopy+%2Fpath%2Fto%2Flocal%2Fstorage