|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Automatically unmount external HD after Time Machine backup
Hello,
I've searched online but have been unable to find an adequate solution and was hoping someone could help me. I want to plug in my computer into my USB dock, automatically mount my external HD, have TimeMachine do its thing automatically (so far, so good), but then immediately after the backup finishes, I want the computer to automatically unmount the HD. This will allow me to close the laptop and go somewhere without having to constantly eject the HD everytime I unplug the computer. So - what I need is a program / script / etc that will tell the computer to eject the drive as soon as TimeMachine is done backing up. Any ideas? Thanks!! |
|
|
|
0
|
|
|
#2 |
|
i've got the same problem. i tried looking online but found little help. the easiest solution i've seen is to hook up the external drive to a network via your router or desktop and then share the drive to your laptop. somehow, time machine is able to auto-mount/umount when it is backing up to a shared drive but unable to do the same when the drive is connected directly.
if someone else has an elegant solution please post. thanks. |
|
|
|
0
|
|
|
#4 |
|
No, from what I've read and know Timemachine is a set it and forget it. It's not very customizable-except to choose what files you DON'T want backed up. Maybe some day someone will develop an app or program for that!
|
|
|
|
0
|
|
|
#5 |
|
I have written a script that just mounts runs and unmounts 15 mins later.. it's the best I can do. It's only been a problem today after the lion upgrade.. more then 15 mins of crap to back up. I'd love to know if there is a way to tell when TimeMachine is done.. I had hoped the terminal would lockup until it was complete.. but the backed-helper exists as soon as Time Machine starts copying files.
Anyway.. here's my Applescript for anyone who wants it (adapted from somewhere on the internet...): Code:
set myVolumeLabel to "Backup"
tell application "GrowlHelperApp"
set the allNotificationsList to {"Disk Mounted", "Disk Unmounted", "Disk already mounted"}
set the enabledNotificationsList to {"Disk Mounted", "Disk Unmounted"}
register as application "Backup Script" all notifications allNotificationsList default notifications enabledNotificationsList icon of application "Time Machine"
end tell
tell application "Finder"
set diskDev to do shell script "diskutil list | grep \"" & myVolumeLabel & "\" | grep -o 'disk[1-9]*' "
if not (disk myVolumeLabel exists) then
do shell script "diskutil mountDisk " & diskDev
tell application "GrowlHelperApp" to notify with name "Disk Mounted" title "Backup Drive Mounted" description "The Backup drive has been successfully mounted." application name "Backup Script" icon of application "Time Machine"
end if
do shell script "/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper"
delay 300
do shell script "diskutil unmountDisk " & diskDev
tell application "GrowlHelperApp" to notify with name "Disk Unmounted" title "Disk Unmounted" description "The Backup drive has been successfully unmounted." application name "Backup Script" icon of application "Time Machine"
end tell
|
|
|
|
0
|
|
|
#6 |
|
2 years later and I am still looking for a solution to this problem. I am constantly forgetting to unmount before I move the computer around. There is no need for it to be mounted all the time. A once a day backup and unmount would be sufficient for me.
Anyone found a solution to this?? Last edited by balamw; Jan 8, 2013 at 11:58 AM. Reason: clean up |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Time Machine Backup - Extremely Large Backup size!! | EdRooney | Mac OS X | 7 | Feb 11, 2013 12:36 AM |
| Time Machine backups to FTP site? | domzanghi | Mac Applications and Mac App Store | 1 | Dec 13, 2011 11:12 AM |
| Automatic time machine backup problems in 10.6 | MD5Hash | Mac OS X | 2 | Jul 27, 2011 03:42 PM |
| Time machine backups of external drives? | gangof4 | Mac OS X | 1 | Jul 25, 2011 05:22 PM |
| Time Machine doesn't have enough room to backup? | chocolate632 | Mac Applications and Mac App Store | 2 | May 21, 2011 05:35 PM |
All times are GMT -5. The time now is 03:51 PM.






Linear Mode

