User Tools

Site Tools


apps:netbackup:cli

This is an old revision of the document!


NetBackup - CLI

Server

Convert timestamp to a human readable format

# bpdbm -ctime 1441252847
1441252847 = Thu Sep 03 06:00:47 2015

or use GNU awk

# echo 1441252847 | gawk '{ print strftime("%Y-%m-%d %H:%M:%S",$0) }'
2015-09-03 06:00:47

Client

show open files and connections while a backup is running

lsof -n -P -p $(pgrep "bpbkar|bpfilter" | xargs | tr ' ' ',') | grep -v REG
apps/netbackup/cli.1441491623.txt.gz · Last modified: 2015-09-06 00:20 by root