[Bacula-users] Erasing database entries

2006-02-07 Thread Javier Payno
Good Morning (CET) We have a complex implementation of bacula and our storage capacity is overquota, for this reason I have made a simple perl script that look in de DB for purged, recycled or Error volumes Status and erase it form Filesystem. After do that I think that the cleaner option is to

Re: [Bacula-users] Erasing database entries

2006-02-07 Thread Arno Lehmann
Hello, On 2/7/2006 12:01 PM, Javier Payno wrote: Good Morning (CET) and Good evening (also CET :-), We have a complex implementation of bacula and our storage capacity is overquota, for this reason I have made a simple perl script that look in de DB for purged, recycled or Error volumes Sta

Re: [Bacula-users] Erasing database entries

2006-02-08 Thread Javier Payno
Hi Arno Fist of all, apologize for my English :-S El Martes, 7 de Febrero de 2006 20:04, Arno Lehmann escribió: > I can't say I actually understand every detail of your question, but you > should try the 'delete media' command from the console. It shouldn't > damage the catalog at all, and it rem

Re: [Bacula-users] Erasing database entries

2006-02-08 Thread Arno Lehmann
Hello, On 2/8/2006 9:16 AM, Javier Payno wrote: Hi Arno Fist of all, apologize for my English :-S Nothing to worry about - it might only take longer until two non-native speakers know what they're talking about :-) El Martes, 7 de Febrero de 2006 20:04, Arno Lehmann escribió: I can't sa

Re: [Bacula-users] Erasing database entries

2006-02-08 Thread Javier Payno
El Miércoles, 8 de Febrero de 2006 11:17, Arno Lehmann escribió: > Why don't you query the catalog for pruned volumes, store that list, > delete the corresponding files, and use the list to send the proper > delete commands, via bconsole, to the DIR? I would like use my script with XML-RPC and giv

Re: [Bacula-users] Erasing database entries

2006-02-08 Thread Martin Simmons
> On Wed, 8 Feb 2006 09:16:06 +0100, Javier Payno <[EMAIL PROTECTED]> said: > > Hi Arno > > Fist of all, apologize for my English :-S > > El Martes, 7 de Febrero de 2006 20:04, Arno Lehmann escribió: > > I can't say I actually understand every detail of your question, but you > > should try

Re: [Bacula-users] Erasing database entries

2006-02-08 Thread Javier Payno
El Miércoles, 8 de Febrero de 2006 12:33, Martin Simmons escribió: > db_delete_media_record Thank you, is that what I was looking for. So stupid by my side forget the source code when I want to program something... Thanks twice -- Javier Payno

Re: [Bacula-users] Erasing database entries

2006-02-21 Thread Kern Sibbald
On Wednesday 08 February 2006 09:16, Javier Payno wrote: > Hi Arno > > Fist of all, apologize for my English :-S > > El Martes, 7 de Febrero de 2006 20:04, Arno Lehmann escribió: > > I can't say I actually understand every detail of your question, but you > > should try the 'delete media' command f