View Single Post
  #5  
Old 10-06-2009, 02:43 PM
diamondsw diamondsw is offline
Registered User
 
Join Date: Oct 2009
Posts: 16
Quote:
Originally Posted by dnanian View Post
We're simply trying to set the permissions for the file properly with

Code:
sudo -P -u your-uid chmod 0775 path-to-image
I don't know why it would deny us permission to do so... but that's what the error is saying...
Figured it out - if Time Machine is backing up to the same volume, then it locks down the permissions on the mount point - can't even "ls /Volumes/Delorean" (yes, I named the drive Delorean). This also explains why it would fail sometimes, but not every time. Ever since Snow Leopard, Time Machine has been backing up every hour - and if it happens to be running when SD starts, it clobbers my SuperDuper backups.

I just verified this by running a SD backup - no problems. Then unmounted Delorean, started a Time Machine backup, and tried SD. Bam - failed.
Reply With Quote