A while back I made a post about Rsync, well I decided to revisit that post and add a little bit of an update. I now use it like so when backing up my music. It compresses the files and also has a progress bar.
rsync –progress -azruvpe ssh * [email protected]:/mnt/share1/music/
So far it works fine and looks better.