![]() |
|||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
#1
|
|||
|
|||
![]()
Hi all,
I'm a newbie at scripting, so please bear with me. In trying to achieve unattended backups that mount the backup disk (which is a partition on another internal hard drive, the other partition on that drive is always mounted already) before SuperDuper runs, then unmounts the backup disk when the backup is complete, I found some examples of shell scripts to do that. My test run didn't work correctly, here is the log result for the error: Code:
| 12:20:20 PM | Info | SuperDuper!, 2.5 (84), path: /Volumes/HomeDrive/Applications/Utilities/SuperDuper!.app, Mac OS 10.5.6 build 9G55 (i386) | 12:20:20 PM | Info | Started on Thu, Jan 8, 2009 at 12:20 PM | 12:20:20 PM | Info | Source Volume: HomeDrive, mount: /Volumes/HomeDrive, device: /dev/disk3s2, media: ST31000333AS, interconnect: Internal SATA, file system: "Journaled HFS+", OS: N/A, capacity: 681.51 GB, used: 157.86 GB, directories: 53791, files: 317610, ejectable: NO, ACLs: Enabled | 12:20:20 PM | Info | Target Volume: HomeDriveBAK, mount: /Volumes/HomeDriveBAK, device: /dev/disk2s3, media: ST31000340AS, interconnect: Internal SATA, file system: "Journaled HFS+", OS: N/A, capacity: 681.07 GB, used: 157.53 GB, directories: 53777, files: 317355, ejectable: NO, ACLs: Enabled | 12:20:20 PM | Info | Copy Mode : Smart Update | 12:20:20 PM | Info | Copy Script : Backup - all files.dset | 12:20:20 PM | Info | Transcript : BuildTranscript.plist | 12:20:21 PM | Info | PHASE: 1. Prepare to Copy Files | 12:20:21 PM | Info | ...ACTION: Preparing HomeDrive | 12:20:21 PM | Info | ......COMMAND => Verifying the integrity of volinfo.database | 12:20:21 PM | Info | volinfo.database OK | 12:20:21 PM | Info | ......COMMAND => Enabling permissions on HomeDrive | 12:20:21 PM | Info | Refreshing Disk Arbitration ... | 12:20:21 PM | Info | ......COMMAND => Verifying that permissions are enabled for HomeDrive | 12:20:21 PM | Info | Permissions on '/Volumes/HomeDrive' are enabled. | 12:20:21 PM | Info | ...ACTION: Preparing HomeDriveBAK | 12:20:21 PM | Info | ......COMMAND => Enabling permissions on HomeDriveBAK | 12:20:21 PM | Info | Refreshing Disk Arbitration ... | 12:20:21 PM | Info | ......COMMAND => Verifying that permissions are enabled for HomeDriveBAK | 12:20:21 PM | Info | Permissions on '/Volumes/HomeDriveBAK' are enabled. | 12:20:21 PM | Info | ......COMMAND => Verifying that HomeDriveBAK ACL support matches HomeDrive | 12:20:21 PM | Info | ...ACTION: Preserving Spotlight state on HomeDriveBAK | 12:20:21 PM | Info | ......COMMAND => Disabling Spotlight search indexing on HomeDriveBAK | 12:20:21 PM | Info | ...ACTION: Running shell script superduper_mountdisk.sh | 12:20:21 PM | Info | ......COMMAND => Invoking Before Copy shell script: /Volumes/HomeDrive/Users/gina/Library/Application Support/SuperDuper!/Shell Scripts/superduper_mountdisk.sh | 12:20:21 PM | Error | sh: /Volumes/HomeDrive/Users/gina/Library/Application Support/SuperDuper!/Shell Scripts/superduper_mountdisk.sh: Permission denied | 12:21:38 PM | Error | LOGGED EXCEPTION: FSGetVolumeInfo failed., reason: Unable to retrieve volume information, userInfo: (null) Code:
#!/bin/bash # mounts backup partition before running SuperDuper unattended backup BDISK=`/usr/sbin/diskutil list | awk '$3=="HomeDriveBAK" {print $6}'` /usr/sbin/diskutil mount $BDISK > /dev/null Thanks! Last edited by gfesmire; 01-08-2009 at 08:34 PM. Reason: [added "Resolved" to subject] |
#2
|
|||
|
|||
The error message is "Permission denied", so you can probably fix it with chmod a+rx /Volumes/HomeDrive/Users/gina/Library/Application Support/SuperDuper!/Shell Scripts/superduper_mountdisk.sh (give "everyone" read and execute permission).
But if all you want is to mount a volume before a backup and unmount the volume afterwards, I think SuperDuper! can already do what you want by itself (no scripts needed). See the Note on p40 at the end of the “Saving and restoring settings” section of the User's Guide (accessible via the Help menu)). If the target (or source) volume for a saved settings file (for example a scheduled backup, or the default saved settings) is not mounted, SuperDuper! will try to mount it automatically. All you have to do is just unmount your target volume sometime before the next backup. The next time SuperDuper! loads the settings file that targets the volume, SuperDuper! will mount it automatically. For scheduled backups, I think it also automatically unmounts the volume iff it was automatically mounted (though the only mentions of unmount in the User's Guide refer to disk images (either local or on a network share)). |
#3
|
|||
|
|||
![]()
It worked as you said, with just SuperDuper!
Wow, I had tried to just do the process and let SuperDuper do everything earlier and had the app say it couldn't find the target drive... but this time it worked, but with one problem, there was one of those "application quit unexpectedly" dialog windows waiting for me when I woke the machine up (I had set SuperDuper to sleep the computer when complete). I went ahead and let the OS compile the "report to send to Apple" so I could read the log easily... I can't figure it out. I suppose I could live with having the OS think SuperDuper is crashing everytime it quits per my scheduled instructions, but that doesn't seem right... Any guesses why that would be? Thanks for your help. Here is the beginning of the log from the crash window, the whole thing is too long for one post, I can post or send the rest if this is indeed helpful: Code:
Process: SuperDuper! [6941] Path: /Volumes/HomeDrive/Applications/Utilities/SuperDuper!.app/Contents/MacOS/SuperDuper! Identifier: com.blacey.SuperDuper! Version: 2.5 (84) Build Info: SuperDuper!-728~2 Code Type: X86 (Native) Parent Process: launchd [125] Date/Time: 2009-01-08 14:15:02.651 -0800 OS Version: Mac OS X 10.5.6 (9G55) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x00000000545f5f00 Crashed Thread: 0 Thread 0 Crashed: 0 libobjc.A.dylib 0x014038f4 objc_msgSend_stret + 20 1 com.apple.AppKit 0x01868b04 -[NSView _regionForOpaqueDescendants:forMove:] + 3776 2 com.apple.AppKit 0x01868b04 -[NSView _regionForOpaqueDescendants:forMove:] + 3776 3 com.apple.AppKit 0x01868b04 -[NSView _regionForOpaqueDescendants:forMove:] + 3776 4 com.apple.AppKit 0x018678eb -[NSThemeFrame _regionForOpaqueDescendants:forMove:] + 95 5 com.apple.AppKit 0x01886ec2 -[NSGrayFrame _computeHeightOfTop:bottom:] + 147 6 com.apple.AppKit 0x017adec8 _handleWindowNeedsDisplay + 392 7 com.apple.CoreFoundation 0x015b19a2 __CFRunLoopDoObservers + 466 8 com.apple.CoreFoundation 0x015b2cfc CFRunLoopRunSpecific + 844 9 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88 10 com.apple.HIToolbox 0x028d62c0 RunCurrentEventLoopInMode + 283 11 com.apple.HIToolbox 0x028d60d9 ReceiveNextEventCommon + 374 12 com.apple.HIToolbox 0x028d5f4d BlockUntilNextEventMatchingListInMode + 106 13 com.apple.AppKit 0x017abd7d _DPSNextEvent + 657 14 com.apple.AppKit 0x017ab630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 15 com.apple.AppKit 0x017a466b -[NSApplication run] + 795 16 com.apple.AppKit 0x017718a4 NSApplicationMain + 574 17 com.blacey.SuperDuper! 0x00002726 0x1000 + 5926 18 com.blacey.SuperDuper! 0x0000264d 0x1000 + 5709 Thread 1: 0 libSystem.B.dylib 0x011f91c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x012009bc mach_msg + 72 2 com.apple.CoreFoundation 0x015b30ae CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88 4 com.apple.audio.CoreAudio 0x035015dc HALRunLoop::OwnThread(void*) + 160 5 com.apple.audio.CoreAudio 0x03501464 CAPThread::Entry(CAPThread*) + 96 6 libSystem.B.dylib 0x0122a095 _pthread_start + 321 7 libSystem.B.dylib 0x01229f52 thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x011f91c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x012009bc mach_msg + 72 2 com.apple.CoreFoundation 0x015b30ae CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x007c7d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 5 com.apple.Foundation 0x007647ed -[NSThread main] + 45 6 com.apple.Foundation 0x00764394 __NSThread__main__ + 308 7 libSystem.B.dylib 0x0122a095 _pthread_start + 321 8 libSystem.B.dylib 0x01229f52 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x012486f2 select$DARWIN_EXTSN + 10 1 libSystem.B.dylib 0x0122a095 _pthread_start + 321 2 libSystem.B.dylib 0x01229f52 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x011f91c6 mach_msg_trap + 10 1 libSystem.B.dylib 0x012009bc mach_msg + 72 2 com.apple.CoreFoundation 0x015b30ae CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x015b3cd8 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x04604052 CFURLCacheWorkerThread(void*) + 396 5 libSystem.B.dylib 0x0122a095 _pthread_start + 321 6 libSystem.B.dylib 0x01229f52 thread_start + 34 Thread 5: 0 libSystem.B.dylib 0x011f9226 semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x0122b1ef _pthread_cond_wait + 1244 2 libSystem.B.dylib 0x0122ca73 pthread_cond_timedwait_relative_np + 47 3 com.apple.Foundation 0x007aa75c -[NSCondition waitUntilDate:] + 236 4 com.apple.Foundation 0x007aa570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144 5 com.apple.Foundation 0x007aa4d5 -[NSConditionLock lockWhenCondition:] + 69 6 com.apple.AppKit 0x01811d90 -[NSUIHeartBeat _heartBeatThread:] + 753 7 com.apple.Foundation 0x007647ed -[NSThread main] + 45 8 com.apple.Foundation 0x00764394 __NSThread__main__ + 308 9 libSystem.B.dylib 0x0122a095 _pthread_start + 321 10 libSystem.B.dylib 0x01229f52 thread_start + 34 Thread 6: 0 libSystem.B.dylib 0x0121ceda read$UNIX2003 + 10 1 com.apple.Foundation 0x007dfdfc _backgroundActivity + 412 2 libSystem.B.dylib 0x0122a095 _pthread_start + 321 3 libSystem.B.dylib 0x01229f52 thread_start + 34 Thread 7: 0 libSystem.B.dylib 0x0121ceda read$UNIX2003 + 10 1 com.apple.Foundation 0x007dfdfc _backgroundActivity + 412 2 libSystem.B.dylib 0x0122a095 _pthread_start + 321 3 libSystem.B.dylib 0x01229f52 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x078b0080 ebx: 0x01867c63 ecx: 0x014c94b8 edx: 0xc0000003 edi: 0x545f5f00 esi: 0x00000000 ebp: 0xbfffe1a8 esp: 0xbfffdf34 ss: 0x0000001f efl: 0x00010202 eip: 0x014038f4 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x545f5f00 |
#4
|
||||
|
||||
This was likely because you have something that's causing the script command that does the sleep to crash. It's usually because of an old Power PC component/scripting dictionary or bad mouse driver input manager (Logitech - old version)... if you run again and look in your system log, it should indicate which.
__________________
--Dave Nanian |
#5
|
|||
|
|||
Here is the next part that crash log, I'll post the rest in subsequent posts:
Code:
Binary Images: 0x1000 - 0x5ffef +com.blacey.SuperDuper! 2.5 (84) <9b82acff19ea99149df3c8ffb31c22a4> /Volumes/HomeDrive/Applications/Utilities/SuperDuper!.app/Contents/MacOS/SuperDuper! 0x75000 - 0x75ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x79000 - 0x80fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib 0x86000 - 0x86ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0xb1000 - 0x13cfff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x162000 - 0x162ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x16a000 - 0x16aff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x172000 - 0x176fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x17a000 - 0x17affd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x1b1000 - 0x1bafff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x1c4000 - 0x1c4ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x1c8000 - 0x1caff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x218000 - 0x23cfeb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib 0x24b000 - 0x24ffff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x3ad000 - 0x604ffb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message 0x75a000 - 0x9d5fe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0xb33000 - 0xd01ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security 0xe46000 - 0xfc5fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x10a1000 - 0x10d8fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x10f7000 - 0x11a9ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib 0x11f8000 - 0x135fff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib 0x13ee000 - 0x14cefff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib 0x1540000 - 0x1673fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x176b000 - 0x1f69fef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x24aa000 - 0x258fff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x260a000 - 0x275cff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x27d1000 - 0x285bfef com.apple.DesktopServices 1.4.7 (1.4.7) <7898a0f2a46fc7d8887b041bc23e3811> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x28a6000 - 0x2baefff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x2d0c000 - 0x30a9fef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x31a3000 - 0x31cefe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x31dc000 - 0x3314ff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib 0x3368000 - 0x3449ff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib 0x3476000 - 0x3484ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x348a000 - 0x34c4fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x34e4000 - 0x3561feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x35b6000 - 0x35befff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x35c8000 - 0x365bff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x3682000 - 0x374dfff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x378e000 - 0x3e2efff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x3efe000 - 0x3f58ff7 com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x3f98000 - 0x3fe9ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x4013000 - 0x4159ff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x41b1000 - 0x41c1ffc com.apple.LangAnalysis 1.6.4 (1.6.4) |
#6
|
|||
|
|||
Part 3 of crash log
Code:
<8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x41ce000 - 0x4275feb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x429e000 - 0x42aefff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x42bd000 - 0x4597ff3 com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x4601000 - 0x469effc com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x4716000 - 0x475ffef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x477b000 - 0x4835fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <25243fd02dc5d4f4cc5780f6b2f6fe26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x489a000 - 0x4919ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x495c000 - 0x498bfe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x49a3000 - 0x4a2fff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x4a75000 - 0x4a8bfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x4a9d000 - 0x4aa4ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib 0x4aab000 - 0x4b08ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x4b59000 - 0x4be0ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib 0x4bed000 - 0x4c11fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib 0x4c1b000 - 0x4ce2ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x4cf2000 - 0x4d6ffef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x4d7d000 - 0x4daafeb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x4db6000 - 0x51c6fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x520c000 - 0x55cafea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x5600000 - 0x561fffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x5627000 - 0x5666fef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x5671000 - 0x568cffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x5694000 - 0x56bcfff libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib 0x56c7000 - 0x56e5fff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib 0x56ef000 - 0x56efffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x56f3000 - 0x56f3ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x56f7000 - 0x5701feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x570a000 - 0x5717fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x571f000 - 0x575dff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x5767000 - 0x5768ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib 0x576d000 - 0x5783fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <80b173571cdb99a829e1b8ec0a677291> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x5797000 - 0x57f0ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x5804000 - 0x5810ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x581e000 - 0x5ceff3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x5e1c000 - 0x5e50fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x5e5e000 - 0x5fbfff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore 0x60bb000 - 0x60f7fff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit 0x6120000 - 0x6122fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x6129000 - 0x617afeb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x6196000 - 0x61fcffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x6243000 - 0x6248ffc com.apple.KerberosHelper 1.1 (1.0) <d789cb3b793a05879bde688c19f60afe> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x624e000 - 0x6272fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping 0x6287000 - 0x6388fef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x6417000 - 0x64d5fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x6574000 - 0x6574fff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x6578000 - 0x6596ff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x65a3000 - 0x65d5fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x65e0000 - 0x65efffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x65fd000 - 0x6602fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x660c000 - 0x6611fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x661a000 - 0x661dfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x6623000 - 0x667fff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x66ad000 - 0x66c2ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x66dd000 - 0x6770fff com.apple.ink.framework 101.3 (86) |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Turn off TM and User Backup services with a shell script | ronmtec@mac.com | General | 0 | 07-22-2008 02:05 PM |
Shell Script before Backup: time limit ? | Harry Cover | General | 27 | 05-07-2008 10:29 AM |
Server drive won't mount after backup | rhennosy | General | 1 | 11-09-2007 03:49 PM |
Unmount USB drive via Shell Script after Backup? | supesguy | General | 0 | 11-06-2007 03:07 PM |
Smart Backup Error | bill s | General | 20 | 02-04-2005 09:46 AM |