View Single Post
  #8  
Old 06-02-2009, 11:36 PM
harleytat harleytat is offline
Registered User
 
Join Date: May 2009
Posts: 2
script

sjk-

the script is very simple:

do shell script "hdiutil compact /Volumes/Drobo/'backup 1'.sparseimage'"
do shell script "hdiutil compact /Volumes/Drobo/'backup 2'.sparseimage'"
do shell script "hdiutil compact /Volumes/Drobo/'backup 3'.sparseimage'"
...etc

I run it on a schedule using Cronnix, an aqua frontend for the Unix command "cron."

does the job! good luck.
Reply With Quote