Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

bparchive command for Netbackup 6.0MP4 Windows

Updated: 02 Mar 2009
Uncle_Bob's picture
0 0 Votes
Login to vote

Does anyone know if it is possible to use the NEW_STREAM directive with the listfile option switch when using the bparchive command.

 


install_path\NetBackup\bin\bparchive [-p policy] [-s schedule][-L


progress_log [-en]] [-S master_server[,master_server,...]] [-t

policy_type] [-w [hh:mm:ss]] [-help] [-k "keyword_phrase"]

-f listfile | filenames

 

I know the command has to be run from the client side and relies on a archive backup schedule to exist within the netbackup policy. This all works fines but I am interested in the NEW_STREAM option so as the backup progresses, each stream is written off as a completed job strand and therefore minimizes the potential of the whole backup failing if there is problem at the very end on a large backup job.

 

Basically on a normal windows policy you can specify:

 

myfiles1

myfiles2

NEW_STREAM

myfiles3

myfile4

NEW_STREAM

alloftherest

 

This process breaks down the jobs into manageable sections and is the preferred method when backing up large file servers with multiple volumes.

 

Any suggestions would be welcome.