View Single Post
  #3  
Old 08-17-2008, 03:56 PM
Dave Dave is offline
Registered User
 
Join Date: Aug 2006
Posts: 4
I do this in my pre script:

defaults write /Library/Preferences/com.apple.TimeMachine AutoBackup -boolean NO

And this in my post script:

defaults write /Library/Preferences/com.apple.TimeMachine AutoBackup -boolean YES

It turns off Time Machine backups during the SuperDuper job and would presumably make them disabled on the backup drive if you were to boot from it.
Reply With Quote