rsync is the best pt. 2
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 * shelby@192.168.1.2:/mnt/share1/music/
So far it works fine and looks better.