rsync stalls at .sparsebundle directories on OS X‏‏

eight ∞ eightfold at outlook.com
Sat Nov 15 16:59:15 MST 2014


Seems the error was caused by broken .sparsebundle directories. Other .sparsebundle directories are working fine.
Regarding "rsync: unpack_smb_acl: sys_acl_get_info(): Undefined error: 0 (0)" I ran:
find /Volumes/data/ -exec ls -lde {} \; | grep -E "[0-9]{1}: [0-9A-Z]{8}-[0-9A-Z]{4}-[0-9A-Z]{4}-[0-9A-Z]{4}-[0-9A-Z]{12}" -B 1
to see what directories/files had permissions with users that did no longer exist. I changed the permissions for these directories and the files inside them. This fixed the problem.

> From: eightfold at outlook.com
> To: rsync at lists.samba.org
> Subject: rsync stalls at .sparsebundle directories on OS X‏‏
> Date: Sat, 15 Nov 2014 11:26:10 +0100
>
> Hi. I try to make backups from one disk to another. I have .sparsebundle[1] directories on the source drive (/Volumes/data/). When rsync reaches the first .sparsebundle it stalls and stays there until i ctrl+c.
> I'm using OS X Yosemite and rsync version 3.1.1 protocol version 31 installed via homebrew. However, I had this problem on OS X Lion too using rsync 3.0.9. Actually, the reason I updated to Yosemite was partly because I thought I might get rsync working again.
>
> Here is the full line:
> sudo rsync -vaxAXES --log-file="/Volumes/backup/__rsync/$(date +"%Y-%m-%d_%H%M%S").log" --exclude="__rsync/" --exclude=".Trashes/" --exclude=".Spotlight-V100" --exclude=".fseventsd/" --exclude=".DocumentRevisions-V100/" --exclude=".TemporaryItems/" /Volumes/data/ /Volumes/backup/
>
> I'm also seeing 32 lines of of "rsync: unpack_smb_acl: sys_acl_get_info(): Undefined error: 0 (0)" errors directly after "sending incremental file list".
>
> Any clues would be very welcome.
>
> [1] https://en.wikipedia.org/wiki/Sparse_image#Sparse_bundle_disk_images
>
> --
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
 		 	   		  


More information about the rsync mailing list