rsyncy

Progress bar and status monitoring wrapper for rsync transfers

brewmacoslinux
Try with needOr install directly
Source

About

Status/progress bar for rsync

Commands

rsyncy

Examples

Sync a local directory to a remote server with progress bar$ rsyncy -av /local/path/ user@remote:/remote/path/
Mirror a remote directory locally with real-time progress$ rsyncy -av user@remote:/remote/path/ /local/path/
Sync with deletion of files not in source and show detailed progress$ rsyncy -av --delete /source/ /destination/