Photos in 1 Event disappeared--how to retrieve from Time Michine

This is scary, I just noticed that in one of my Events all but one of the photos has vanished. There were probably 50 in that event previously. Fortunately, I do have Time Machine connected. But with iPhoto decidedly non-user friendly format, I have not idea how I would try to retrieve a backup of that one Event only.
Thanks,
John

Launch iPhoto and under the file menu ==> browse backups - find the time that the photos were there, select them (or the entire event) and click on restore
LN

Similar Messages

  • Hard drive died on my iMac how to retrieve from Time Machine

    HI,
    My Hard drive died on our iMac (we were on Snow Leopard).  We replaced it with a larger Hard drive and the Tech put Lion on it.  Sorry if this is a dumb question, but how do I retrieve my entire back up from the Time Capsule.... I search and read something about a Recovery HD?  Do I have to have this?  Also as noted above, I have the Snow Leopard from when we got teh iMac, but are on Lion now.....
    HELP

    LOL - I think I have a different/new related problem....
    The instrucitons don't say anything about timemachine, but I read somewhere that you need to stop a back up when you get a new computer and want to transfer files....  and that the migration rebuilds the data from the latest successful back up...(thats a little back ground).
    Where I am now:
    last night the migrations said it would take 29 hrs.  No problem....this morning there was not much change in that (considering 8+hours had passed) but did not think much of that either...
    I was browsing on the internet and suddenly I get a notifiaiton that the back up failed!  oh god I think - surely its not supposed to back up while its migrating....?!?
    then a few minutes later the migration window says it has 49 hrs to go...
    then a little later it says its finished...so I check the folders - nothing is there....so I start to get a little concerned....and decide to start over.
    so I start the migration process and when I get to the window where it asks where to put the stuff from the migration, I assume I am doing the same thing so click the same thing I did last time and it tells me you already have stuff there...wha? but I just checked...there is nothing there - so I know I am doing something wrong and back track - AHA - it has put everything into a user account called XXX.  so I decide to log out and see what's happening....sure enough another user account has appeared....and it has the same icon as our old stuff ! yay...!
    but heres the rub: we previously only had 1 user account for the whole household, with one password which we did not even have to use....when the hard drive crashed, the repair guy created a user account under MY name, and used our old password.  Did not think much of it but when I logged out as ME and tried to log is as US (the old User Account), it would not accept the old password!...So now what....?

  • Lost notes and contact in iTouch cannot find on back-up, how to retrieve from Time Machine

    Hi! I reset my iTouch coz it's having some problems after I update my OS. Now I restored everything except my notes and contact. Tried to check from back-up but I cannot find the old back-ups just the new one...can I retrieve it from my Time Machine?...Please help...Thanks!

    Hi lllaass,
    Thanks for the tip. Sorry, I am not that familiar with computer stuff...I see filenames with combi of letters and numbers...can I know the next step after this? Thanks...

  • Does Time Capsule back up everything on my computer? If I inadvertently delete photos from iPhoto can they be retrieved from Time Capsule?

    Does Time Capsule back up everything on my computer? If I inadvertently delete photos from iPhoto can they be retrieved from Time Capsule?

    About TM "Backup Drive is Full"
    Alert TM only deletes older files if they have been deleted from the source and when TM needs space on the backup drive for a new incremental backup. Time Machine "thins" it's backups; hourly backups over 24 hours old, except the first of the day; those "daily" backups over 30 days old, except the first of the week. The weeklies are kept as long as there's room.
    So, how long a backup file remains depends on how long it was on your Mac before being deleted, assuming you do at least one backup per day. If it was there for at least 24 hours, it will be kept for at least a month. If it was there for at least a week, it will be kept as long as there's room.
    Note, that on a Time Capsule the sparsebundle grows in size as needed, but doesn't shrink. Thus, from the user's view of the TC it appears that no space has been freed, although there may be space in the sparsebundle.
    Once TM has found it cannot free up enough space for a new backup it reports the disk is full. You can either erase the backup drive and start your backups anew or replace the drive with a larger drive.
    Also, see Pondini's Time Machine FAQ

  • I have just returned from holiday and reset my phone to icloud having been informed I wouldn't lose any iformation.  I have lost all my holiday photos.  Does anyone know how to retrieve these please?

    I have just returned home from holiday and reset my phone to icloud (having said it wouldn't lose any information) I now find that I appear to have lost all my holiday photos.  Has anyone got an idea how to retrieve them?

    If you've enabled PhotoStream, you should be able to find photos there. Otherwise, you are SOL.

  • My Ical events disappeared how do I restore with time machine/mountain lion?

    I recently installed mountain lion.    Today my ICal events disappeared and I can't restore them with time machine.   What happened?   How do I fix it?

    Did you try rebuilding the library's database file as follows:  make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • How to retrieve from email from Exchange server Mail Account ?

    Dear All,
    I get the email in my mail box from [email protected]
    I need to retrieve the from email address but i am unable to get this.
    Following is code i am using.
    Folder boundFolder = Folder.Bind(service, WellKnownFolderName.Inbox);
                    FindItemsResults<Item> unreadMessages = boundFolder.FindItems(unreadSearchFilter, itemView);
                    if (unreadMessages != null && unreadMessages.Items != null && unreadMessages.Items.Count > 0)
                        foreach (EmailMessage message in unreadMessages)
                            string subject = message.Subject.ToString();
                            string strfromEmail = message.From.Address.ToString(); // I got Error of Object Refrence
                            string strDisplayName = message.From.Name.ToString();
    How can i retrieve from email using C#? 
    Thanks and regards,
    Hardik Ramwani

    The From Address isn't returned when you use FindItems see
    https://msdn.microsoft.com/en-us/library/office/aa566107%28v=exchg.150%29.aspxto return the From Addresss you need to use either Load or loadpropertiesforitems see
    http://blogs.msdn.com/b/exchangedev/archive/2010/03/16/loading-properties-for-multiple-items-with-one-call-to-exchange-web-services.aspx
    Cheers
    Glen

  • How to retrieve from trash?

    When imovie crashed and I reopened, some files were in the trash. Can't seem to figure out how to retrieve them and restore my project to how it was.Any advice anyone?

    Ok, I quit iMovie then when I re-opened the files were draggable. That's a relief as I didn't fancy re-importing them.

  • 2nd External Drive - how to restore from Time Machine backup?

    I have had Time Machine configured to back up my photos and videos on an external drive. My Time Machine backup is a separate drive attached to my MacBook by FireWire. I have Leopard OS. I have in the past successfully retrieved deleted photos from the Time Machine backups using iPhoto.
    Now, unfortunately, the external drive with the photos and videos has developed a problem (possibly power-related) so that my MacBook no longer recognizes that drive. Obviously, this means that iPhoto can't find/open that photo library. Which means that iPhoto can't access the backup via Time Machine. Help! The photos must surely be on the Time Machine backup but I can't figure out any way to retrieve them.

    callipygia600,
    This one's easy. Purchase a new drive to replace the one that went "belly up." Format (erase) it using Mac OS Extended, and give the volume that will be created the exact same name as the bad drive. Navigate into the new (empty) volume in the Finder, then open Time Machine from the Dock.
    You should be able to navigate "back in time" and see the backed up contents. Select everything you see, and click "Restore." It will all be restored to your new external drive. The key is to use the same name for the new drive.
    In the meantime, your backup can be accessed in the Finder if necessary. Using the Finder, navigate into the "Backups.backupdb" folder on the backup drive, then into the latest backup. You will see one folder named for your startup disk, and another named for your secondary/external volume. Within that second folder you will find the items that were stored on the bad drive. You can safely copy these to another volume using the Finder, but do not attempt to move or modify them otherwise (do what you like with the copies).
    Scott

  • How to backup from Time Capsule to external HD?

    How to set up files backup from Time Capsule to external HD?
    Here is configuration: MacBook + MacAir + Time Capsule (which I use as a storage) + 2Tb WD MyPassport (USB connected to TimeCapsule)
    I keep files like photos on TimeCapsule to be available by WiFi and I want to set up my Time Machine to backup picture folder from TimeCapsule to MyPassport HD.

    Time Machine can't back up a network volume. You'll have to use third-party software. I don't have a specific recommendation. There is no efficient way at all to back up a Time Capsule, which is why it should only be used as a backup destination, not as a general-purpose file server.

  • How to restore from Time Machine?

    Hello, my Macbook Pro's hard disk failed. A local service (not Apple - this is Romania) changed my hard disk to a new one, put the Snow Leopard system back and copied most of the files from my old hard disk to the new one. But not all my files are OK, some of them are damaged.
    This happend in 7 december and I have a Time Machine copy from 22 of November which would be good for me.
    How should I proceed - restore the whole system from Time Machie - or can I restore only parts of it (like mail, photos, etc.)?
    Thanks
    Tamas

    Read thru this, Pondini is the reident Time Machine guru.
    It should answer all your questions.
    http://pondini.org/OSX/Home.html
    Hope this helps

  • How to restore from Time Machine after HD change?

    Hi I am having my hard drive replaced due to the issue with the Seagate hard drives. I have a Lacie NAS which is working with Time Machine. I wanted to know, once I have my iMac back with a new hard drive, how do I restore everything from Time Machine?
    Thanks

    Have a look at this thread I posted in earlier and the various links in Pondini's excellent Time Machine resource I linked to:
    https://discussions.apple.com/message/20367932#20367932

  • How to restore from Time Machine WITHOUT install discs using a second Mac

    It's a question that is asked repeatedly all over the web by Mac users like me that bought in to Time Machine (TM) on the assumption that if their computer died one day it would be a piece of cake to restore from it, only for that day to come and then to be told "ahh, okay the first thing is to get your computers install discs..." (loud crashing sound of world falling around ears).
    I've never been able to afford a new Mac and both of my machines were bought second-hand. Neither came with Leopard (both have Tiger and have been upgraded to Leopard via the net). This was never supposed to be a problem as I've been backing up with TM. However it appears that Tiger discs are as much use as an inflatable dart board when it comes to using TM. So I've been faced with the possibility of having to spend £130 (about two hundred Pres Sheets, Yankees) on the Leopard install discs just so that I can have the option of restoring from TM. Bonkers.
    However after much nashing of teeth, a very long weekend learning all sorts of things about 'Target Mode', 'Single User Mode', 'Verbose Mode', 'Open Source 9' etc the following solution has worked without the need to go out and buy those over-priced discs...
    What you will need:
    1 broken Mac requiring restoration
    1 second donor Mac running Leopard (or Snow Leopard so long as the broken Mac can run it)
    1 firewire cable with the correct fitting at either end to attach both Macs together
    1 Time Machine backup
    Note: The following is for when you have given up trying to boot from your hard drive. In my case I couldn't boot in to Safe Mode etc. so was forced to format my drive and re-import everything. If you've read this far I'm assuming your at the same point as well and have tried everything else that's out there first.
    Also - both my Macs are Power PC's so can't run Snow Leopard, so I can't say 100% this will work with SL (Intel) machines. From what I've read Snow Leopard will work with this procedure too, but if you've found differently please feel free to add your experiences below...
    STEP ONE: Format the corrupt Hard Drive or replace with a fresh HDD
    *Link the two computers with a firewire.
    *If you're replacing your HDD, remove your corrupted hard drive from the 'broken' machine and insert a new one.
    *Power up the broken Mac whilst holding down the 'T' key. This will start it up in Target Mode and you'll get a nice firewire symbol floating around that machine's screen.
    *Power up the second 'healthy' Mac. This will be our 'donor' machine. When it starts up after a few seconds you will see the hard drive of the broken Mac appear on the donor Mac's desktop.
    *Using your donor Mac's 'Disc Utility', format the broken Mac's hard drive (now's the time to partition it etc. if you want to).
    STEP TWO: Clone your donor Mac
    Your broken Mac is no longer broken and now needs a new OS. But you don't have the discs, right? Well get this... you can clone your donor mac on to your machine, even if they are totally different i.e. a laptop on to a tower.
    *Again using Disc Utility, click on your donor Mac's hard drive. The restore tab appears as an option.
    *Click on restore and drag the donor Mac's hard drive that contains the operating system in to the Source box.
    *Drag the newly formatted hard drive on the broken Mac in to the Destination box.
    *Click restore. Your donor Mac's hard drive will now be 'cloned' on to your no-longer-broken Mac. Once this is done, eject the first Mac's hard drive from your donor Mac's desktop. You no longer need the donor Mac.
    Ta daa! Your machine now starts up happy and smily again. Time to restore all that stuff that's been sat on your Time Machine drive...
    STEP 3: Restore from Time Machine using Migration Assistant
    This is the really clever part that prompted me to write this piece in the first place. Time Machine IS accessible without those Leopard install discs you don't have. You need to use something called 'Migration Assistant'.
    *Start up your machine as normal and you'll see it is an exact clone of the donor machine. Weird huh?
    *Attach your Time Machine hard drive. It will show up as an icon on the desktop and because of it's size, you'll be asked if you want to use it as a Time Machine backup. Err, NO YOU DON'T! Click 'cancel'.
    *Open Migration Assistant (if you can't find it just type it in to Finder and click). There are three options, the middle one being to restore from TM or another disc. Yup, you want that one.
    *Migration Assistant will now ask you what you want to restore in stages, firstly User Accounts, then folders, Apps etc. It will even import internet settings
    And that's you done. Let Migration Assistant do it's thang... altogether I had about 140gb to restore, so it wasn't exactly speedy. This wasn't helped by the fact that my TM hard drive is connected via USB (yes, I know). Just leave it alone and it'll whirr happily away...
    Before I go - you don't have an option of when to restore from, and will restore from the last Time Machine save. At least then you should be able to access TM and go 'backwards' if you need to.
    Also - for a Mac expert, the above will be up there with 'Spot Goes To The Farm' in terms of complexity. However, for the rest of us the above is only available in fragments all over the net. By far the most common response to 'how do I restore from Time Machine without install discs' is 'you can't'. If I'd found the above information in one place I could have saved a lot of hair pulling and swearing over the last couple of days, so forgive me for sharing this workaround with the rest of the world. Meanwhile your expertise will come in very handy for the inevitable questions that will get posted below, so please feel free to help those people that won't be sure if this solution is the right one for them. I'm no expert, I just want to help people that were stuck in the same situation (and looking at the web, there's a LOT of them).
    Hope this is of use to someone, thanks and *good luck*!

    Most maintenance and repair, restore and install procedures require the use
    of the correct OS X install DVD; be it an original machine-specific restore/install
    disc set or a later retail non-specific general install disc set.
    By having an unsupported system, perhaps installed via an illegal download or
    other file-sharing scheme, where no retail official discs are involved and the
    initial upgrade was done by other means outside of the License Agreements,
    you are asking us to discuss a matter of illegal installation and use of a product.
    There are no legal complete OS X system download upgrades online; only bits
    that are update segments to a retail or as-shipped machine's original OS X install.
    +{Or an installation where a previous owner had correct retail upgrade discs, &+
    +chose to not include them with the re-sale of the computer it was installed in.}+
    However, to answer the initial question. To get and use an externally enclosed
    hard drive in suitable boot-capable housing, and get a free-running Clone
    Utility (download online; often a donation-ware product, runs free) you can
    make a bootable backup of everything in your computer to an external HDD.
    This is the way to make a complete backup to restore all functions to the computer.
    The Time Machine has some limits, in that it can restore only that which it saves.
    It does not make a bootable clone of your entire computer system with apps and
    your files, to an external drive device. A clone can. And some of the clone utility's
    settings can also backup changes to an external drive's system; if that other drive
    is attached to the computer correctly.
    Carbon Copy Cloner, from Bombich Software; and also SuperDuper, another of
    the most known software names you can download and use to clone boot-capable
    system backups of your computer's hard disk drive contents, are often cited.
    However you resolve the matter of the running OS X system in your computer,
    derived from what appears to be questionable means, is part of the initial issue.
    Since you do need to be able to fix an existing installation by unmounting the
    computer's hard disk drive and run the computer from the other (install disc or
    system clone) while it is Unmounted; and use the correct Disk Utility version to
    help diagnose and perhaps be able to fix it. You can't use a Tiger version Disk
    Utility to fix a Leopard installation, and so on.
    So, the situation and replies as far as they can go (since the matter does
    constitute an illegal system, if it was arrived at without correct discs) is a
    limited one. And file sharing of copied Mac OS X (and other) software is
    also considered illegal.
    And, one way to get odd malware and unusual stuff, is to get an unauthorized
    system upgrade from an illegal source online. You never know what's inside it.
    The other reply was not a personal attack; the matter is of legal status and as
    you have a product with a questionable system, the answer is to correct it.
    And if you want to save everything in your computer, make a clone to a suitable
    externally enclosed self-powered boot capable hard disk drive. With older PPC
    Macs, that would best be to one with FireWire and the Oxford-type control chips.
    However that works out...
    Good luck & happy computing!

  • ITunes library disappeared and cannot reinstall from Time Machine

    I have searched all support threads for my problem -- updated to Mavericks and all my playlists disappeared and audio files that the new itunes didn't seem to know what to do with (meditation i.e.) I've tried to reinstall from Time Machine, but all support threads refer to itunes library and folder which I don't have anymore. I drag it to the desktop and tried to reload from there. I tried to do it directly from TM but get the error message that says something about a file instead of a folder.
    Has anyone else had this

    This is what things should look like:
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/message/13025536 and https://discussions.apple.com/message/17457605

  • How to reinstall from time machine onto a new hard drive?

    how to reinstall the system from time machine to a new hard drive?

    If you are connected to the internet you can do this.
    Boot your computer and immediately hold down command, option and R  (three keys together). This gets you connected with internet recovery.
    See this article for more directions: http://support.apple.com/kb/HT4718.
    This process installs an OS on your blank drive. You can then boot from the fresh OS installation and restore from your Time Machine back up.
    Note that you cannot boot from a TM back up.

Maybe you are looking for

  • Content not visible in Firefox

    Hi! I use your awesome browser as my #1 browser. Since the most recent update, however, I can not see content on Facebook that was available (and works on all other browsers). Here is a link where you can see it working on all other broswers but not

  • J6480 no longer prints color after Mavericks OS X 10.9.4

    I blame myself for upgrading to Mavericks from Snow Leopard, but there's no going back now...All my documents (MSWord, Adobe) print in black and white.  I cannot find the settings to configure color printing (or draft, or fast draft) like I had in Sn

  • Check if Text-Frame was deleted

    Hi, i tried "before.." and "after delete" as events to check wether a text-frame is deleted. But it seems that all "objects" in InDesign except the document and placed images/PDFs do not trigger events. Therfore i have to questions: - can i "do" some

  • Migration to SAP

    Hello Experts, We have a Non SAP system as well as a SAP system. For a particular Co Cd, we enter transactions at both the Co Cds - Now the mgmt has decided to end up with the Non SAP system as it's too much of maintainence. As of now, this is how it

  • Putting a Class Object into a Vector

    HI all I need to put a class object into another classes vector, then be able to read it and retrieve data. I can put the object into the vector but all i seem to be able to retrieve is data like Account@2343c2. Is this some sort of tag? How do i get