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
  #6  
Old 12-29-2006, 12:28 PM
rednerd rednerd is offline
Registered User
 
Join Date: Dec 2006
Posts: 3
Yes, Growl does indeed rock. I'm such a n00b. I'll rack up all my previous work to an acedemic endevour.

So for those keeping score at home the final Idiot Proof SD! system is as follows:

0. Install SD! and Growl.
1. Install a second hard drive into the machine. Partition and formated the drive as one big volume labelled SuperDuper_Backup_Clone
2a. Used 'disktool -l' and 'diskutil info' to get the UUID of the new drive.
2b. Created an /etc/fstab file with the following entry to keep the drive from being automagically mounted on boot (so that the user won't store data on it):
UUID=uuid_from_step_2a none hfs rw,noauto 0 0
3. Created a script called /usr/local/bin/umount_clone. This script will remove the /etc/fstab file and then unmount the drive so that if you mount the drive in another machine it will show up and to make sure you can boot from the SD volume if needed.
#!/bin/bash
rm /Volumes/SuperDuper_Backup_Clone/etc/fstab
theDisk=`diskutil list | awk '/SuperDuper/ {print $NF}'`
diskutil unmount $theDisk
4. Mount the drive using 'diskutil mount' command (Disk Utility will also work)
5a. Setup SuperDuper! to run a Smart Update backup from the internal drive to the "Clone" drive.
5b. Use the advanced option to run the /usr/local/bin/umount_clone script to when after the backup job completes.
5c. Schedule the backup Job
6a. Run a backup job so that SD! registers itself with Growl.
6b. Open the Growl Preferences pane, select the Application tab. Select the SuperDuper! application in the first box and mar the Scheduled Copy notifications as sticky.
7. Get yourself a cold beverage and use the change to register SD! .
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
backup (all files) error smtorr General 3 02-09-2006 08:10 AM
How to verify a Scheduled Backup? tuqqer General 3 12-06-2005 06:50 PM
(Zero-length) File caused SuperDuper to abort backup alancfrancis General 7 08-31-2005 10:42 AM
System crash on first backup attempt cabo General 10 08-14-2005 05:27 AM
First system backup Lee General 3 07-30-2005 07:58 PM


All times are GMT -4. The time now is 04:27 AM.


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