Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Commands Reference Guide
  3. Appendix A. NetBackup Commands
  4. nbdelete
Veritas NetBackup™ Commands Reference Guide

Name

nbdelete — remove deleted fragments from disk volumes

SYNOPSIS

nbdelete -allvolumes [-snapshots | tar] [-priority number]

nbdelete -list [-snapshots | tar]

nbdelete -dt disk_type -media_id name [-bpdm_media_server name] [-media_server name] [-storage_server name] [-priority number]

nbdelete -deletion_stats [-U] [-snapshots] -stype server_type [-dp disk_pool_name [-dv disk_volume_name ]]

nbdelete -deletion_stats [-U] -media_id name

nbdelete -purge_snap_deletion_list -stype server_type -media_id name -dp disk_pool_name -dv disk_volume_name [-force]

nbdelete -purge_deletion_list -media_id name [-force]

nbdelete -list

On UNIX systems, the directory path to this command is /usr/openv/netbackup/bin/admincmd/

On Windows systems, the directory path to this command is install_path\NetBackup\bin\admincmd\

DESCRIPTION

The nbdelete command removes all deleted fragments from the disk volumes that are specified on the command line. The -allvolumes option removes the fragments from all volumes that contain deleted fragments. The -dt, -media_id, -media_server, and -storage_server options specify an individual volume where deleted fragments should be removed.

OPTIONS

-allvolumes

Queries the image list in the EMM database to obtain the list of volumes with deleted fragments. It removes the fragments from those volumes and deletes eligible imported snaps, unimported snaps, and NetBackup (tar) images in that order. -allvolumes calls bpdm on master server to delete imported snaps. It also queries the storage servers with unimported snapshots but does not direct bpdm to delete them.

-bpdm_media_server name

Starts up bpdm on the specified media server. Use if a media server has a much faster network connection to the disk volume's storage server for the delete operations.

-bpdm_media_server name

Starts up bpdm on the specified media server. Use if a media server has a much faster network connection to the disk volume's storage server for the delete operations.

-copy_number cnum

Limits the images to be deleted or listed as deletable to the specified snapshot copy number.

-deletion_stats

Displays information about disk fragments in the DeletedImageFragment table or snapshots in the DBM_DeletedSnapReplica table that are ready to be deleted.

Fragment or snapshot records are placed in these tables when their corresponding copies are expired from the NetBackup image catalog. This option queries nbemm to retrieve the number of deletable fragments and the total number KBytes that are waiting to be deleted.

-dp disk_pool_name

Specifies the disk pool name. When -dp is used with -stype but not -dv, then -bprecover returns stats for all images for the disk pool.

-dt disk_type

Specifies the disk type where the deleted fragments should be removed. The following are the valid values for disk_type:

0 - All

1 - BasicDisk

3 - SnapVault

6 - DiskPool

-dv disk_volume_name

Specifies the disk volume name.

-force

Proceeds without asking for user verification.

Note:

Before you run nbdelete with the -force option, ensure that all media servers and valid disks can communicate with the master server. If they are unable, the -force option removes the expired images from EMM but it orphans the image fragments on the disk. Once an expired image is removed from EMM, there is no further attempt to remove the image disk fragments.

-list

Lists imported and unimported snapshots or NetBackup (tar) images eligible for deletion. The list may be limited to the image with the specified backup ID and the specified copy number.

-list name

Specifies the name that represents the media ID of the volume whose deleted fragments are to be removed.

-media_server name

Specifies the name that represents the media server for the volume whose deleted fragments are to be removed.

-media_id

Specifies a 6-character media ID (that is, @aaaa0).

-priority number

Specifies a new priority for the job that overrides the default job priority.

-purge_deletion_list

Removes all entries from deletion lists for a disk volume without trying to contact storage or delete anything from storage. This function is useful if a storage server has been decommissioned but deletable image records are still in the NetBackup catalog.

-purge_snap_deletion_list

Removes all entries from snapshot deletion lists for a disk volume without trying to contact storage or delete anything from storage. This function is useful if a storage server has been decommissioned but deletable image records are still in the NetBackup catalog.

-snapshots

Deletes all eligible imported and unimported image snapshots on all volumes. When -snapshots is used with -deletion_stats on the command line, nbdelete displays stats for deletable unimported snapshots.

-storage_server name

Specifies the name that represents the storage server of the volume whose deleted fragments are to be removed.

-stype server_type

Specifies a disk storage server type. If you do not use the -dp option with -stype, the command returns stats for all images of the storage server type.

-tar name

Deletes all NetBackup (tar) images on all volumes.

-U

User mode query, with text header for each result. Default is comma-separated values.

EXAMPLES

Example 1

# nbdelete -deletion_stats -U -stype AdvancedDisk -dp ad_dp -dv /dv1
Frags : 6
KB    : 2134

Example 2

# nbdelete -deletion_stats -U -media_id "@aaaa0"
Frags : 2
KB    : 64

Feedback

Was this page helpful?
Previous

nbdecommission

Next

nbdeployutil

Feedback

Was this page helpful?