cancel
Showing results for 
Search instead for 
Did you mean: 

NetBackup query, how to find pathname being back up from policy name

ujal
Not applicable
All,
Please assist me here how to find what all path's are being backup from command line for NetBackup (Solaris)
Thanks and Regards,
Uj
1 ACCEPTED SOLUTION

Accepted Solutions

Andy_Welburn
Level 6
/usr/openv/netbackup/bin/admincmd/bppllist [policyname] [-L | -l | -U]
[-allpolicies] [-M master_server,...] [-hwos] [-byclient client]
[-keyword "keyword phrase"] [-verbose]

See my response to a similar query recently on this post:
https://www-secure.symantec.com/connect/forums/there-way-get-listing-clients-and-backup-selections-report-format

So simply something like:
bppllist  policyname  |  grep  INCLUDE

So depending on your exact query 'Mariannes' bplist will show you what has been backed up & 'my' bppllist will show you the paths included in the policy that should be backed up!

View solution in original post

3 REPLIES 3

Marianne
Level 6
Partner    VIP    Accredited Certified
I don't have a system to test right now, but try the following:

# bplist -help
USAGE: bplist [-A | -B] [-C client] [-S master_server]
      [-t policy_type] [-k policy] [-keyword "keyword phrase"]
      [-F] [-R [n]] [-b | -c | -u] [-l] [-Listpolicy] [-Listseconds]
      [-r] [-T] [-I] [-PI] [-unix_files | -nt_files] [-flops file_options]
      [-granular_proxy granular_proxy_client] [-s mm/dd/yyyy  [HH:MM:SS]] [-e mm/dd/yyyy  [HH:MM:SS]] [filename]

bplist -B -C <client> -k <policy_name> -s <start_date> -e <end_date> -R /


Andy_Welburn
Level 6
/usr/openv/netbackup/bin/admincmd/bppllist [policyname] [-L | -l | -U]
[-allpolicies] [-M master_server,...] [-hwos] [-byclient client]
[-keyword "keyword phrase"] [-verbose]

See my response to a similar query recently on this post:
https://www-secure.symantec.com/connect/forums/there-way-get-listing-clients-and-backup-selections-report-format

So simply something like:
bppllist  policyname  |  grep  INCLUDE

So depending on your exact query 'Mariannes' bplist will show you what has been backed up & 'my' bppllist will show you the paths included in the policy that should be backed up!

Andy_Welburn
Level 6
Either of these two suggestions assist?