HT1766 can i retrieve a specific backup or only the last backup from my iphone from my itunes acct?

I wish to retrieve a specific back up that was done which is not the most previous, how can i specifically retrieve  a back up from a specific date?

See  How to Restore from a Backup   Here...
http://support.apple.com/kb/ht1766

Similar Messages

  • Recover a specific backup from backup history with dbmcli

    hello friends,
    how can i recover a specific backup from backup history with dbmcli with inizialization. in dbmcli i can only find methods for medium recovery. with dbmgui i try "instance" in menu, then "Recovery with Initialization", then i try i choose  admin_state, then i choose the radiobutton recover from backup history. I get my choice with specific date.
    How can I build a script in dbmcli for this scenario. when i am try the command backup_history_open and backup_history_list i cant see the specific backup, what i see in dbmgui.
    the backup history item, that i need has a specific system key "492FB68F0002". with which dbmcli  command i get this system key for recover.
    which command i take for this scenarion db_activate RECOVER?
    many thanks for suggestions,
    christoph

    > how can i record the staments for my script?
    Do you know the "show console" feature in DBMGUI/DB Studio?
    With that you can display all commands used by DBMGUI and the Recovery Wizard.
    > I am looking for an automatism to recover an instance from a specific item from backup history, because we test ower deliverys with import in stms - see return codes.
    Ok, but why do you need a recovery for that?
    Use SNAPSHOTS instead (read the docu [here|http://maxdb.sap.com/doc/7_7/44/c4afa67ca22e17e10000000a114a6b/content.htm]!).
    Create your base instance.
    Create a SNAPSHOT.
    Now run your tests.
    When you finished your tests, simply restore the SNAPSHOT.
    This takes seconds.
    Bring the database online again and run some new tests.
    When you want your initial instance again - just restore the SNAPSHOT once again.
    Really, SNAPSHOTs are made for such a scenario.
    > content for script:
    >
    > 1. stopsap r3 in sidadm context
    > 2. db_admin of instance in dbmcli context
    > 3. recover a specific item from backup history from nfs mount in dbmcli context
    > 4. restartable check in dbcmcli context
    > 5. restart instance in dbmcli context
    > 6. logmode to overwrite in dbmcli context
    > 7. db_offline in dbmcli context
    > 8. startsap all in sidadm context
    Ok. if you still would like to do it  this way... how about this:
    dbmcli -U c -i refresh_db.txt
    refresh_db.txt:
    ==============
    db_admin
    db_activate RECOVER <medium_name> DATA AUTOIGNORE
    db_online
    db_execute SET LOG AUTO OVERWRITE ON
    db_offline
    I leave the stopsap/startsap and the rest of the script to you, but I guess you got the idea.
    BTW: there's no need to check for restart ability of the database after the recovery since by definition all full data restores are restartable with MaxDB!
    So have fun (and go for the SNAPSHOTS instead!).
    regards,
    Lars

  • Can't retrieve data dictionary items in 8.0.5 DB from Powerbuilder

    Hello all,
    I'm using Powerbuilder 7.0 in an actual project.
    The database is Oracle 8.0.5.1.0 for Linux (Distribution is SuSE 6.0)
    There's some strange behaviour which prevents developing with the database:
    - Connected as user system in Powerbuilder. No problems during connect. Trace activated.
    - Appears grapical table list. When trying to retrieve column attributes of selected table Powerbuilder hangs. The grants on the selected dictionary views have been checked and user system has been granted role dba.
    These are the traced statements Only the last one doesn't work - doesn't come back with a result.
    WORKS: SELECT OWNER, TABLE_NAME, TABLE_TYPE
    FROM SYS.ALL_CATALOG WHERE OWNER <> 'SYS'
    AND TABLE_TYPE IN ('TABLE','VIEW') (0 MilliSeconds)
    WORKS: SELECT S.OWNER, S.SYNONYM_NAME
    FROM SYS.ALL_SYNONYMS S, SYS.ALL_OBJECTS O
    WHERE (S.TABLE_OWNER <> 'SYS'
    AND O.OBJECT_NAME = S.TABLE_NAME
    AND O.OWNER = S.TABLE_OWNER
    AND O.OBJECT_TYPE IN ('VIEW','TABLE'))
    UNION SELECT Q.OWNER, Q.SYNONYM_NAME
    FROM SYS.ALL_SYNONYMS Q
    WHERE (Q.TABLE_OWNER <> 'SYS'
    AND Q.DB_LINK IS NOT NULL) (0 MilliSeconds) (5518 MilliSeconds)
    COLUMNS INFORMATION: TABLE=ac OWNER=geco2
    WORKS: SELECT COLUMN_NAME, COLUMN_ID, DATA_TYPE_OWNER, DATA_TYPE, DATA_LENGTH, DATA_PRECISION, DATA_SCALE,
    NULLABLE, DATA_DEFAULT
    FROM SYS.ALL_TAB_COLUMNS
    WHERE TABLE_NAME = 'AC'
    AND OWNER = 'GECO2'
    ORDER BY COLUMN_ID (0 MilliSeconds) (981 MilliSeconds)
    WORKS: SELECT INDEX_NAME, UNIQUENESS
    FROM SYS.ALL_INDEXES
    WHERE TABLE_OWNER = 'GECO2'
    AND TABLE_NAME = 'AC' (0 MilliSeconds)
    WORKS: SELECT COLUMN_NAME, COLUMN_POSITION
    FROM SYS.ALL_IND_COLUMNS
    WHERE INDEX_NAME = 'GECO_ACC_MAIS_ID'
    AND TABLE_NAME = 'AC'
    AND TABLE_OWNER = 'GECO2' (0 MilliSeconds)
    (29c0020): PRIMARY KEY RETRIEVE:
    APPLICATION HANGS: SELECT SYS.ALL_CONS_COLUMNS.COLUMN_NAME, SYS.ALL_CONSTRAINTS.CONSTRAINT_NAME
    FROM SYS.ALL_CONSTRAINTS,SYS.ALL_CONS_COLUMNS
    WHERE SYS.ALL_CONSTRAINTS.CONSTRAINT_TYPE ='P'
    AND SYS.ALL_CONSTRAINTS.TABLE_NAME = 'AC'
    AND SYS.ALL_CONSTRAINTS.OWNER = 'GECO2'
    AND SYS.ALL_CONSTRAINTS.CONSTRAINT_NAME = SYS.ALL_CONS_COLUMNS.CONSTRAINT_NAME
    AND SYS.ALL_CONSTRAINTS.TABLE_NAME = SYS.ALL_CONS_COLUMNS.TABLE_NAME
    AND SYS.ALL_CONSTRAINTS.OWNER = SYS.ALL_CONS_COLUMNS.OWNER
    ORDER BY SYS.ALL_CONSTRAINTS.CONSTRAINT_NAME,SYS.ALL_CONS_COLUMNS.POSITION (0 MilliSeconds)
    I've rerun CATALOG.SQL and CATPROC.SQL; I've installed an 8.0.5-Database under NT and had no problem.
    A collegue working with the Java IDE Forti and connecting with JDBC has a very similar problem.
    At the moment the project can't go on because of this problem.
    Any hint would be welcome
    Thanks
    Juergen
    null

    Hi all, thx for your reply, i have found where is my error :)
    In dbSelectUniqueRow() method,
    //put the attr value into arrayList                               
    for(int j=1; j<=fieldList.size(); j++) {                                       
    columnValues.add((String)rs.getObject(j));
      }i shouldn't put all the value into the arrayList, instead i should put in the primary key,
    Then in client side, I can cast it to remoteInterface. After that, i can retrieve the value in client using
    Staff s = (Staff)home.FindByName("XXX");

  • How can I access a calendar backup from my old iPhone?

    How can I access a calendar backup from my old iPhone?
    I recently had to get a replacement iPhone 4. The tech at the Apple Store thought that I might have had a software problem and recommended that I not "restore from backup," but start this phone as a new device and just sync the apps and what-not. My calendar on my computer was different than the one on my old phone, though, and now I need the data from my old iPhone calendar. I did back up my old phone just prior to taking it to the Apple Store.
    HELP!

    Well what you can do is update to ios5 then use icloud to sync your calandar up to your phone then restore your phone as new and when prompted in the new phone setup put in your icloud username and password and you will have your calandar events back.

  • I have upgrade to IOS 8 and all Fotos are ereased and on my Computer is only the last Backup and there a no Photos now what can i do?

    I have upgrade to IOS 8 and all Fotos are ereased on my Iphone and on my Computer is only the last Backup and there a no Photos now what can i do?

    You really need to try this on a computer, not on the iPad.
    Seeing how what is in the cloud is also on the iPad, if the content is not on the iPad, there is a good chance that the content is lost. But you can try logging into www.icloud.com in a web browser on a computer and log into your account and see if you can get into the Pages app. You may have to sign up for iCloud drive if you didn't do so already. Make SURE you that you read the blurb that will pop up in that window in iCloud for more information.

  • How do I transfer a specific backup from my external hard drive to my mac book air?

    How do I transfer a specific backup from my external hard drive to my mac book air? I downgraded my mac's software from Mavericks to Mountain Lion because of the computer's limations so I need to transfer all the info I had when Mavericks  and down to Mountain Lion. I already went to the Apple Genius Bar and they helped me downgrade, but I want to transfer information from a specific backup on my external hard drive?

    time machine backup?   Go into the backups.backupdb (time machine) and extract out the specific files, drag them to your desktop etc.
    consider in the future additional backup methods than time machine for easy file extraction.
    Methodology to protect your data. Backups vs. Archives. Long-term data protection

  • I upgraded to the new IOS, but lost data and apps. When I try and restore the only backup I see is the one made AFTER the lost data. How can I access an older backup from the cloud?

    I upgraded to the new IOS, but lost data and apps. When I try and restore the only backup I see is the one it made AFTER the lost data. How can I access an older backup from the cloud?

    Why don't you talk to apple and find out if backup exists? That conversation with apple will stop your guessing.

  • When I get to the select disk page it says that the HD is uesd as time machine drive. How can I remove time machine backup from my Mac.

    I am tring to installe OS X Mavericks. When I get to the select disk page it says that the HD is uesd as time machine drive. How can I remove time machine backup from my Mac.

    Open up your Finder and click on Go on the top menu bar. Select Computer and then double click Macintosh HD. In here delete the backup folder. Might be called backups.backupdb.

  • Why can't i see previous backups from two days ago?

    why can't i see previous backups from two days ago?  I only see ones from last year..I sync my phone every time i'm home.

    See Pondini's TM FAQs for starters.

  • HT5772 i can't restore my backup from my itunes cause not enough space on phone.

    i can't restore my backup from my itunes cause not enough space on phone.

    The thing is my disk C: only have 24G space. After backup only left 2G. Can i restore my iphone through different location such as my external hard disk? Can i copy the back up folder to my external hard disk then delete the one at C: ?

  • How do i backup a specific backup from icloud on my iphone 5

    how do i backup a specific backup from icloud on my iphone 5

    Welcome to the Apple Community.
    What do you mean 'back up a back up'

  • HT204053 i lost my iPhone recently and how can i retrieve it using my Apple ID? also, how to turn icloud on using Itunes even if the phone's lost?

    i lost my iPhone recently and how can i retrieve it using my Apple ID? also, how to turn icloud on using Itunes even if the phone's lost?

    Unless you had enabled Find My iPhone on it before it was lost then there isn't any way to locate it (it can only be turned on directly on the phone, it can't be done remotely). If you did enable it then you could try locating it either via http://icloud.com on a computer or Find My iPhone on another device - but that will only work if it's connected to a network and the device hasn't already been wiped and/or Find My iPhone disabled on it.
    If you think that it was stolen then you should report it to the police. You should also change your iTunes account password, your email account passwords, and any passwords that you'd stored on websites/emails/notes etc.

  • HT201252 If I do a restore can I recover apps, music, books download since the last backup?

    My iPad generation 3 will not turn on.  If I do a restore can I recover apps, music, books download since the last backup?

    Restore onto a new device? Yes, provided the backup is complete. If it was done using iTunes, with all synch options enabled, onto local storage and encrypted, the resultant device will be identical in content to the original, have done this with an iPad 1 to a 3 and the 3 to a 5.
    Onto the original device? Need to persuade it to turn on first else no restoring can be done.
    Using iCloud? No idea on degree of completeness. Don't like putting my stuff somewhere beyond my control so don't use it and don't know.

  • How can i transfer my apps backup from icloud to my iphone

    How can i transfer my apps backup from icloud to my iphone

    Follow this guide: https://discussions.apple.com/docs/DOC-3141.

  • How can I undo a back up that combined the contact info from 2 different phones

    how can I undo a back up that combined the contact info from 2 different phones.

    Once you merge contacts with iCloud or any back up for that matter, it will be merged until you go through and decifer which contacts you would like to keep.
    Was it an iCloud backup?

Maybe you are looking for