Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Brew, rsync and command line errors . . .
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="cradom" data-source="post: 1574167" data-attributes="member: 305283"><p>Ok. First lets see which rsync you're using:</p><p>$ which rsync</p><p>It 'should' be the one installed by brew. No need to uninstall brew. You should have the latest rsync now (mavericks has 2.6.9 as opposed to 3.0)</p><p></p><p>Now, personally, I would rename things so there isn't any spaces in the path. Makes things easier.</p><p></p><p>Actually, the iphoto library is a bundle too. Right-click on it. You can open contents.</p><p>If you don't get "open contents" when you right-click on the Aperture library (don't know, never used it) that might be the problem.</p><p>That command is copying a folder, not just the contents, hence no trailing / in the first path, into another folder, so a trailing / in the second path. So that's correct.</p><p></p><p>And right now I have about 2 minutes to get ready for work so will continue when I get there in another post.</p><p>I think it's a path problem.</p></blockquote><p></p>
[QUOTE="cradom, post: 1574167, member: 305283"] Ok. First lets see which rsync you're using: $ which rsync It 'should' be the one installed by brew. No need to uninstall brew. You should have the latest rsync now (mavericks has 2.6.9 as opposed to 3.0) Now, personally, I would rename things so there isn't any spaces in the path. Makes things easier. Actually, the iphoto library is a bundle too. Right-click on it. You can open contents. If you don't get "open contents" when you right-click on the Aperture library (don't know, never used it) that might be the problem. That command is copying a folder, not just the contents, hence no trailing / in the first path, into another folder, so a trailing / in the second path. So that's correct. And right now I have about 2 minutes to get ready for work so will continue when I get there in another post. I think it's a path problem. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Brew, rsync and command line errors . . .
Top