cancel
Showing results for 
Search instead for 
Did you mean: 

Command Get the list of files backedup on a specific date

jestokjose
Level 2

Hi,

     I would like to know what are the options to get the list of files got backed up on a specific date....

 

 

Regards,

Jesto Jose

1 REPLY 1

Andy_Welburn
Level 6
e.g.

bplist  -C client  -R -s date -e date filename

-C client  Specifies a client name to use for finding  backups or archives to list. This name must be as it appears in the NetBackup configuration. The default is the current client name.

-R [n]     Recursively lists the subdirectories that are encountered  to a depth of n. The default for n is 999.

-s date
-e date  Start & end date range for listing.

filename    Names the file or directory to list. If you do not specify a path, the default is the current working directory. (e.g. /usr/openv, C:, / etc etc)