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="TattooedMac" data-source="post: 1573964" data-attributes="member: 101749"><p>Im trying to sync my Aperture Library.aplibrary to a Ext HD so I can have the Ext HD as my master and then sync a new Temp Library when I do a shoot and have new images to add to it. I will then sync the Master to Backup1 and a Backup 2 if $ lets me.</p><p></p><p>Im doing this via rsync and I have installed Brew and run brew doctor and all seemed good.</p><p>I then went and ran this command [CODE]sudo rsync -a –delete “/Macintosh HD/Users/TatooedMac/Pictures/Aperture*Library.aplibrary” “/Volumes/Aperture Master/”[/CODE] and got a error of </p><p>[CODE]TattooedMacs-iMac:~ TattooedMac$ sudo rsync -a –delete “/Users/TatooedMac/Pictures/Aperture*Library.aplibrary” “/Volumes/Aperture Master/”</p><p>rsync: link_stat "/Users/TattooedMac/?\#200\#223delete" failed: No such file or directory (2)</p><p>rsync: link_stat "/Users/TattooedMac/?\#200\#234/Macintosh" failed: No such file or directory (2)</p><p>rsync: link_stat "/Users/TattooedMac/HD/Users/TatooedMac/Pictures/Aperture*Library.aplibrary?\#200\#235" failed: No such file or directory (2)</p><p>rsync: link_stat "/Users/TattooedMac/?\#200\#234/Volumes/Aperture" failed: No such file or directory (2)</p><p>rsync: push_dir#3 "/Users/TattooedMac/Master" failed: No such file or directory (2)</p><p>rsync error: errors selecting input/output files, dirs (code 3) at /SourceCache/rsync/rsync-42/rsync/main.c(580) [receiver=2.6.9]</p><p>rsync: connection unexpectedly closed (8 bytes received so far) [sender]</p><p>rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9]</p><p>TattooedMacs-iMac:~ TattooedMac$ [/CODE]</p><p></p><p>Where did I go wrong please ?? </p><p>Im sure Brew is installed correctly and this is the path that I'm sure I should of written as my Aperture Library is @ <strong>/Users/TattooedMac/Pictures/Aperture Library.aplibrary</strong> and the External HDD should be /Volumes/Aperture Master/.</p><p></p><p>Now please bare with me, as I'm still learning the command line, but I'm wondering, did it throw up a error, because I didn't close out the <strong>/Users/TattooedMac/Pictures/Aperture Library.aplibrary</strong> with a / inside the "quotes" ?? And I believe I needed the " because of the spaces within the path ??</p><p>Is this making sense ??</p><p>Thanks Van, cradom, Razor or any other command Unix guru <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>EDIT: Why is there a * in the first path between the Library and Library.aplibrary ?? I didn't put it there ?!?!?</p></blockquote><p></p>
[QUOTE="TattooedMac, post: 1573964, member: 101749"] Im trying to sync my Aperture Library.aplibrary to a Ext HD so I can have the Ext HD as my master and then sync a new Temp Library when I do a shoot and have new images to add to it. I will then sync the Master to Backup1 and a Backup 2 if $ lets me. Im doing this via rsync and I have installed Brew and run brew doctor and all seemed good. I then went and ran this command [CODE]sudo rsync -a –delete “/Macintosh HD/Users/TatooedMac/Pictures/Aperture*Library.aplibrary” “/Volumes/Aperture Master/”[/CODE] and got a error of [CODE]TattooedMacs-iMac:~ TattooedMac$ sudo rsync -a –delete “/Users/TatooedMac/Pictures/Aperture*Library.aplibrary” “/Volumes/Aperture Master/” rsync: link_stat "/Users/TattooedMac/?\#200\#223delete" failed: No such file or directory (2) rsync: link_stat "/Users/TattooedMac/?\#200\#234/Macintosh" failed: No such file or directory (2) rsync: link_stat "/Users/TattooedMac/HD/Users/TatooedMac/Pictures/Aperture*Library.aplibrary?\#200\#235" failed: No such file or directory (2) rsync: link_stat "/Users/TattooedMac/?\#200\#234/Volumes/Aperture" failed: No such file or directory (2) rsync: push_dir#3 "/Users/TattooedMac/Master" failed: No such file or directory (2) rsync error: errors selecting input/output files, dirs (code 3) at /SourceCache/rsync/rsync-42/rsync/main.c(580) [receiver=2.6.9] rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at /SourceCache/rsync/rsync-42/rsync/io.c(452) [sender=2.6.9] TattooedMacs-iMac:~ TattooedMac$ [/CODE] Where did I go wrong please ?? Im sure Brew is installed correctly and this is the path that I'm sure I should of written as my Aperture Library is @ [B]/Users/TattooedMac/Pictures/Aperture Library.aplibrary[/B] and the External HDD should be /Volumes/Aperture Master/. Now please bare with me, as I'm still learning the command line, but I'm wondering, did it throw up a error, because I didn't close out the [B]/Users/TattooedMac/Pictures/Aperture Library.aplibrary[/B] with a / inside the "quotes" ?? And I believe I needed the " because of the spaces within the path ?? Is this making sense ?? Thanks Van, cradom, Razor or any other command Unix guru :) EDIT: Why is there a * in the first path between the Library and Library.aplibrary ?? I didn't put it there ?!?!? [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Brew, rsync and command line errors . . .
Top