Important Update: Cohesity Products Documentation


All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.

NetBackup™ for MariaDB Administrator's Guide

Last Published:
Product(s): NetBackup (10.1)

Querying the backups

The nbmariadb query command lists the backup files according to the options that you specify. The parameter -S is the required parameter. Alternatively, you can query the backups using the -C and -P options to define a different client and policy.

To query backup

  1. Configure the settings on the nbmariadb command line.
  2. Run the following command:

    nbmariadb -o query -S primary_server_name [-C client_name] [-P policy_name]

For example, to query a backup from Client A, run the following command:

nbmariadb -o query -S primary_server_name [-C ClientA]

For example, to list backup files with the policy name policy_name, run the following command:

nbmariadb -o query -S primary_server_name [-P policy_name]

For example, to query a backup from the client Client A with policy name policy_name, run the following command:

nbmariadb -o query -S primary_server_name [-C ClientA] [-P policy_name]