Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any logfile created during backup while running bpbackup?

Status
Not open for further replies.

bolobaboo

MIS
Aug 4, 2008
120
US
I am TSM guy. In TSM you can mention file name where it put status whether particular file backed up or not, then at end it puts backup statistics ( including speed , how many files backed up , missed , failed etc ).
How do i get such logging with bpbackup in NBU ?

THX
 
create the debug directory /usr/openv/netbackup/logs/bptm or .../bpdm (disk) and check out the logfile for stats.

$INSTALL_DIR\NetBackup\logs\bptm or ...\bpdm for windows

also you can define a logfile with the bpbakup command

# bpbackup -help
USAGE: bpbackup [-p policy] [-s schedule] [-k "keyword phrase"]
[-L progress_log [-en]] [-S master_server...]
[-t policy_type] [-w [hh:mm:ss]]
-f listfile | filenames
bpbackup -i [-p policy] [-s schedule] [-k "keyword phrase"]
[-h hostname] [-L progress_log [-en]] [-S master_server...]
[-t policy_type] [-w [hh:mm:ss]]
bpbackup -dssu DSSUname [-S master_server] [-w [hh:mm:ss]]


Bob Stump
VERITAS - "Ain't it the truth?"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top