Forum Discussion

noazara's avatar
noazara
Level 6
12 years ago

nbu bpduplicate

command to duplicate from tape to disk?

Tapes have been imported from site A to site B.

 

On site B phase 2 import completed successfully.

 

Now restore needs to be done from disk on site B.For this we need to duplicate to local disk on site B.(AND THAT WILL BE PRIMARY COPY.ONLY ONE COPY IS NEEDED.

 

PLEASE PROVIDE THE COMMAND.

 

sudo ./bpduplicate -id L00005  -dstunit STU1-DD

Duplicate started Tue 02 Jul 2013 03:16:25 PM CDT
Activity monitor job id = 14569
INF - found no images or media matching the selection criteria
 
 
 
  • This is how easy it is ...

    root@nbmaster00 admin $ bpmedialist -m E01010 -mcontents
    media id = E01010, allocated 07/02/2013 14:31, retention level = 1
     
    File number 1
      Backup id = nbmaster00_1372800666
      Creation date = 07/02/2013 14:31
      Expiration date = 07/16/2013 14:31
      Retention level = 1
      Copy number = 1
      Fragment number = 1
      Block size (in bytes) = 65536
     
    Then for each backupid (only one on this tape)
     
    root@nbmaster00 admin $ bpduplicate -backupid nbmaster00_1372800666 -dstunit nbmaster00-disk
    Duplicate started Tue 02 Jul 2013 03:28:47 PM PDT
    Activity monitor job id = 485
    INF - Skipping backup id nbmaster00_1372800666, it already has 2 copies.
     
    INF - found no images or media matching the selection criteria
    root@nbmaster00 admin $ bpduplicate -backupid nbmaster00_1372800666 -dstunit nbmaster00-disk
    Duplicate started Tue 02 Jul 2013 03:29:57 PM PDT
    Activity monitor job id = 486
    INF - Skipping copy 2 of backup id nbmaster00_1372800666, is not required copy 1.
     
    INF - Destination storage unit nbmaster00-disk on host nbmaster00
    INF - Duplicating policy tape schedule Full backup id nbmaster00_1372800666 copy 1 created on 07/02/2013 14:31:06 on source media id E01010
     

     

19 Replies