Need explanation about bplist output
Hi All,
Could you please some one explain the bplist output of all fields.
Command :
bplist -C < Client Name > -R -t 13 -s 05/26/2013 -e 05/27/2013 -l "/" | Find /I "System State:" > D:\Temp1.txt
Output :
< Client Name >
"====================================================================================="
drwx------ root root 0 May 27 14 System State:\
drwx------ root root 0 May 27 27 System State:\System Files\
-rwx------ root root 0 May 27 39 System State:\System Files\System Files
drwx------ root root 0 May 27 23 System State:\Registry\
-rwx------ root root 0 May 27 31 System State:\Registry\Registry
drwx------ root root 0 May 27 47 System State:\COM+ Class Registration Database\
-rwx------ root root 0 May 27 57 System State:\COM+ Class Registration Database\COM+ REGDB
Now see how by patience I finally got you to rephrase your actual need?
If you use the filelist of ALL_LOCAL_DRIVES then the system state will be included in the backup image. If the backup results in a status " 0 " then you got a good backup including system state. If the backup results in a status " 1 " then probably the system state was not backed up.
Use
bperror -client $CLIENT (to see what system state files were not included in the image.)
bpdbjobs -report (to see what jobs ran)
both commands should be looked at in the Commands manual to answer any questions you may have and allow you to see what options are available.