Hi all,
I'm running NB 7.6 on Linux.
I have a script in which I backup few files, then label and expire 5% of the medias, and eventually I verify some medias.
I have 5GB medias and ~4GB files (None of them is bigger then 5)
The problem occures when trying to verify:
05/05/2015 15:59:56 - begin Verify
05/05/2015 15:59:56 - Warning bpverify (pid=8930) Skipping backup id vh_dd5-x_2_1430804615, there is no fragment 1
So what happend is I backed up a file, and it splittes over two medias. Then I erased one media, and tries to verify a fragment that it's other half is delted.
I'm looking for a way to backup those files without splitting them over two medias. is there a way to do it? Please notice that I want to verify by media id and not by images.
If not, how can I expire those fragments?
Thanks for your help!
I'm attaching the comamnds I'm using of my script:
"/usr/openv/netbackup/bin/bpbackup -p %s -i -h %s -S %s -t 0 -w 0" %(policy_prefix+str(i), client_name, client_name) #backup the files
"/usr/openv/netbackup/bin/admincmd/bpmedialist -l |awk '{print $1,$9} #for creating list of files I'll expire or verify
"/usr/openv/netbackup/bin/admincmd/bpexpdate -d 0 -m %s -force" %(cart_id) #label some medias
"/usr/openv/netbackup/bin/admincmd/bplabel -m %s -d hcart3 -o" %(cart_id) #expire some medias
"/usr/openv/netbackup/bin/admincmd/bpverify -id %s" %(cart_id) #verify the rest of the medias from the list