Why doesn't hdiutil command line for imaging the boot volume work anymore?
sudo hdiutil create -srcdir / -format SPARSE '/Volumes/another_volume/Hard Disk Backup'
Now when I tried it in 10.6.6, the process began normally, the sparseimage file was created at the destination as expected and continued until the point where the image should have been finished, then the disk image disappeard and this error appeared in the Terminal window:
"2011-01-17 10:41:53.238 copy-helper[654:903] copy error (canceling): /Volumes/Hard Disk 1/usr/local/bin/apr-1-config: Operation not supported
could not access /Volumes/Hard Disk 1/usr/local/bin/apr-1-config - Operation not supported"
Why did something called "/usr/local/bin/apr-1-config" need to be accessed?
What is causing this error? At what point in history did this operation stop being supported?
MacBook Pro 17 Inch Mid-2009, Mac OS X (10.6.4)