Re: [Bacula-users] How to Edit Bacula Volumes comment field?

2014-10-23 Thread Kern Sibbald
There is a Description field on *every* Bacula Resource: Job, FileSet, 
Client, Device, Autochanger, ...


The above are kept in the in-memory resources, so you simply edit the 
.conf files.


There are several Bacula database objects that have a Comment field, but 
they are not connected to the resources, and I think you must use SQL 
commands to set them.


Both of these were added in expectation of GUI commands that would allow 
users to easily view and edit them, but that part is only partially or 
not yet implemented.


Kern

On 14-10-22 07:45 PM, hei...@bacula.com.br wrote:

Mr. Bacula Users,

Just discovered there is a comment field on bacula volumes:

*llist volumes
...

mediaid: 4
volumename: Vol-0004
slot: 0
poolid: 2
mediatype: File1
firstwritten:
...
actiononpurge: 0
*comment:*


Does anyone know how to edit / insert information on this field? lol

Regards,

Heitor Medrado de Faria
Precisa de treinamento Bacula? 15% de desconto no curso on-line pelo 
site: bacula.com.br http://www.bacula.com.br/?p=2394
61 2021-8260 tel:%2B55%2061%202021-8260 | 8268-4220 
tel:%2B55%2061%208268-4220
Site: www.bacula.com.br http://www.bacula.com.br/ | Facebook: 
heitor.faria http://www.facebook.com/heitor.faria | Gtalk: 
heitorfa...@gmail.com mailto:heitorfa...@gmail.com

=



--


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to Edit Bacula Volumes comment field?

2014-10-23 Thread heitor
Hi Kern, 

Thanks for the reply. 
The user wanted to write some comments in the volumes such as the physical 
place description where they are keeping the tapes stored. 
I'll check if any GUI has this feature. 

Regards, 
 
Heitor Medrado de Faria 
Need Bacula training? 10% discount coupon code at Udemy: bacula-users 
+55 61 2021-8260 | 8268-4220 
Site: www.bacula.com.br | Facebook: heitor.faria | Gtalk: heitorfa...@gmail.com 
 

- Mensagem original -

De: Kern Sibbald k...@sibbald.com 
Para: hei...@bacula.com.br, Bacula-users@lists.sourceforge.net 
bacula-users@lists.sourceforge.net 
Enviadas: Quinta-feira, 23 de outubro de 2014 8:59:10 
Assunto: Re: [Bacula-users] How to Edit Bacula Volumes comment field? 

There is a Description field on *every* Bacula Resource: Job, FileSet, Client, 
Device, Autochanger, ... 

The above are kept in the in-memory resources, so you simply edit the .conf 
files. 

There are several Bacula database objects that have a Comment field, but they 
are not connected to the resources, and I think you must use SQL commands to 
set them. 

Both of these were added in expectation of GUI commands that would allow users 
to easily view and edit them, but that part is only partially or not yet 
implemented. 

Kern 

On 14-10-22 07:45 PM, hei...@bacula.com.br wrote: 



Mr. Bacula Users, 

Just discovered there is a comment field on bacula volumes: 

*llist volumes 
... 


mediaid: 4 
volumename: Vol-0004 
slot: 0 
poolid: 2 
mediatype: File1 
firstwritten: 
... 
actiononpurge: 0 
comment: 

Does anyone know how to edit / insert information on this field? lol 

Regards, 
 
Heitor Medrado de Faria 
Precisa de treinamento Bacula? 15% de desconto no curso on-line pelo site: 
bacula.com.br 
61 2021-8260 | 8268-4220 
Site: www.bacula.com.br | Facebook: heitor.faria | Gtalk: heitorfa...@gmail.com 
= 



-- 


___
Bacula-users mailing list Bacula-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/bacula-users 




--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] How to Edit Bacula Volumes comment field?

2014-10-23 Thread Kern Sibbald
There is  a Location table in the DB for the purpose that you want.  
Take a look at the Bacula schema.


On 14-10-23 07:56 AM, hei...@bacula.com.br wrote:

Hi Kern,

Thanks for the reply.
The user wanted to write some comments in the volumes such as the 
physical place description where they are keeping the tapes stored.

I'll check if any GUI has this feature.

Regards,

Heitor Medrado de Faria
Need Bacula training? 10% discount coupon code at Udemy: bacula-users 
https://www.udemy.com/bacula-backup-software/?couponCode=bacula-users
+55 61 2021-8260 tel:%2B55%2061%202021-8260 | 8268-4220 
tel:%2B55%2061%208268-4220
Site: www.bacula.com.br http://www.bacula.com.br/ | Facebook: 
heitor.faria http://www.facebook.com/heitor.faria | Gtalk: 
heitorfa...@gmail.com mailto:heitorfa...@gmail.com




*De: *Kern Sibbald k...@sibbald.com
*Para: *hei...@bacula.com.br, Bacula-users@lists.sourceforge.net 
bacula-users@lists.sourceforge.net

*Enviadas: *Quinta-feira, 23 de outubro de 2014 8:59:10
*Assunto: *Re: [Bacula-users] How to Edit Bacula Volumes comment field?

There is a Description field on *every* Bacula Resource: Job, FileSet, 
Client, Device, Autochanger, ...


The above are kept in the in-memory resources, so you simply edit the 
.conf files.


There are several Bacula database objects that have a Comment field, 
but they are not connected to the resources, and I think you must use 
SQL commands to set them.


Both of these were added in expectation of GUI commands that would 
allow users to easily view and edit them, but that part is only 
partially or not yet implemented.


Kern

On 14-10-22 07:45 PM, hei...@bacula.com.br wrote:

Mr. Bacula Users,

Just discovered there is a comment field on bacula volumes:

*llist volumes
...

mediaid: 4
volumename: Vol-0004
slot: 0
poolid: 2
mediatype: File1
firstwritten:
...
actiononpurge: 0
*comment:*


Does anyone know how to edit / insert information on this field? lol

Regards,

Heitor Medrado de Faria
Precisa de treinamento Bacula? 15% de desconto no curso on-line
pelo site: bacula.com.br http://www.bacula.com.br/?p=2394
61 2021-8260 tel:%2B55%2061%202021-8260 | 8268-4220
tel:%2B55%2061%208268-4220
Site: www.bacula.com.br http://www.bacula.com.br/ | Facebook:
heitor.faria http://www.facebook.com/heitor.faria | Gtalk:
heitorfa...@gmail.com mailto:heitorfa...@gmail.com
=




--



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users





--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users