rsync directories

Posted by Buzzzz on Server Fault See other posts from Server Fault or by Buzzzz
Published on 2010-05-26T17:27:51Z Indexed on 2010/05/26 17:33 UTC
Read the original article Hit count: 140

Filed under:

Hello,

I'm trying to sync my music collection between my mac and my linux workstation but fails to mirror from my server share to linux.

rsync -avz --progress Music/ /volumes/myserver/music works fine but the reverse on my linux ws doesnt.

rsync -avz --progress /path/to/samba/share/music/ ~/Music does nothing..

Any clue what I have gotten wrong with this??

Best Regards Anders Olme

© Server Fault or respective owner

Related posts about linux