Forum Discussion

nbmagic's avatar
nbmagic
Level 4
9 years ago

How to extract backup data from 7.0 NB to 7.6 NB

I have two NB environments, with different version. Now I need to extract backup data from 7.0NB directly into 7.6NB, both are NFS based. Are there any commands / tools allow me to do that? If ...
  • sdo's avatar
    9 years ago

    1a) Create an NFS export somewhere, e.g. named "nbuxferA"

    1b) Create an NFS export somewhere, e.g. named "nbuxferB"

    2) Mount "nbuxferA" on masterA (7.0)

    3) Mount "nbuxferB" on masterB (7.6)

    4) On masterA create a Basic Disk storage unit pointing to the mounted export nbuxferA

    5) On masterB create a Basic Disk storage unit pointing to the mounted export nbuxferB

    6a) On masterA duplicate an image to stu-masterA-nbuxferA

    6b) Manually copy (not move) the files from "nbuxferA" to "nbuxferB"

    7a) On masterB do a phase 1 import of backup images from stu-masterB-nbuxferB

    7b) On masterB do a phase 2 import of backup images from stu-masterB-nbuxferB

    8) On masterB duplicate the images from stu-masterB-nbuxferB to some other storage unit

    9) On masterA expire the "copy number" of the copy of the image on stu-masterA-nbuxferA

    10) On masterB expire the "copy number" of the copy of the image on stu-masterB-nbuxferB

    .

    Warning:  Do NOT be writing and reading at the same time.