Forum Discussion

kproehl's avatar
kproehl
Level 5
13 years ago

netbackup snapmirror

 

Is there a way to configure netbackup (with a flag or option?) to "delete" the snapmirror when the backup is done.  See below

 

  %/used       %/total  date          name
----------  ----------  ------------  --------
  0% ( 0%)    0% ( 0%)  Sep 12 08:02  hourly.0
  0% ( 0%)    0% ( 0%)  Sep 12 00:01  weekly.0
  0% ( 0%)    0% ( 0%)  Sep 11 20:01  hourly.1
  0% ( 0%)    0% ( 0%)  Sep 11 16:02  hourly.2
  0% ( 0%)    0% ( 0%)  Sep 11 12:01  hourly.3
  0% ( 0%)    0% ( 0%)  Sep 11 08:02  hourly.4
  1% ( 0%)    0% ( 0%)  Sep 11 00:03  nightly.0
  1% ( 0%)    0% ( 0%)  Sep 10 20:02  hourly.5
  1% ( 0%)    1% ( 0%)  Sep 10 00:02  nightly.1
  1% ( 0%)    1% ( 0%)  Sep 09 00:06  snapshot_for_smtape.76517bc8-dc2b-11e0-b850-00a0981759b2.0 (snapmirror)

  • Just has a quick look in the NetBackup for NDMP:NAS Appliance Information manual

    http://www.symantec.com/business/support/index?page=content&id=TECH31885

    & it looks like there's another environment variable you can set:

    SET type = smtape
    SET SMTAPE_DELETE_SNAPSHOT = Y
    /volume_to_back_up

    where: (for SET SMTAPE_DELETE_SNAPSHOT = Y)

    "Use this variable if you want the snapshot to be deleted after the backup completes. A snapshot is taken of the volume before the backup is written to tape. Deleting the snapshot saves storage space."

1 Reply

  • Just has a quick look in the NetBackup for NDMP:NAS Appliance Information manual

    http://www.symantec.com/business/support/index?page=content&id=TECH31885

    & it looks like there's another environment variable you can set:

    SET type = smtape
    SET SMTAPE_DELETE_SNAPSHOT = Y
    /volume_to_back_up

    where: (for SET SMTAPE_DELETE_SNAPSHOT = Y)

    "Use this variable if you want the snapshot to be deleted after the backup completes. A snapshot is taken of the volume before the backup is written to tape. Deleting the snapshot saves storage space."