site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Thunderbird 1.5 (Macintosh/20051201) Boyd Waters wrote: [] The error: % ls -la a b a: total 0 drwxr-xr-x 3 costabel staff 102 Mar 2 09:46 . drwx------ 290 costabel staff 9860 Mar 2 09:57 .. -rw-r--r-- 1 costabel staff 0 Mar 2 09:46 c b: total 0 drwxr-xr-x 2 costabel staff 68 Mar 2 09:46 . drwx------ 290 costabel staff 9860 Mar 2 09:57 .. BTW, I have already filed a bug with Apple. -- Martin _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I note that rsync as patched by Apple will segfault every time if you run as root and try to rsync the top level of an HFS+ volume, if you try to use the -E extended attribute switch. It seems they tried to fix this bug in the new security update. Unfortunately, they introduced another one: Now the --delete flag doesn't work any more. Does anyone have a workaround for this? It is a show-stopper for any backup or sync script that uses rsync. % rsync -auv b/ a/ --delete building file list ... done rsync: delete_one: unlink "/Users/costabel/Documents/test/a/c" failed: Unknown error: 0 (0) sent 75 bytes received 20 bytes 190.00 bytes/sec total size is 0 speedup is 0.00 rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-23/rsync/main.c(717) This email sent to site_archiver@lists.apple.com
participants (1)
-
Martin Costabel