View Single Post
  #3  
Old 10-06-2009, 10:22 AM
diamondsw diamondsw is offline
Registered User
 
Join Date: Oct 2009
Posts: 16
Deleted all of the schedules; no change. However, here's what I'm seeing in the log for the failed backups:

Code:
| 04:00:36 AM | Info | PHASE: 1. Prepare to Copy Files
| 04:00:36 AM | Info | ...ACTION: Preparing Tera
| 04:00:36 AM | Info | ......COMMAND => Verifying the integrity of volinfo.database
| 04:00:36 AM | Info |       volinfo.database OK
| 04:00:36 AM | Info | ......COMMAND => Enabling permissions on Tera
| 04:00:36 AM | Info |       Refreshing Disk Arbitration ...
| 04:00:48 AM | Info | ......COMMAND => Verifying that permissions are enabled for Tera
| 04:00:48 AM | Info |       Permissions on '/Volumes/Tera' are enabled.
| 04:00:48 AM | Info | ...ACTION: Mounting Video
| 04:00:48 AM | Info | ......COMMAND => Preparing Video
| 04:00:48 AM | Info | ......COMMAND => Setting ownership and access modes for '/Volumes/Delorean/Personal/Video.sparseimage'
| 04:00:48 AM | Error | chmod: /Volumes/Delorean/Personal/Video.sparseimage: Permission denied
What makes no sense is that the permissions are set for everyone to have full access to the image - and it works fine when manually run.

Code:
jochs@mini ~ $ ls -al /Volumes/Delorean/Personal/
total 577078476
drwxrwxrwx   5 jochs  jochs           264 Sep 17 01:51 ./
drwx------@ 21 jochs  jochs           670 Sep  3 03:37 ../
-rwxrwxrwx@  1 jochs  jochs          6148 Jan  9  2009 .DS_Store*
-rwxrwxrwx@  1 jochs  jochs  261865046016 Oct  5 04:04 Dante.sparseimage*
-rwxrwxrwx@  1 jochs  jochs  329063297024 Oct  5 04:06 Video.sparseimage*
Reply With Quote