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™ DataStore SDK Programmer's Guide for XBSA 1.1.0
  3. Introduction to NetBackup XBSA
  4. Terminology
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

Terminology

The fundamental terms necessary to understand this NetBackup XBSA are described in the following table.

Table: XBSA Terms

Term

Definition

XBSA application

Application-specific software that uses the NetBackup XBSA API to request NetBackup services. Typically, an XBSA application is tightly bound to a user application (such as a DBMS) or an operating system service (such as a file system).

NetBackup XBSA interface

The NetBackup software that communicates with NetBackup to carry out the functions that are defined by this specification.

NetBackup XBSA environment

The NetBackup XBSA environment is the environment that exists between the NetBackup XBSA interface and the XBSA application. A NetBackup XBSA session defines this environment. NetBackup XBSA environment variables are used to pass specific NetBackup information between the XBSA application and the NetBackup XBSA interface. Setting platform environment variables (such as getenv or setenv) has no effect on the NetBackup XBSA environment.

NetBackup XBSA session

A NetBackup XBSA session is a logical connection between an XBSA application and NetBackup XBSA interface. A session begins with a call to BSAInit() and ends with a call to BSATerminate(). Nested sessions are not supported.

NetBackup XBSA object

The NetBackup XBSA API uses an object-based paradigm. Every data object visible and transferred at the NetBackup XBSA interface is a NetBackup XBSA object. The XBSA application defines the objects that it backs up and restores.

Feedback

Was this page helpful?
Previous

What does NetBackup XBSA do?

Next

Important concepts

Feedback

Was this page helpful?