Veritas NetBackup™ Commands Reference Guide
- Introduction
 - Appendix A. NetBackup Commands
- acsd
 - add_media_server_on_clients
 - backupdbtrace
 - backuptrace
 - bmrc
 - bmrconfig
 - bmrepadm
 - bmrprep
 - bmrs
 - bmrsrtadm
 - bp
 - bparchive
 - bpbackup
 - bpbackupdb
 - bpcatarc
 - bpcatlist
 - bpcatres
 - bpcatrm
 - bpcd
 - bpchangeprimary
 - bpclient
 - bpclimagelist
 - bpclntcmd
 - bpclusterutil
 - bpcompatd
 - bpconfig
 - bpdbjobs
 - bpdbm
 - bpdgclone
 - bpdown
 - bpduplicate
 - bperror
 - bpexpdate
 - bpfis
 - bpflist
 - bpgetconfig
 - bpgetdebuglog
 - bpimage
 - bpimagelist
 - bpimmedia
 - bpimport
 - bpinst
 - bpkeyfile
 - bpkeyutil
 - bplabel
 - bplist
 - bpmedia
 - bpmedialist
 - bpminlicense
 - bpnbat
 - bpnbaz
 - bppficorr
 - bpplcatdrinfo
 - bpplclients
 - bppldelete
 - bpplinclude
 - bpplinfo
 - bppllist
 - bpplsched
 - bpplschedrep
 - bpplschedwin
 - bppolicynew
 - bpps
 - bprd
 - bprecover
 - bprestore
 - bpretlevel
 - bpschedule
 - bpschedulerep
 - bpsetconfig
 - bpstsinfo
 - bpstuadd
 - bpstudel
 - bpstulist
 - bpsturep
 - bptestbpcd
 - bptestnetconn
 - bptpcinfo
 - bpup
 - bpverify
 - cat_convert
 - cat_export
 - cat_import
 - configurePorts
 - configureTPCerts
 - create_nbdb
 - csconfig cldinstance
 - csconfig cldprovider
 - csconfig meter
 - csconfig throttle
 - duplicatetrace
 - importtrace
 - jbpSA
 - jnbSA
 - ltid
 - manageClientCerts
 - mklogdir
 - nbauditreport
 - nbcatsync
 - NBCC
 - NBCCR
 - nbcertcmd
 - nbcertupdater
 - nbcldutil
 - nbcloudrestore
 - nbcomponentupdate
 - nbcplogs
 - nbdb_admin
 - nbdb_backup
 - nbdb_move
 - nbdb_ping
 - nbdb_restore
 - nbdb_unload
 - nbdbms_start_server
 - nbdbms_start_stop
 - nbdc
 - nbdecommission
 - nbdelete
 - nbdeployutil
 - nbdevconfig
 - nbdevquery
 - nbdiscover
 - nbdna
 - nbemm
 - nbemmcmd
 - nbfindfile
 - nbfirescan
 - nbftadm
 - nbftconfig
 - nbgetconfig
 - nbhba
 - nbholdutil
 - nbhostidentity
 - nbhostmgmt
 - nbhypervtool
 - nbinstallcmd
 - nbjm
 - nbkmsutil
 - nboraadm
 - nborair
 - nbpem
 - nbpemreq
 - nbperfchk
 - nbplupgrade
 - nbrb
 - nbrbutil
 - nbregopsc
 - nbreplicate
 - nbrepo
 - nbrestorevm
 - nbseccmd
 - nbsetconfig
 - nbsnapimport
 - nbsnapreplicate
 - nbsqladm
 - nbstl
 - nbstlutil
 - nbstop
 - nbsu
 - nbsvrgrp
 - resilient_clients
 - restoretrace
 - stopltid
 - tl4d
 - tl8d
 - tl8cd
 - tldd
 - tldcd
 - tlhd
 - tlhcd
 - tlmd
 - tpautoconf
 - tpclean
 - tpconfig
 - tpext
 - tpreq
 - tpunmount
 - verifytrace
 - vltadm
 - vltcontainers
 - vlteject
 - vltinject
 - vltoffsitemedia
 - vltopmenu
 - vltrun
 - vmadd
 - vmchange
 - vmcheckxxx
 - vmd
 - vmdelete
 - vmoprcmd
 - vmphyinv
 - vmpool
 - vmquery
 - vmrule
 - vmupdate
 - vnetd
 - vssat
 - vwcp_manage
 - vxlogcfg
 - vxlogmgr
 - vxlogview
 - W2KOption
 
 
Name
nbdb_restore — recover the database that is backed up to a directory using nbdb_backup
SYNOPSIS
 -recover source_directory [-dbn database_name] [-ignore_tlog] 
 -recover -staging [-dbn database_name] 
 
On UNIX systems, the directory path to this command is /usr/openv/db/bin/ 
On Windows systems, the directory path to this command is install_path\NetBackup\bin\ 
DESCRIPTION
The nbdb_restore command does a restore and recovery from a backup to a directory using nbdb_backup. The recommended method to protect the SQL Anywhere NBDB and BMRDB databases is through the Catalog Backup interfaces.
nbdb_restore restores from the staging directory to recover only the NBDB. The default is to apply the current online transaction log. By default, the current online transaction log is applied to make the database as consistent as possible with the current db/images directory.
OPTIONS
- -dbn database_name
 Specifies the database name of the NBDB to be recovered.
- -ignore_tlog
 Does not apply the current online transaction log to the NBDB recovery operation.
- -recover source_directory
 The location of the backup.
- -staging
 Restores the NBDB from the staging directory.
EXAMPLES
Example 1 - Restore and recover NBDB from the copy in the default staging directory.
# nbdb_restore -dbn NBDB -ignore_tlog -recover -staging