[Bacula-users] Configure Options of a compiled version

2014-08-06 Thread Alexander Busam
Hello! How do get the Configure Options of a compiled bacula version? Best Regards Alex -- Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Bui

Re: [Bacula-users] New user with Bacula

2014-08-06 Thread K. M. Peterson
So, jumping into this a bit late, but... About six years ago, I had a NetApp that I needed to back up using Bacula. I spent about a week scripting a solution using the "hidden" shell on the device. Solution used the NetApp 'dump' command piped out to Bacula using rsh (tried ssh, but the performan

Re: [Bacula-users] List files associated with destroyed tape

2014-08-06 Thread Martin Simmons
> On Wed, 06 Aug 2014 12:37:57 -0400, John Wallach said: > > On 8/6/14 12:33 PM, Dan Langille wrote: > > > > Does this help? > > > > http://dan.langille.org/2009/08/28/what-jobs-are-on-these-tapes/ > > > > Thanks for the suggestion but I already know the media that is lost, I > guess I cou

Re: [Bacula-users] List files associated with destroyed tape

2014-08-06 Thread John Wallach
> It’s hard to extrapolate sometimes. See other email. > > The above [unasked] question is not what you originally asked, but > I understand the concern. > > I’m not sure of the answer though. It would be a great trial&error > task. > > If you can, try it on non-critial data instead. I’m in

Re: [Bacula-users] List files associated with destroyed tape

2014-08-06 Thread Dan Langille
On Aug 6, 2014, at 12:37 PM, John Wallach wrote: > On 8/6/14 12:33 PM, Dan Langille wrote: >> >> Does this help? >> >> http://dan.langille.org/2009/08/28/what-jobs-are-on-these-tapes/ >> > > Thanks for the suggestion but I already know the media that is lost, I > guess I could purge the volu

Re: [Bacula-users] List files associated with destroyed tape

2014-08-06 Thread Dan Langille
On Aug 6, 2014, at 12:11 PM, John Wallach wrote: > Greetings, > > Our ancient autoloader decided to render a particular tape inoperable. > Before my time jobs were run that spanned multiple volumes, the > destroyed tape was in one such job. > > I cannot figure out how to find the files associa

Re: [Bacula-users] List files associated with destroyed tape

2014-08-06 Thread John Wallach
On 8/6/14 12:33 PM, Dan Langille wrote: > > Does this help? > > http://dan.langille.org/2009/08/28/what-jobs-are-on-these-tapes/ > Thanks for the suggestion but I already know the media that is lost, I guess I could purge the volume but I wonder what what that would do to the job (since it has

Re: [Bacula-users] Disk based backup using vchanger, volumes being marked as Error

2014-08-06 Thread Josh Fisher
On 8/6/2014 1:52 AM, Kern Sibbald wrote: On 08/04/2014 06:43 PM, Josh Fisher wrote:  ... Have you set PreferMountedVolumes=no in the Job resource in bacula-dir.conf? If 3 jobs start and

Re: [Bacula-users] List files associated with destroyed tape

2014-08-06 Thread Dan Langille
On Aug 6, 2014, at 12:11 PM, John Wallach wrote: > Greetings, > > Our ancient autoloader decided to render a particular tape inoperable. > Before my time jobs were run that spanned multiple volumes, the > destroyed tape was in one such job. > > I cannot figure out how to find the files associa

[Bacula-users] List files associated with destroyed tape

2014-08-06 Thread John Wallach
Greetings, Our ancient autoloader decided to render a particular tape inoperable. Before my time jobs were run that spanned multiple volumes, the destroyed tape was in one such job. I cannot figure out how to find the files associated with the specific media. Here's a query that I thought would w

Re: [Bacula-users] Disk based backup using vchanger, volumes being marked as Error

2014-08-06 Thread Kern Sibbald
Hello Patti, Are you sure this is happening on 7.0.x? I worked hard on this problem between 5.2.x and 7.0.x, and I thought I had fixed the problem -- unless there is some code path I missed. It is possible that this is happening only when there is no other drive that the 3rd job can use, but if

Re: [Bacula-users] Disk based backup using vchanger, volumes being marked as Error

2014-08-06 Thread Clark, Patricia A.
Kern, This is exactly the problems that myself and others have been reporting with autochanger and tape volumes. Thank you Josh for the very descriptive details. One additional issue that these race conditions can also create, if the 1st 2 jobs fill the volume that the 3rd job is waiting for,

Re: [Bacula-users] Recycling issue

2014-08-06 Thread Kern Sibbald
Hello Martin, Bacula never checks the Media Type vs what is in the label. The problem for users who have not understood the importance of making the Media Types unique will be to modify their catalog database. Before making this change, I will provide some reasonable solution. Best regards, Ker

Re: [Bacula-users] Recycling issue

2014-08-06 Thread Joe Rhodes
Kern: Thanks for the pointers. I absolutely understand why can’t provider support, and I appreciate any help you can give. Unfortunately, I’m not sure the MediaType is my answer. I do have two auto-changers configured. (One’s for local backups, one if for off-site backups.) Each auto-chan

Re: [Bacula-users] Recycling issue

2014-08-06 Thread Martin Simmons
> On Wed, 6 Aug 2014 06:52:06 +, Gael Guilmin said: > > Here is my Storage definition in bacula-dir.conf: > Storage { > Name = Autochanger > Address = 192.168.27.7 # name or IP address of the server that hosts the > daemon storage > SDPort = 9103 > Password = "" > Device = "Autochanger" #

Re: [Bacula-users] Recycling issue

2014-08-06 Thread Martin Simmons
> On Wed, 06 Aug 2014 07:41:59 +0200, Kern Sibbald said: > > In the next Bacula version, I will probably modify the SD and > possibly the Dir to require unique MediaTypes, then this problem > will be resolved. I hope that forcing users to change the configured MediaType won't cause a problem