Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

rsync with 10.10.3

I use this command in terminal to sync my local folder to remote one:


rsync -av --delete —progress --exclude '.DS_Store’ /localfolder user@xx.xxx.xx.xxx:/remotefolder


I hit enter, write password and get work done.


Now, after I've upgraded to OS X 10.10.3, when I hit enter I get ">" prompt and I've to type again all the command and also get that some directory is missing.

Did something changed after 10.10.3 upgrade?

MacBook Pro with Retina display, OS X Yosemite (10.10)

Posted on Apr 13, 2015 1:33 PM

Reply
Question marked as Best reply

Posted on Apr 17, 2015 1:18 PM

'.DS_Store’

The last character is an apostrophe, not a tick, so it doesn't close the literal.

2 replies

rsync with 10.10.3

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.