Shirt Pocket Discussions  
    Home netTunes launchTunes SuperDuper! Buy Now Support Discussions About Shirt Pocket    

Go Back   Shirt Pocket Discussions > SuperDuper! > General

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-05-2008, 06:03 PM
julianv julianv is offline
Registered User
 
Join Date: May 2007
Posts: 3
Use scripts to kill and restart apps?

The SD User's Guide recommends quitting all apps before running a backup. I usually do this by restarting with a Safe Boot (shift key pressed during restart). But I would like to set up a system for automatically triggering scheduled backups when the Mac is not in use (e.g., late at night). I'm not sure how to reconcile these two issues.

I could reboot the Mac in safe mode on those nights when there is a scheduled backup. But that requires me to remember to do that, and to remember to reboot in normal mode the next morning. This extra work defeats part of the rationale for automated scheduling.

I don't have many startup items running. I do run Microsoft Database Daemon (part of Office 2008), and this is often cited as one of the processes that should be killed during a backup. SD has provisions for running a shell script before a backup and another one after the backup. So I created the following two scripts:

#!/bin/bash
osascript -e 'tell application "Microsoft Database Daemon" to quit'

#!/bin/bash
osascript -e 'tell application "Microsoft Database Daemon" to launch'

The first one runs before the backup, the second one runs after it. I tried running with the scripts, and so far, I have seen no problems. Does this look like a reasonable solution?
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:43 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.