Making sense of iCal to do a Time Machine restore

I have an old "To Do Item" that I wanted to restore from a Time Machine backup. But when I go to my Library/Calendars folder I get a number of .calendar folders (presumably connected to the different iCal Calendar Groups I have)--but all of the folder names are written in such a way it's impossible to figure out which one might be "To Do Items."
And then when I do find out which one, is there a way to access that information without permanently overwriting my current iCal data or To Do's?
Thanks,
John

Hello ace:
The iTunes library should be in your home folder (~music>itunes).
You can restore the entire library - using a Time Machine backup before the problem. I have never attempted to restore an album, so I am no help there.
Barry

Similar Messages

  • How do i restore my hidden ical data from a Time Machine backup

    How do i restore my hidden ical data from a Time Machine backup?

    Use the go menu to enter any hidden folders.
    Then click on the time machine icon to restore.

  • Cannot view photos after a Time Machine restore.

    Hello,
    I am running iPhoto 09 version 8.1.2. I attempted to install the SL 10.6.3 update on 3/31 and all of my CIFS shares become slow and unresponsive to the point they were not useable. I chose to do a full Time Machine restore from the TM backup I had initiated just prior to the 10.6.3 upgrade. Now the last 40 pictures I imported on 3/28 appear in the events but when i click on them I get the screen. I selected the iPhoto Library and exposed the contents of the package and the none of the pictures are in the originals directory. Why are the thumbnails still present but the photos are missing? i thought about performing a library rebuild, but it does not make sense if i cannot find the originals.
    Your help is greatly appreciated

    No there's no point in making a rebuild if the originals are not present. As to why this happened? More a question for the Time Machine folks.
    Regards
    TD

  • Can't Boot After New HD + Time Machine Restore

    So a couple days ago my 27" iMac running Snow Leopard started making some weird noises and stalling out. Annoyed, I talked for a couple hours with apple tech support which eventually lead me to run an Apple Hardware Test. This test returned the error
    "Alert! Apple Hardware Test has detected an error.
    4HDD/11/40000000 SATA(0,0)"
    I scheduled an appointment at the Genius Bar, and they replaced the hard drive.
    After that I got it home and did a System restore from my time machine backup. It finished fine, but when I restarted it got stuck on the grey apple screen with the spinning dial thing.
    I called apple back and they had me do a couple things like repair disk, verify disk, and one person had me reboot into this command line mode and type some stuff in. Nothing worked. After that They had me try to reinstall the OS first from archive, and next by erasing the hard drive and doing it. Both times the install fails with a big yellow exclamation point saying that it couldn't install support files and the OS couldn't be installed.
    Any ideas how to fix this?
    I'm currently trying to restore from my time machine backup again, but I'm not hopeful.

    Here's what I got - apologies for any formatting peculiarities.
    The problem: 10.6.6 mac won't boot after time machine restore to disk.
    Further symptoms: Booting with Command-v shows several errors: usually blued and loginwindow collapse with errors from launchd. Errors will be of the style "dyld: Symbol not found: CSSMOID_APPLE_TP_MACAPPSTORERECEIPT" and other CommerceKit / CommerceCore framework errors.
    A solution: Your Framework Security library may be an older version (possible cause with Time Machine below). The easiest way to fix this is to find another, working 10.6.6 Mac, and update the Security library on the broken machine.
    Identifying if you're affected:
    1) Boot the broken machine into "target" mode - hold "Command-t" during boot until the [Firewire|http://itunesu.utah.edu/terms/images/Firewire_Icon.png] icon appears.
    2) Connect the broken machine to the working 10.6.6 machine with a firewire cable.
    3) On the working machine, the disk of the broken machine should mount.
    4) Open Terminal
    5) Run "ls /Volumes" - the name of disk you mounted should be there (in this example, we'll use "Macintosh HD".)
    6) Typing in the path of the broken machine, run:
    <pre>
    nm /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security | grep random_fd | cut -d. -f2
    </pre>
    (this does a dump of the library, looking for the version value)
    If this comes back with the value 22457 (or less?), your Mac is not booting because it does not have the updated version of the Security library, which is required in 10.6.6 since Snow Leopard added the Appstore / Commerce framework.
    Fixing if you're affected:
    1) First, make sure the working 10.6.6 Mac has a correct version of the framework:
    <pre>
    nm /System/Library/Frameworks/Security.framework/Versions/A/Security | grep random_fd | cut -d. -f2
    </pre>
    For 10.6.6, this should be at least "22458"
    2) *Be extremely careful at this point* - Make sure on the mounted disk (not the machine you are working on!) run the following
    <pre></pre>
    2a) Make a backup of the broken library
    <pre>
    mkdir /Volumes/Macintosh HD/savedLibrary
    cp /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security /Volumes/Macintosh HD/savedLibrary
    </pre>
    2b) Copy the working version over the non-working version:
    <pre>
    cp /System/Library/Frameworks/Security.framework/Versions/A/Security /Volumes/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security
    </pre>
    3) Eject the mounted disk from the working Mac, disconnect the firewire cable, and reboot the "broken" Mac. It should come up.
    If it doesn't, you have problem(s) that are probably outside the scope of this. I'd also suggest restoring your original security library that you saved off.
    Suspected cause:
    It appears that Time Machine never recorded the change to the Security library after the update. If the library hadn't changed, the machine should have failed to boot like it did after restore the moment a 10.6.6 update was applied.
    Inspecting the contents of my Time Machine backups before and after updating shows that Time Machine never updated the Security Framework library - why is still not 100% determined, but restoring from it is definitely broken. Combing through the backup databases on my Time Machine disk:
    (I upgraded to 10.6.6 on January 6)
    <pre>
    for name in 2010-12-30-093337 2011*
    do
    echo -n "In backup on ${name}, version of Security library is: "
    nm "${name}/Macintosh HD/System/Library/Frameworks/Security.framework/Versions/A/Security" | grep random_fd | cut -d. -f2
    done
    </pre>
    In backup on 2010-12-30-093337, version of Security library is: 22457
    In backup on 2011-01-04-100707, version of Security library is: 22457
    In backup on 2011-01-05-082402, version of Security library is: 22457
    In backup on 2011-01-06-092846, version of Security library is: 22457
    In backup on 2011-01-07-094827, version of Security library is: 22457
    In backup on 2011-01-10-093559, version of Security library is: 22457
    In backup on 2011-01-11-110542, version of Security library is: 22457
    In backup on 2011-01-12-094137, version of Security library is: 22457
    In backup on 2011-01-13-103238, version of Security library is: 22457
    In backup on 2011-01-14-113145, version of Security library is: 22457
    In backup on 2011-01-18-112856, version of Security library is: 22457
    In backup on 2011-01-20-114953, version of Security library is: 22457
    In backup on 2011-01-21-103642, version of Security library is: 22457
    In backup on 2011-01-24-102321, version of Security library is: 22457
    In backup on 2011-01-27-002508, version of Security library is: 22457
    In backup on 2011-01-27-011931, version of Security library is: 22457
    In backup on 2011-01-27-104406, version of Security library is: 22457
    In backup on 2011-01-27-114322, version of Security library is: 22457
    In backup on 2011-01-27-123928, version of Security library is: 22457
    In backup on 2011-01-27-134523, version of Security library is: 22457

  • Time Machine restore from WD my book live duo

    Dear all and especially anyone out there who may be able to help me.
    I have a MacBook Pro with Mountain Lion, a WD mybook live duo 3/6tb on the LAN, all wired.
    It has been backing up through Time Machine fine until my MacBook crashed earlier this week so I have a fairly
    recent snapshot of my MacBook before the crash.
    I wanted to restore, after a Hard Disk erase which seemed necessary, from Time Machine but I couldn't make it work
    as it kept asking me for user names and passwords of the NAS (which I entered of course) only
    to result in error meesages saying the 'share' didn't exist. (Despite the fact that it does immediately
    recognise the backup and location on the NAS.)
    WD support advised me to first reinstall OSX ML and then use the regular Time Machine
    functionality to restore my Mac.
    - there is no option to fully restore your Mac through the wonderful TimeMachine time travel
    functionality. I tried to restore my Macintosh HD back to a recent time point but that resulted in
    nothing much (or nothing at all, I don't know). I don't see my old stuff, I still see a kind of vanilla
    OSX ML installation.
    - using the restore functionality (CMD-R during startup) and the time machine restore option,
    results in the same nagging for names and passwords and error messages that the share
    doesn't exist.
    WD support couldn't tell me what the share name (and possibly password) would be for where it stores Time Machine backup
    files (it doesn't show up in the list of shares when you look in the WD dashboard) and that makes sense to me as when you
    tell Time Machine to use the NAS, it doesn't ask you for anything in terms of shares or passwords either.
    So here I am: with probably a very good and recent complete backup at my disposal but no way of restoring it to my Mac.
    So all I had and trusted to Time Machine is lost.
    Is anyone out here who can help me? Anyone with a similar experience and hopefully solution? (That I can understand....I am a Mac user! :-) )
    I would be enormously grateful!
    Greetings from Amsterdam,
    Eric

    Hello Eric, not sure if this helps or is exactly what you are looking for as I am unfamiliar with the NAS issue you have.  However, I recently restored my computer from Mavericks back to Snow Leopard using my WD mybook.  At first I was unable to use the WD mybook for restore, as is was not recognized by the computer after the menu came up from pressing "command R" during start up.  I attributed this to the WD software requiring a password to access the drive.  This is the same password that you (anyone who owns a WD mybook) have to supply each time you want to use time machine to back up files.  There is a simple remedy I found.  You need to go to your applcations and select "WD SmartWare," type in your password, then select the "Settings" tab at the upper right hand conner.  Then select "Set up drive."  On the right side of the window there is the "Set Security Options," sign in using your password in the box displayed under "password," then select "Remove Security."  The last step would be to save the security setting, and you are all set to use your WD mybook without a password for full system restoration.  So when you restart your computer and hold (or as I found press many times) the "command R" to access the restore window at start up, you can select restore from time machine, and have your WD mybook now appear in the timemachine device window, as the device is not password protected anymore.  Once your computer is restored you can follow the same steps outlined above to reinstate your password for your WD mybook.  Best of luck,
    Marc

  • IWork free with new purchase but not available after time machine restore

    Tried to find the best place to put this and this is the best I can surmise.
    iWork is now supposedly free with the purchase of a new Mac. I received a new MacBook Pro 2 days ago. The problem is, I wanted to keep all my old settings/apps/features/files without spending 2 weeks resetting everything back up, so I used time machine to restore my machine to the state of my old MacBook Air. Unfortunately, it does not look like any iWork apps remained in the Applications folder (makes sense), but now I go to the App store and Pages, Numbers, and Keynote are all listed as $19.99.
    I only assume that my time machine restore was the issue (I don't know if the apps were ever in the Applications folder at all), but since time machine is a feature Apple supports I would assume they support some way to make this work as well. How do I go about getting iWork without paying $60?
    Thanks

    There are several reasons why the updates don't show as free for those who already have iWork '09 installed.
    1. You must have iWork '09 apps installed & they must be updated to the x.3 version. You can also download the standalone updater from this page.
    2. If you are not using English as the primary language for your Mac, change to English & run Software Update. You can then switch back to your preferred language.
    3. Go to Mac App Store (MAS) > Click on Store > Check for Unfinished Downloads. You will need to individually click into each application > Click update > enter in your Apple ID & password and then it will start updating.
    4. Open App Store on your Mac & look at the buttons under Keynote, Pages & Numbers. If it does not say “Update” click Account under Quick Links, enter your password & click “View Account.”  Next, click the “Reset” button to the right of “Reset all warnings for buying and downloading” at the bottom of this page, & click Done. Check your updates tab & iWork & iLife updates should now appear.
    These are the ones I've seen work for others.

  • Older MB (Core Duo [not '2']) Time Machine restore issues

    The hard drive in a family-member's MacBook died and I'm trying to find the path to restoration. Regular Time Machine backups were made right up to the point of failure. I've installed a "new" drive in the MacBook (an Apple-sourced drive which formerly lived in a Mac Mini) and attempted to use the utility functions on the Snow Leopard install disk but have had no luck.
    Note that this is a "Core Duo" MacBook. Not a "Core 2 Duo" machine. It cannot run Lion due to the hardware limitations enforced by Apple.
    The MacBook had been updated to the latest versions of software on a regular basis. I think that the O/S version may have reached the point where the TIme Machine backups are in the "new" format where the Snow Leopard disk utilities cannot be used to restore the backup and only the Lion utilities work. (I just went through this with my MB Air.)
    I have tried using a Lion install disk to run the restore but receive the "No Entry"/"Banned" symbol at boot. This makes sense as the MB is beneath the minimum hardware requirements for Lion.
    When I first tried the old Mini drive in the MacBook, it booted up just fine to the Mini's condition 3 years ago. Surprising and encouraging.
    I then booted from the Snow Leopard DVD and ran the Time Machine restore utility to restore the most recent backup to the newly-installed HD. All seemed to go well. The restore completed but on restart, the system hung in the gray-screen/apple-logo/spinning-gear in perpetuity. I tried restoring the second and third eldest backups with the same result.
    In order to verify the health of the HD, I used the Snow Leopard disk to erase the drive. Then I installed a fresh copy of Snow Leopard. And then I patched it up to current standards.
    So. Now I have a squeaky-clean new install of Snow Leopard on a MacBook (Core Duo, which cannot run Lion), a dated Snow Leopard installation DVD in hand, a solid series of dutifully-recorded Time Machine backups on a Time Capsule, and no freaking clue of where to go from here.
    Everything I've read online seems to be based on the assumptions that I can a) use the older utilities on the Snow Leopard disk to install Time Machine backups made under a version of Snow Leopard compatible with the disk utility, or b) I can boot up using Lion installation media (USB or DVD pulled from the DMG in the downloaded Lion app-store installation app) and restore the "late model" Time Machine backup to the hard drive.
    Has Apple just f'd me over? This computer is used by my college-student child and I would appreciate any suggestions.
    A bit about me: I'm an IT professional -- a DBA -- who is by no means a Mac expert. After years of Windows machines, I returned to the Mac fold 4 years ago after a 14-year absence.
    I could really use a good piece of solid advice at this point.
    Thanks,
    - Eric

    It sounds like it's working perfectly. With Fusion I don't believe it is backed up, I know for sure Windows isn't. You may want to contact Pondini to ask about Fusion. As for your Adobe apps you can thank Adobe for that, you will need to re-install the apps, I believe this is one way Adobe ensures users aren't violating their licensing. I believe you will need to manually install the Adobe apps which shouldn't be a big deal as long as you have licensed software. Your data should have come over smoothly and frankly that's the most critical part. Reinstalling some apps should not be a problem.  
    I'd recommend looking over Pondini Time Machine Tips and if need be contacting Pondini directly (he has a contact section on the page) he has a lot of experience with TM and as you have already seen migrating Macs. He can provide much more information than me.

  • Update from 10.7.2 to 10.7.3 blown - Time Machine Restore blown

    Hello,
    summary of events:
    Update form 10.7.02 to 10.7.3 went wrong
    After Time Machine Restore no more Recovery Partion
    Lost about what to do
    On Saturday, I startet to update 10.7.2 to 10.7.3 on my MB Pro 15" (2007) Apples Software Update showed the combo update, and so I started download and installation. Just before that, I had run Time Machine on an external USB drive, so I was relaxed.
    After about 2 hours, the update was still running with no progress. After another hour, I forced a restart. Not very suprisingly, after the login, the wheel beneath the Apple logo kept on running.
    So I restarted from the Recovery Partition, selected my Time Machine-Backup from the external USB drive, selected my internal HD as target and clicked on "go".
    While the progress bar showed progress, I waited. Then it seemed to be complete and the MBP restarted. Now I got a folder with a question mark. My heart rate did not yet accelerate, since I had a back up, right?
    So I restarted again trying to boot from Recovery Partition - BUT, there was no longer a Recovery Partition. Or at least, nothing I could boot from.
    What options do I have? I could get my hands on a DVD that contains an Lion installation from the app store, but that is not the most recent version, as far as I can tell. If I would go that  way:
    Does the version of the Lion-app matter?
    Will it create a Recovery Partition?
    If not, how else could I restore a complete Time-Machine backup?
    Any help and suggestions are very welcome :-)
    Regards
    Jimbo
    Naturally, I a am mad as **** at Apple. First, that they abandoned physical media for Mac OS distribution, and secondly that some not so bright lad thought it not necessary to secure the availability of the Recovery Partition under any circumstances short of phyical damage. This really *****, guys!

    Ok... I'm not sure if the following suggestions will work with Filevault 2 enabled. I guess you can try after you create a backup for safety.
    You can recreate the Recovery HD two ways. One is to reinstall Lion using a bootable USB thumb drive of the Recovery HD created with the Lion Recovery Disk Assistant. Or from a bootable USB thumb drive with the Lion installer restored to it.
    A second way, which I have used many times, is to follow the instuctions at this site using Terminal commands. Step 3 is what you want to follow. The instructions use the RecoveryHDUpdate.dmg file downloaded from Apple to recreate the Recovery HD. It works great!

  • How do I safely stop a Time Machine Restore midway through?

    I started a Time Machine restore from backup at about 1pm this afternoon.
    After about 15 minutes of estimating the size of the files to be transferred, it gave me a 19hr estimate for transfer time. I had heard that it could take awhile, so I wasn't totally blown away by the number.
    I'm backing up about 200 GB. Well, I'm about 2 hours into it, and the time remaining has been fluctuating from 19+ hours to 14 hours. I'm at about 18 hours right now.
    I'm beginning to question the ethernet cable I'm using to transfer the data, and wishing I used a USB 2.0. I've also read up on a bunch of other threads about how painfully slow Time Machine can be, and there seems to be little rhyme or reason as to when it's slow vs when it's somewhat reasonable.
    So, I guess there are two questions.
    Question 1) Can I safely power down, swap cables, and retry? What happens to the data that's already been pulled over?
    Question 2) Should I just let it run for the next 18 hrs? I've also read other horror stories where people return to their machines after the time estimated, and it's hardly budged.
    Any help would be AWESOME! If i could give you a billion help points, i would!

    majmanMac wrote:
    Was doing a full restore from scratch - I lost a hard drive on Monday, and just got a new one put in. Turns out the estimate was about right, as I'm now writing this from my restored machine.
    Yay!
    I was restoring from a Time Capsule. For some reason I just assumed it had a USB port.
    Ah, yes, it does, but it's for connecting a printer or USB drive, not a Mac.
    My concern that i would come back to it this morning and find it still updating has been put to rest. Phew!
    Glad it's sorted out, but it does seem like there may be a problem -- that's awfully slow. See #D2 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of this forum).
    And be forewarned: since you have a new drive, Time Machine's next backup will almost certainly be a full one, so remain connected via Ethernet. If there isn't enough free space for that, it will take an extremely long time for Time Machine to delete a lot of old backups to make room. You might consider manually deleting a lot of them, per #12 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum).

  • Lots of permission errors after a full time machine restore.

    So I replaced my hard drive in my MacBook Pro with a 500GB and when in reinstalled leopard i jest did a time machine restore, now if I check the permission i have this long list that it jest can not seam to fix. Here is the list. What should i do about it?
    Reading permissions database.
    Reading the permissions database can take several minutes.
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "Applications/iTunes.app/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    Permissions differ on "Applications/iTunes.app/Contents/Frameworks/InternetUtilities.bundle/Contents/ CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    Permissions differ on "Applications/iTunes.app/Contents/Resources/iTunesHelper.app/Contents/CodeResou rces", should be -rw-rw-r-- , they are lrw-rw-r-- .
    Warning: SUID file "System/Library/Filesystems/AppleShare/afpLoad" has been modified and will not be repaired.
    Warning: SUID file "usr/bin/setregion" has been modified and will not be repaired.
    Warning: SUID file "System/Library/PrivateFrameworks/Install.framework/Versions/A/Resources/runner " has been modified and will not be repaired.
    Warning: SUID file "System/Library/Printers/IOMs/LPRIOM.plugin/Contents/MacOS/LPRIOMHelper" has been modified and will not be repaired.
    Permissions differ on "System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/CodeRe sources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/CodeResourc es", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/BlackAndWhiteEffect.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/CubeTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/DissolveTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/DropletTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/FadeThroughBlackTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/FlipTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/MosaicFlipTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/MosaicFlipTransitionSmall.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/PageFlipTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/PushTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/RevealTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/SepiaEffect.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/TwirlTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/iPhotoAccess.framework/Versions/A/Resources/P lugins/WipeTransition.IAPlugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    ACL found but not expected on "Applications".
    Permissions repair complete

    This has been reported elsewhere in these forums.
    They are not errors, they are warnings and informative statements, but not real errors and they can be ignored as you will find when you search
    for the other posts about this exact same topic.
    If you uncheck the Show Details" box in DU, you will only see real errors and these will not show up.
    Yes they are annoying, and if you read my other post you get more information.

  • Can I use a Time Machine restore from an older OS to Mavericks?

    I ask because I tried about 2 years ago and had no luck. Here's a little back-story so my situation isn't confusing...
    My iMac (2010) has been having tons of issues lately. More specifically, when I attempted to upgrade to Mavericks last week, it came back with S.M.A.R.T. errors after a scan, so it wouldn't allow me to update. So, in preparation for the HDD to crap out on me, I did frequent back-ups using Time Machine. Well, the day finally came and my iMac won't "turn on" anymore. When I turn it on, it sits at the Mac loading screen for several minutes and then just goes to a blank white screen. (NOTE: This isn't part of my question but if anyone has any suggestions on fixing this, please let me know, thanks!)
    So, back to my question. If I buy a new iMac or a new macbook or whatever, will it be possible to use my Time Machine back-ups to restore everything on it or will it not allow me to because the operating systems are different? As mentioned, I attempted to make a restore on my friend's macbook that I purchased as a spare but when I tried, it came back saying "Different operating systems, cannot restore" or something to that degree. Is there a way around this? Do I have to somehow downgrade the OS on my new machine?
    Luckily, I use iTunes for all my movies/music & Adobe Creative cloud so I can easily restore those on any machine but my desktop personal data, photos, etc are on the Time Machine restore. Help me if you can, thanks in advance!

    If you live near an Apple Store, make a Genius Bar appointment to have the computer tested. Supposedly there is no charge for testing. They can also give you an estimate.
    Genius Bar Reservation US

  • How do I know which id to delete and insure time machine restore?

    I had a glitch on my computer of the screen going black at random. I also had a recall on my imac for the segate drive which was replaced once. I brought it to the apple store after a week then determined there was no recall on my new drive and reinstalled Mt Lion to get rid of the black screen issue. Now here is the problem i got home and plugged in my ext drive for a time machine restore. I restored everthing using migrate assitant except the applications and desktop. I was asked to create another user name for the transfer. I don't understand why i had to do this so just slightly changed my id name. I now need to find the desktop data and can't find it under either names. I searched the drive direct and found the  info is there but migrate assitant doesn't show it. I tryed to restore back some other files but it was me to changed the name of the restore using migrate assitant again. How many ids do I need?  How do I blow way the 2nd id without gettting rid of my backup on the ext drive. I am so confussed now and can't figure out which  admin id has the info and which doesn't .  I don't even know if the info made it to the imac hard drive.  help!!!  

    I had a glitch on my computer of the screen going black at random. I also had a recall on my imac for the segate drive which was replaced once. I brought it to the apple store after a week then determined there was no recall on my new drive and reinstalled Mt Lion to get rid of the black screen issue. Now here is the problem i got home and plugged in my ext drive for a time machine restore. I restored everthing using migrate assitant except the applications and desktop. I was asked to create another user name for the transfer. I don't understand why i had to do this so just slightly changed my id name. I now need to find the desktop data and can't find it under either names. I searched the drive direct and found the  info is there but migrate assitant doesn't show it. I tryed to restore back some other files but it was me to changed the name of the restore using migrate assitant again. How many ids do I need?  How do I blow way the 2nd id without gettting rid of my backup on the ext drive. I am so confussed now and can't figure out which  admin id has the info and which doesn't .  I don't even know if the info made it to the imac hard drive.  help!!!  

  • My Macbook Pro was stolen, and I have replaced it with a Macbook Air. New hard drive is too small for a Time Machine restore. How do I restore my more-expensive apps (ie iWorks) on my new Macbook without repurchasing them?

    My Macbook Pro was recently stolen, and I have replaced it with a Macbook Air. I attempted to simply do a restore from the Macbook Pro's Time Machine backup, but since the new Macbook Air's hard drive is significantly smaller, a Time Machine restore was not possible. I even tried to choose only settings or only my User Profile (option) when restoring, but the backup was still too large to do a restore onto the new machine. How do I restore my more-expensive apps (ie iWorks) onto my new Macbook without repurchasing them? Also, I reaad somewhere that if you went to the Mac App Store and attempted to repurchase the app and clicked BUY, it would simply alert you that you have already purchased the app (and trigger a re-download)... NOT THE CASE... So I just dropped another $19.99 for a second copy of Pages... Not my intention....
    Any help would be greatly appreciated.
    LM

    you should get a usb backup drive as well.  time machine has limited use in my eyes. it saves things. but older things can be errased ad space drops without telling you
    nothing beats data redundancy.  2 saves is. 1.    and 1 is none
    im personally not fond of time machne though i use it only for a recovery parameter for a mac
    id never ever myself consider time machine a genuine data backup tool.  though most do consider it as such
    drive clones such as superduper and carbon copy cloner can clone your entire drive for emergency recovery.  and you can boot from them as well o. another mac

  • Is it possible to boot or Time Machine restore from an external Thunderbolt disk drive?

    (There are several questions - search for "?".)
    I purchased a Seagate Backup Plus for Mac Desktop Drive 3 TByte with default USB 3.0 interface, and also acquired the Seagate Thunderbolt Adapter for Backup Plus Desktop Drives and Thunderbolt cable.
    I do a redundant backup to the Seagate Drive using both Carbon Copy Cloner (nightly) and Time Machine (hourly) using its Thunderbolt adapter.  BTW:  One never knows when Time Machine will choke - see discussion titled, "UPDATED: Serious Time Machine bug on Mountain Lion", which I had; Rest In Peace Pondini (James Lewis Pond).
    Booting from the external Seagate Backup Plus via Thunderbolt inteface from System Preferences -> Startup Disk:
    I select the Time Machine OS X, 10.8.5 Startup Disk (Thunderbolt attached drive), click Restart, confirm my choice, the computer reboots, however, it reboots from the internal Macintosh HD OS X, 10.8.5, NOT the selected external Thunderbolt drive.  The SSD drive was used as the Startup Drive, not the selected external Time Machine volume as indicated by the display free disk space command (df(1)) and seeing that the Macintosh HD OS X, 10.8.5 volume is mounted as root.  That is very deceptive in that both the internal and external drives will appear in the same manner from a GUI point of view!  OS X doesn't even inform me that it did not boot off the selected volume.  This is the first half of the problem, that is, Is it possible to boot from an external Thunderbolt disk drive?  In my case, the answer is deceptively No.  Can anybody else boot off a Thuderbolt attached disk drive?  Note that if I remove the Thunderbolt adapter, and attach the drive via its USB 3.0 cable, the MBP boots off the external Seagate Backup Plus just fine, as is expected.
    Booting from the external Seagate Backup Plus via Thunderbolt inteface from boot-time "Option - Select startup disk" method:
    When I restart the MBP using the startup Option key to select the startup volume, the externally connected Seagate drive ONLY SHOWS UP if it is attached with the USB 3.0 cable, not when it is attached with via the Thunderbolt interface.  Can anyone else boot off a Thunderbolt drive with the startup Option key sequence?  At least the MBP doesn't deceive me in this case - I know right away that the external Thunderbolt drive is not an option when connected as such.
    Time Machine restore from the external Seagate Backup plus via Thunderbolt interface from the "command-R - Recovery Parition" method:
    After booting from the recovery partition, I attempt to perform a Time Machine restore from the Thunderbolt connected Seagate Backup drive.  When Time Machine attempts to present me with a viable backup Time Machine volume, the external Thunderbolt drive is never offered as an option.  So I switch the Time Machine volume to use its USB 3.0 interface, and then Time Machine displays that drive as an option, and the MBP proceeds with the restoration as expected.  The interesting thing to note is that while booted in the recovery partition via the Thuderbolt cable, the MBP Disk Utility may be selected, and the Thunderbolt attached drive may be operated on just fine.  Can anybody else restore their MBP using Time Machine and the Recovery Partition via the Thunderbolt interface?
    This is also a big problem for me in that I am forced to restore my MBP via Carbon Copy Cloner using the USB 3.0 interface, because I cannot even boot off that volume's Thunderbolt interface.  Of course, the option may be that I could use yet another eternal USB 3.0 drive, boot from it, and then use Carbon Copy Cloner to restore the Macintosh HD via the aforementioned drive connected by a Thunderbolt cable, but that is less than ideal and not elegant, so I'm not going there.
    Another side issue is that the commercially available program, TechTool Pro 7's eDrive, which I installed on the Time Machine volume, will not boot off that eDrive as advertised, but I won't got through those steps here, because that would be beyond the scope of this issue, however, I must say, It does not work either when the Time Machine volume is connected via the Thunderbolt interface, but works just fine when connected via the USB 3.0 interface.

    If this helps anybody else make a decision about whether to consider Apple because of Apple's superior customer service:
    Apple sells this entire line of drives right in their store, from 1TB to 4TB.  I spent 1 and 1/2 hours, yesterday, confirming that  the 3TB model IS NOT 100% Thunderbolt compliant.  A MBP cannot boot, nor can it Time Machine restore from this drive, though EVERYTHING about the drive is normal.
    Apple's South Coast Plaza store management had at least two responses to me personally about how to proceed:
    1.  Buy a different drive from another drive manufacturer, and to attempt to return the drive to COSTCO.  A lead genius suggested going with GTech drives, for instance.
    2.  Wait for Seagate to fix their problem.
    I told Apple management in the store that the drive is advertised as Mac Compatible (see  picture) and that it is advertised as being a Thunderbolt drive (see picture).  I pressed management that my purchasing decsion to get the best possible MBP Retina was based on the availablity of Inexpensive Devises (raID), and that not having this complete compatibility is a show-stopper for my needs, and that I wanted a refund.  Their response?  They needed to talk with "Merchendising" to see if they are on or off the hook for these kind of 3rd party assertions, and would get back to me.
    I am not holding my breath.
    Note:  I do not hold this against the Geniuses that helped me, nor against the management I've dealt with, nor the upper level engineers that I've corresponded with through Apple Care - their problem solving skills were helpful - although I could have arrived at similar conclusions given enough $$$.  (For instance, try a Lacie TB drive and see if that works - we did, and it did not work.  Or, we have a different TB cable and a different TB adapter, let's try those - we did, and it did not work.)  I blame myself for not doing enough homework before going with Apple's solutions.

  • HT201250 When getting a replacement Seagate hard drive for my Imac through Apple, will they restore my system to it's current state? Or will I have to do it myself though Time Machine? Will Time machine restore all the programs as well?

    Apple has determined that certain Seagate 1TB hard drives used in 21.5-inch and 27-inch iMac systems may fail. These systems were sold between October 2009 and July 2011.
    Apple or an Apple Authorized Service Provider (AASP) will replace affected hard drives free of charge.
    Will this replacement program restore my system to its current state after the new drive is installed? If not, will I have to have all my original disks to re-install all the programs on my current computer, or will Time Machine restore them as well?

    Most of them will tell you to backup your data.
    Time Machine is nice, but unless you are interested in archival backup, Carbon Copy Cloner is a lot easier to recover from:
    https://discussions.apple.com/docs/DOC-1992

Maybe you are looking for

  • Accessing one account from another

    My HD seems to be dying. I can't access my main account, but for some reason I can access a secondary account for my daughter. Is it possible, after making my daughter's account an admin account, to access the main account's Photo, Music and Movies f

  • Time machine data recovery from a Raw disk

    Hi everyone! I have been backing up my data on an external HDD with time machine. The HDD is 1TB and I needed some storage space to back up some other files form work, so I created a partition. After creating the partition the HDD became RAW, so I wa

  • Sdo.relate error

    Hello, I'm trying to select all points from POINTABLE that are within a polygon (AAAMAY00) that exist in a HDW_POLYGONS table. I'm using Oracle Spatial 8.1.5. and I'm using the following statement: select a.GEOM.SDO_point.x, a.GEOM.SDO_point.Y, a.DEP

  • Problem after upgrading to new jpdk

    Hi, I upgraded my Oracle Portal version from 3.0.6 to 3.0.7 .I downloaded latest jpdk and upgraded it,made changes to provider.xml with new tags. But if I now try to test the provider on browser with http://myserver.mydomain.com:port/servlet/xxx It g

  • Unsharp images after straighten/crop

    Aa significant problem I had observed in iPhoto '08 is not fixed in '09, and the workaround I had previously used is no longer effective. If you have an image containing a lot of fine detail and are working with it in iPhoto's Edit mode, you'll find