Re: [Bacula-users] Verify disk volumes

2015-04-13 Thread Ana Emília M . Arruda
​You´re welcome Jeff! I was rethinking the script for working with my tape library volumes, and here it is with no need of using catalog. I´m quite sure it will work for physical autochangers, disk and virtual autochanger volumes. It works with mtx-changer (for tape libraries), an ls command on the

Re: [Bacula-users] Verify disk volumes

2015-04-06 Thread Jeff MacDonald
This is really great. Thank you! — Jeff MacDonald > On Apr 2, 2015, at 10:39 PM, Ana Emília M. Arruda > wrote: > > Hi Jeff, > > I was wondering if dumping the volume label with bls could help. Maybe an > admin job running a script like the attached one could help? > > ./checkVolLabel.sh

Re: [Bacula-users] Verify disk volumes

2015-04-03 Thread Bryn Hughes
Also worth mentioning... what version of Bacula are you using? I was seeing 'corrupted' disk volumes fairly frequently. I have ZFS as the underlying storage; there's no way the data was getting corrupted on disk, it was something Bacula was doing internally before writing it out. I upgraded

Re: [Bacula-users] Verify disk volumes

2015-04-02 Thread Ana Emília M . Arruda
Hi Jeff, I was wondering if dumping the volume label with bls could help. Maybe an admin job running a script like the attached one could help? ./checkVolLabel.sh --storage=FileStorage --pool=File --user=bacula --password=bacula Volume label for file1 OK Volume label for file2 OK Volume label for

[Bacula-users] Verify disk volumes

2015-04-01 Thread Jeff MacDonald
Hi I do disk based backup. I just found out the hard way that one of my volumes was corrupted. I am curious if there is a proactive mesaure that I can take to verify each of my volumes such that they contain the correct BB02 headers in them? — Jeff MacDonald --