Using VDR for medium level restore file?

Hi all

I have been using camera VDR v 1.0.2 for some time and I was wondering if there is a possibility to recover/restore a file inside the virtual Solaris/Unix/Linux machine?

Thank you

Kind regards

AWT

With the help of old customer backup inside the virtual machine mode.

Tags: VMware

Similar Questions

  • Problem with the archive log when you use RMAN for backup and restore (11g 2)

    Hello world
    Please help me solve this problem.
    I'm just beginner in Oracle Database (11 g 2). Today, I had a problem, I tried to back up and restore my db by RMAN. I delete all the files in /u01/app/oracle/oradata/orcl / * , then I restore them easily, but the point is I have a table, I can restore Hungarian, but cannot restore anything ranks in it (something wrong with step restore database). I'll tell the detail below.
    -First, I create a 'Day' with command table create table hr.day (varchar (20)) day. Then I backup complete by this:
    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_FULL_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 0 tag 'DB_FULL' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_FULL' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }


    D ' other hand, I have insert 'Monday' to table. then do an incremental backup by this:

    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_INC_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 1 tag 'DB_INC' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_INC' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }

    Repeat 7 times (Monday-> Saturday). And I got these files:

    [oracle@rac ~]$ ls -l /u01/backup/
    total 400280
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 07:23 c-1428943247-20160120-01
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:04 c-1428943247-20160120-02
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:05 c-1428943247-20160120-03
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:06 c-1428943247-20160120-04
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-05
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-06
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:09 c-1428943247-20160120-07
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:32 c-1428943247-20160120-08
    -rw-r----- 1 oracle oinstall 296337408 Jan 20 07:23 DB_FULL_ORCL_20160120_s89_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 07:23 DB_FULL_ORCL_20160120_s90_p1
    -rw-r----- 1 oracle oinstall   2266624 Jan 20 07:23 DB_FULL_ORCL_20160120_s91_p1
    -rw-r----- 1 oracle oinstall   4073984 Jan 20 07:23 DB_FULL_ORCL_20160120_s92_p1
    -rw-r----- 1 oracle oinstall  11201536 Jan 20 07:23 DB_FULL_ORCL_20160120_s93_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:05 DB_INC_ORCL_20160120_s100_p1
    -rw-r----- 1 oracle oinstall    146944 Jan 20 08:05 DB_INC_ORCL_20160120_s101_p1
    -rw-r----- 1 oracle oinstall    884736 Jan 20 08:06 DB_INC_ORCL_20160120_s103_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:06 DB_INC_ORCL_20160120_s104_p1
    -rw-r----- 1 oracle oinstall     82432 Jan 20 08:06 DB_INC_ORCL_20160120_s105_p1
    -rw-r----- 1 oracle oinstall    294912 Jan 20 08:07 DB_INC_ORCL_20160120_s107_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:07 DB_INC_ORCL_20160120_s108_p1
    -rw-r----- 1 oracle oinstall     18944 Jan 20 08:08 DB_INC_ORCL_20160120_s109_p1
    -rw-r----- 1 oracle oinstall    155648 Jan 20 08:08 DB_INC_ORCL_20160120_s111_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:08 DB_INC_ORCL_20160120_s112_p1
    -rw-r----- 1 oracle oinstall    131584 Jan 20 08:08 DB_INC_ORCL_20160120_s113_p1
    -rw-r----- 1 oracle oinstall    647168 Jan 20 08:09 DB_INC_ORCL_20160120_s115_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:09 DB_INC_ORCL_20160120_s116_p1
    -rw-r----- 1 oracle oinstall      8704 Jan 20 08:09 DB_INC_ORCL_20160120_s117_p1
    -rw-r----- 1 oracle oinstall   2203648 Jan 20 08:04 DB_INC_ORCL_20160120_s95_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:04 DB_INC_ORCL_20160120_s96_p1
    -rw-r----- 1 oracle oinstall   1899008 Jan 20 08:04 DB_INC_ORCL_20160120_s97_p1
    -rw-r----- 1 oracle oinstall    327680 Jan 20 08:05 DB_INC_ORCL_20160120_s99_p1

    And
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    80      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    81      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    82      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    83      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    84      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    85      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T072332
    86      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    87      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    88      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    89      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080440
    90      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    91      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    92      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    93      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080545
    94      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    95      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    96      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    97      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080657
    98      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    99      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    100     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    101     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080801
    102     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    103     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    104     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    105     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080844
    106     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    107     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    108     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC

    My configuration of rman:
    RMAN> show all;
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u01/backup/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/u01/backup/backup_df%t_s%s_s%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome/dbs/snapcf_orcl.f'; # default

    - Thirdly, i removed all file in /u01/app/oracle/oradata/orcl/*. then restore control file from the newest backup control file (saturday backup) + restore database. Seem nothing's wrong here.
    RMAN> restore controlfile from '/u01/backup/c-1428943247-20160120-08';
    Starting restore at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=20 device type=DISK
    channel ORA_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:09
    output file name=/u01/app/oracle/oradata/orcl/control01.ctl
    output file name=/u01/app/oracle/flash_recovery_area/orcl/control02.ctl
    Finished restore at 20-JAN-16

    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2

    RMAN> restore database;
    Starting restore at 20-JAN-16
    Starting implicit crosscheck backup at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=18 device type=DISK
    Crosschecked 29 objects
    Finished implicit crosscheck backup at 20-JAN-16

    Starting implicit crosscheck copy at 20-JAN-16
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Finished implicit crosscheck copy at 20-JAN-16

    searching for all files in the recovery area
    cataloging files...
    no files cataloged

    using channel ORA_DISK_1
    using channel ORA_DISK_2

    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /u01/app/oracle/oradata/orcl/system01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /u01/app/oracle/oradata/orcl/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /u01/app/oracle/oradata/orcl/undotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u01/app/oracle/oradata/orcl/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u01/app/oracle/oradata/orcl/example01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_FULL_ORCL_20160120_s89_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_FULL_ORCL_20160120_s89_p1 tag=DB_FULL
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:15
    Finished restore at 20-JAN-16

    -Fourth, the problem here, I got the database;
    .. .every oky until this line...
    starting media recovery

    channel ORA_DISK_1: starting archived log restore to default destination
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=15
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_INC_ORCL_20160120_s117_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_INC_ORCL_20160120_s117_p1 tag=ARCL_BKP_INC
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archived log file name=/u01/app/oracle/flash_recovery_area/ORCL/archivelog/2016_01_20/o1_mf_1_15_c9xsyx9k_.arc thread=1 sequence=15
    unable to find archived log
    archived log thread=1 sequence=1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/20/2016 08:50:22
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 1205841

    The error said that it is impossible to find the archived log thread = 1 sequence = 1. Then I check it with this command always there (oh, I'm wrong?)
    RMAN> list backup of archivelog all;
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    82      2.16M      DISK        00:00:00     20-JAN-16     
            BP Key: 82   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s91_p1

      List of Archived Logs in backup set 82
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1154833    20-JAN-16 1177422    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    83      3.88M      DISK        00:00:00     20-JAN-16     
            BP Key: 83   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s92_p1

      List of Archived Logs in backup set 83
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1162729    20-JAN-16 1188784    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    84      10.68M     DISK        00:00:01     20-JAN-16     
            BP Key: 84   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s93_p1

      List of Archived Logs in backup set 84
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    2       1177422    20-JAN-16 1201833    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    88      1.81M      DISK        00:00:01     20-JAN-16     
            BP Key: 88   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s97_p1

      List of Archived Logs in backup set 88
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    3       1201833    20-JAN-16 1204844    20-JAN-16
      1    4       1204844    20-JAN-16 1204893    20-JAN-16
      1    5       1204893    20-JAN-16 1204958    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    92      143.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 92   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s101_p1

      List of Archived Logs in backup set 92
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    6       1204958    20-JAN-16 1205034    20-JAN-16
      1    7       1205034    20-JAN-16 1205253    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    96      80.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 96   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s105_p1

      List of Archived Logs in backup set 96
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    8       1205253    20-JAN-16 1205354    20-JAN-16
      1    9       1205354    20-JAN-16 1205433    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    100     18.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 100   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s109_p1

      List of Archived Logs in backup set 100
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    10      1205433    20-JAN-16 1205519    20-JAN-16
      1    11      1205519    20-JAN-16 1205559    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    104     128.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 104   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s113_p1

      List of Archived Logs in backup set 104
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    12      1205559    20-JAN-16 1205624    20-JAN-16
      1    13      1205624    20-JAN-16 1205739    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    108     8.00K      DISK        00:00:00     20-JAN-16     
            BP Key: 108   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s117_p1

      List of Archived Logs in backup set 108
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    14      1205739    20-JAN-16 1205796    20-JAN-16
      1    15      1205796    20-JAN-16 1205840    20-JAN-16


    If i ignore it and open the database, just my table in full backup come back but rows was not restored. I'm sure the problem is my archive log backup but i don't know how to solve it. Plz help me.

    Sorry for a long post.

    > 1 and from the 1205841 SNA sequence

    The SCN that indicates Oracle is above the range of SNA that you have in the ArchiveLog backups for sequence 1 to 15 (15 sequence ends at 1205840).

    The message

    channel ORA_DISK_1: restoring archives Journal

    Archives journal thread = 1 sequence = 15

    channel ORA_DISK_1: backup/u01/backup/DB_INC_ORCL_20160120_s117_p1 piece reading

    channel ORA_DISK_1: piece handle = / u01/backup/DB_INC_ORCL_20160120_s117_p1 tag = ARCL_BKP_INC

    indicates that he has restored the sequence up to 15

    You can check the log file alert database instance for messages on the fact of recovery.

    He is now asking sequence #1 it seems you did a RESETLOGS after sequence #15.

    Note: If you have NOT issued a COMMIT after the line is INSERTED in the table 'Day', the recovery of the database will have no * transactions * to retrieve.  An uncomitted transaction is cancelled.

    Hemant K Collette

  • Detail of computer Vista Business 32 lost in hurricane. How can I reinstall and activate Vista to the new computer and use the backup image to restore files and programs on the new computer?

    Home built computer with Vista installed detail. I always have backups who intend to reinstall on the machine even if the HDD or MB went bad. Full image backup was on the hard drive of withdrawal which do not damaged. Never planned to lose computer any wave of sandstorm. I reinstalled on the same computer successfully before but never tried to migrate to a new computer.  Cannot uninstall Vista from your old computer, because it was submerged in salt water and died. I am not very well informed, but I can follow directions.  Thank you.

    You don't have to worry about uninstall on the destroyed computer, because it is not usable.

    And no message is sent when you uninstall any computer anyway.

    When you perform the Activation on the new computer, if you have problems of activation to the phone option I have included and do not take the road to auto answer, but brace yourself for a real person to talk to you.

    Then you can explain what happened.

    "How to activate Vista normally and by Activation of the phone '

    http://www.Vistax64.com/tutorials/84488-activate-Vista-phone.html

    See you soon.

    p.s. Sorry missed that one.

    If you have problems with Office, contact Microsoft on this issue too.

  • Using iCloud for other files storage

    Hello

    I bought an extra storage in the hope that I can save files other than those created by Apple applications. In particular, I want to back up all my photos that are currently managed by Photoshop, as I am a passionate photographer. I fight to see how I can use iCloud for anything other than files created by Apple apps.

    Anyone know if this is possible?

    Thank you very much.

    No, it is not possible. You can use iCloud for storing photos using the Photos app and iCloud photo library:

    iCloud Photo library FAQ - Apple Support

    iCloud Photo Library help - Apple Support

    To save your photos in a Cloud Computing service, you need to use Dropbox or similar cloud service.

    See you soon,.

    GB

  • Unable to restore files in Vista Home Premium

    Don't know which forum it might be suitable for.  Cannot restore files backed up with the backup and restore on a new install of Vista.

    Unfortunately, I did a system restore which did a factory reset (FAT fingers-involuntary). Was trying to solve a problem of driver.  The reset fixes this issue.

    I did a backup of files using backup and restore to 3 days before, so I have a backup available.  The files are on a hdd external usb. I tried to restore using advanced restore "from another computer.   I made a first return to the top on the reinstalled Vista and now I have 2 backups on the hard drive. When I try to restore old save I get 'incorrect parameter (0 x 80070057)' ' the location is correct and try again.   Its on the same drive as the new backup. The new back-up works fine as I tried restoring file as a test.

    I went to the folder properties to ensure that the system and the users have full control for the hard drive and all files. When I open them back up, files have full control, but the single play button is shaded. Don't know if this is linked from the new folder is similar.

    I took the hard drive to another laptop under Vista (SP1) and have the same problem when you try to restore "from another computer.

    I have looked through the forums and see nothing similar, although I've seen some that are close on the web - with no solutions.

    Any suggestions?

    Thank you
    Nathan

    Running on a HP 6042n/AMD/3 g / 300 G HD with Vista Home Premium SP1

    With a backup only the files you have access to diskmgmt.msc. This allows you to change the drive letter of the drive backup USB than it was when you made the backup.

    Click Start, type:
    diskmgmt.msc
    Rightclick the USB key and change the drive letter.

    Messages rating helps other users

    Mark L. Ferguson MS - MVP

  • Using VDR backups off-site

    I have a situation where I have servers in both datacenters, VMware 3 servers in a datacenter and 1 physical system in the other. I would like to know if I could use VDR for a data center with VMware servers to back up to one network to another physical data center machine with a nas storage unit connected to the phsicle Server? can I mount the drive of the physical server in this data center to the VDR in the Vcenter Server VMware systems in the data center seprate.

    Data centers are seprate and I intellectual property in two data centers...

    Any ideas or help would be useful...

    No problem, as long you can do windows file sharing and the VDR unit can reach the share that you'll be good to go.

  • VDR 2.0 does not not with file-level restore Client

    I've recently upgraded to vsphere 5 and vdr 2.0. VDR works well, but the file restore client does not connect to the vdr unit. It indicates that the data recovery service is not running on the device that you connect to. If someone has experienced the same problem or there at - it a new version, if the level of restoration of customer for vdr 2.0 files?

    Thank you!

    Yes, there is a new version of the restoration at the level of the Client files in the ISO Image. You can find it in the directory: WinFLR for Windows and LinuxFLR for Linux.

    Paul

  • POS 6.0 - file-level restore

    Hey guys,.

    I have tried the new VDP 6.0 to see if it can replace our backup solution existing and well except for file-level restores.

    I managed to get the virtual machine is saved and I know that to make a "level of restoration of files" or FLR, I have to connect to https:// < IP_of_your_VDP_appliance >: 8543/flr of the virtual machine itself.  I would like to know if I can do a restore from another machine as my own workstation?  That would make it a little easier for me or helpdesk guys perform restorations, but I can't figure out how to do this.

    Anyone?

    Nick

    Your workstation is a physical machine? Therefore, it is not part of a backup of VDP job. You can use a virtual machine that is included in a backup of VDP job to perform a restore of file regardless level login to basic or advanced. Try to add another virtual machine to the backup job, and then open a session guest virtual machine OS second and try to restore a file from the first saved VM. Keep in mind the guest OS types should be similar (Windows or Linux).

  • With server 2012 POS file level restore

    When I run a backup on a virtual machine running Server 2012 and then try to navigate this image to the file level using the Data Protection restore vSphere Client, I can't do it. I can ride with success and can see the image, but when I try to extend down to the level of the file I can't do. When I get the images running Server 2008 R2 however, I can browse to the level of the files without a problem. I was wondering if there is a problem of compatibility between the Data Protection of restoration of Client and server 2012? Also, as a quick add, I can restore a server running VM 2012 using the full image, so backups work fine on the 2012 VM server. It would just be nice to be able to navigate and file level restore. Any help with this would be greatly appreciated!

    This is probably a limitation around file systems THAT VDP currently support for FLR. Please see page 74 of the VDP Admin guide:

    http://www.VMware.com/files/PDF/products/vSphere/VMware-vSphere-data-protection-Administration-Guide.PDF

  • VDP file level restore gives only a blue screen in the browser

    We have deployed the POS device a few weeks ago and except some problems it seems to do it's job base that is place backup and restore of virtual machines. But when Itried to use the level of the customer restore file web it don't work for us. On a Server Windows 2008 R2 and a virtual Windows 7 machine saved upward by the VDP, both with the latest VM tools installed, I open a browser and point it to https://VDP_IP:8543 / flr , it shows a certificate waring that I choose to accept (using the cert standard vCenter for now) and it loads a blue screen , but nothing more, and I have no connection box. I tried to restart the POS and the virtual machine, but it still doesn't work. I've attached a screenshot of what it looks like.

    We use assessment and had no assistance to open a SR.

    Anyone has any ideas or might have seen the same problem?

    I think the problem is arround the Microsoft IE. Maybe you can try with another browser, firefox seems to work.

    Hope that soon, there is a solution for this problem.

  • Restoring files VDR

    OLA,

    Implantei em um para LAB tests sober VDR, lendo o a ferramente (as por sinal, simple e muito funcional) I found o vdrfilerestore.exe

    I found nada não serve para esclarecedor what, clearly, como, como use works pre?

    Agradea§o an ajuda.

    Obrigado

    BOM Dia,.

    FLR significant file level restore, I think nao preciso explain acordo com a traducao... rsrs

    Da uma look nesses links abaixo:

    http://blogs.VMware.com/uptime/2009/11/VMware-data-recovery-11-and-file-level-restore.html (A versão but nova e a 2.0, very principle semelhante e o).

    http://www.VMware.com/files/PDF/products/Dr/VMware-data-recovery-evaluation-guide.PDF (page 19)

    ABCs

  • Restore files after restoring the image using Windows backup

    Running W7 pro 64-bit. Had the problems of virus/malware, finally restored my discs from image system, dated 2 weeks ago and then restore backup files dated Windows from yesterday.

    When I go to save / restore my files, the update does not list a backup happened 2/14, the date of the restored image. When I go to manage Windows backup disk space, and then select backup period to remove the last date is 3/1, when I did the last backup. The date & time system is running with a date of 3/2.

    How can I fix it?

    Hello

    Thank you for visiting Microsoft Community.

    As I understood it, you experience the problem with changes to date during the restoration of files after restoring the image using Windows backup on the system.

    Certainly, I understand your concern.

    I suggest refer you to the articles below and check if that helps.

    Backup and restore: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows/back-up-restore-FAQ#1TC=Windows-7

    Restore files from a backup

    http://Windows.Microsoft.com/en-us/Windows/restore-files-backup#1TC=Windows-7

    Note: The article above will help you restore backed up version of the files that are lost, damaged, or changed accidentally. You can also restore files individual, groups of files, or all files that you have saved.

    Recovery and data backup

    https://msdn.Microsoft.com/en-us/library/bb727010.aspx?f=255&MSPPError=-2147217396

    I hope this information is useful.

    Please let us know if you need more help, we will be happy to help you.

    Thank you.

  • Box "Always use the selected program to open this kind of file" is grayed out out__cant change file association for any type of file

    I'm not allowed to change any combination of files for any type of file... If I try to associate a file type with a program that I can't the box is grayed out to always open the file with this program, for example, if I try to open .py (programming in python language file) with python from another program whenever I have to right click and open with python, but if I want to choose the "always use". the selected program to open this type of file"is grayed on I can not change it... pls help

    Hi VikkHckrz,

    1. you remember to make changes to the computer recently?

    Method 1:

    You can consult the following KB article and run the fix it tool available and check if you can assign file association.

    When you run an .exe on a Windows Vista-based or Windows 7 computer file, the file may start another program

    http://support.Microsoft.com/kb/950505

    Also check out the link:

    http://Windows.Microsoft.com/en-us/Windows7/change-which-programs-Windows-uses-by-default

    After running the fixit so check the option is grayed out or not.

    Method 2:

    If you're still having problems, then you can try to change the settings in the registry only if it is present on your computer and check if it helps.

    a. Click Start, type regedit in the search box and press ENTER.

    b. navigate to the

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer

    (c) in the right side of the screen, double click on "NoFileAssociate".

    d. change the value of "NoFileAssociate" from 1 to 0.

    e. exit the registry editor and restart the computer and check.

    Important: The above mentioned steps show you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs.

    For more information about how to back up and restore the registry, follow the steps from the link below:

    http://Windows.Microsoft.com/en-us/Windows7/back-up-the-registry

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How do I restore files using FileHistory.ini under Windows 7

    I accidentally deleted a file sometimes there is and I found that the I erased from the trash. And I found a FileHistory.ini in C:\Users\Administrator\Downloads\IniFiles and deleted file is written there. How can I restore it via this Ini file?

    I am using Windows 7 32 bit

    Hello

    Please contact the Microsoft Community and I apologize for the delay in responding to your request.

    Historical files is not available in Windows 7. It is based on window 8 and 8.1.

    You back up the files before deleting them?

    I you have to check out these items-

    http://Windows.Microsoft.com/en-CA/Windows7/recover-lost-or-deleted-files

    http://Windows.Microsoft.com/en-CA/Windows/restore-files-backup#1TC=Windows-7

    http://Windows.Microsoft.com/en-CA/Windows7/restore-system-files-and-settings

    In addition, you can use free third-party programs of recovery file as well.

    Note: third party software are to be used at your own risk.

    Let us know if it works for you.

  • Restore files by using the backup

    I lost my lightroom catalog and had to use backup to restore files in the catalog folder. Know when I get out of lightroom and you want to start again the files are not there and I have to use backup to restore files folders in lightroom, I had to do this several times.

    What I'm doing wrong, what measures are required at all times to restore the lightroom catalog files.

    I am running Window 7, Lightroom 6

    Hi patrickk,.

    You must know the location for restoration and see: How to save the catalogs in Lightroom

    Kind regards

    Mohit

Maybe you are looking for

  • Re: Dual-boot Windows

    Hello I have Windows Vista on my laptop which are no longer available after installing Xp. I want to dual-boot Vista with Xp. How to do? Can I have reinstall Vista? Any help appreciated. Thank you

  • For HP Pavilion 14-v040tx RAM compatibility

    I want to upgrade the ram on my HP Pavilion 14 - v040tx with Corsair Vengeance 2 x 8 GB 1866 MHz DDR3 ram. When I installed 1 piece of ram, it worked fine, however, when I installed 2 piece of the above mentioned ram of the laptop does not start (all

  • video game screen causes blue/black screen/freezing

    Hoping for help: For some time, I watch any kind of video on my laptop cause a total melt down.  Without warning, appears to be going black and silent, black and his jumping like a disc, or will blue screen and then immediately the black.  It happens

  • Restoration of disks for WIN7

    We just bought a new desktop with WIN7 Pro version of Windows computer. It came with restore discs. Is there a reason to do the comouter itself recovery discs as we had to do with other systems in the past. Ron

  • How do I manually implament air real key?

    How do I manually implament air real key? In addition, what services must be active to keep real active after installation.