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
  #25  
Old 03-28-2007, 10:18 PM
dfbackup dfbackup is offline
Registered User
 
Join Date: Jan 2007
Posts: 6
I have this same issue on my two macs (PPC & Intel) with a network backup. I use this applescript to mount the drive. It opens an alias (in my ~/Library/Favorites) I have stored to the network drive. As long as you have the user and pass stored in the keychain this will require no user input. Just replace the "alias-file-name" below with the name of your alias in your favorites folder. The script will input your correct username.

set thePath to ((get path to startup disk) & "Users:" & ¬
(do shell script "echo $USER") & ¬
":Library:Favorites:alias-file-name") as string

tell application "Finder"
open alias thePath
activate
end tell

And then I use this script to unmount it. Be sure to put the name of the network drive here, not the alias name.

tell application "Finder"
try
eject disk "name-of-network-disk"
end try
end tell

You can add these directly into CopyJob.applescript inside your schelduled backup package. Just don't forget to toggle the checkbox for the script inside the SuperDuper! interface to recompile the script.
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
Use SD to replace startup disk headparrothead General 7 04-21-2006 07:40 PM
SuperDuper Backup of AES 128 Encrypted Disk Image rwg4 General 3 11-30-2005 10:28 AM
Error in cloning minimac to disk image macWish General 3 10-20-2005 08:29 PM
Disk Utility problem after cloning macWish General 38 10-01-2005 01:08 PM
Disk errors repoted using SD yet Disk Utility works fine. s_dup General 5 08-22-2005 08:02 AM


All times are GMT -4. The time now is 03:26 AM.


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