Greetings.

I have two 1TB disks that I'd like to use for my Bacula volumes.

My bacula-sd.conf says:
===
Device {
  Name = FileStorage
  Media Type = File
  Archive Device = /storage
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = no;
}

Device {
  Name = FileStorage2
  Media Type = File
  Archive Device = /storage2
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = yes;
  AlwaysOpen = no;
}
===

However, it appears that each Job in my bacula-dir.conf has a specific
Storage assigned to it.

How do I configure my Pools and/or my Clients and/or my Jobs to tell bacula
"I really don't care which one you use"?

Thanks.

--hymie!    http://lactose.homelinux.net/~hymie    hy...@lactose.homelinux.net
-------------------------------------------------------------------------------

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to