Hello,

2013/4/3 Bugbear <gryzli.the.bugb...@gmail.com>

> Hello,
>
> Can someone tell me, when Bacula is doing a BACKUP job, where(or how)
> the StorageId value (which is added in Media table) is taken from ?
>
>
There is a special table for that:

bacula=# \d storage
                               Table "public.storage"
   Column    |  Type   |                          Modifiers
-------------+---------+-------------------------------------------------------------
 storageid   | integer | not null default
nextval('storage_storageid_seq'::regclass)
 name        | text    | not null
 autochanger | integer | default 0
Indexes:
    "storage_pkey" PRIMARY KEY, btree (storageid)


best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to