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. backuptrace
Veritas NetBackup™ Commands Reference Guide

Name

backuptrace — consolidate the debug logs for a NetBackup job

SYNOPSIS

backuptrace [-master_server name] [-job_id number] [-birth_time number] [-policy_name name] [-client_name name] [-start_time hh:mm:ss] [-end_time hh:mm:ss] mmddyy [mmddyy...]

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 backuptrace utility consolidates the debug logs for specified NetBackup job or jobs. The debug log messages relevant to the specified backup jobs are written to standard output. Then the messages sort by time. The backuptrace utility tries to compensate for time zone changes and the clock drift between remote servers and clients. The output is formatted so that you can more easily sort or group by timestamp, program name, server name, or client name.

At a minimum, you must enable debug logging for the following:

  • nbjm on the master server

  • bpbrm, bptm, and bpdm on the media server

  • bpbkar on the client

For best results, set the verbose logging level to 5 and enable debug logging for the following in addition to the processes already identified:

  • bpdbm and bprd on the master server

  • bpcd on all servers and clients

Use the backuptrace utility for regular file system, database extension, and alternate backup method backup jobs.

OPTIONS

-master_server name

Name of the master server. Default is the local host name.

-job_id number

Job ID number of the backup job to analyze.

-birth_time number

Birth time (seconds since 1970) of the backup job to analyze.

-policy_name name

Policy name of the jobs to analyze.

-client_name name

Client name of the jobs to analyze.

-start_time hh:mm:ss

Earliest timestamp to start analyzing the logs.

-end_time hh:mm:ss

Latest timestamp to finish analyzing the logs.

mmddyy [mmddyy]

One or more day stamps. This option identifies the log file names (log.mmddyy for UNIX, mmddyy.log for Windows) to analyze.

NOTES

Media Manager logs are not analyzed.

EXAMPLES

backuptrace -job_id 289 041105 > /tmp/job.log.289
backuptrace -policy_name weekly_bkups 051205 >/tmp/jobs.weekly_bkups

Use this utility to consolidate logs for all jobs that are started for the policy weekly_bkups on the specified date. Use the -start_time/-end_time arguments to limit the window for which the jobs are to be evaluated.

Feedback

Was this page helpful?
Previous

backupdbtrace

Next

bmrc

Feedback

Was this page helpful?