View Single Post
  #28  
Old 07-01-2007, 07:48 AM
minckster minckster is offline
Registered User
 
Join Date: Apr 2006
Posts: 18
gryphonent, I have an idea on what the problem may be, as I had difficulty getting shell scripts to run with scheduled backups too. After you add the shell scripts to your advanced options, you have to recreate your scheduled backups for them to "stick" as part of the scheduled activity.

Edit to add: Ooops! I just noticed that you mentioned that the shell script did indeed run after the backup. Never mind! My next wild-a$s guess is some sort of problem passing a parameter from SD to the shell script. It's a simple one:
Quote:
#!/bin/sh
echo "Disabling spotlight for $4..."
mdutil -E -i off "$4"

Last edited by minckster; 07-01-2007 at 07:52 AM.
Reply With Quote