Bacula-users

[Bacula-users] Storage -- 2 disks, no waiting

2011-03-26 10:25:46
Subject: [Bacula-users] Storage -- 2 disks, no waiting
From: hymie! <hymie AT lactose.homelinux DOT net>
To: Bacula-users AT lists.sourceforge DOT net
Date: Sat, 26 Mar 2011 10:00:59 -0400
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    hymie AT lactose.homelinux 
DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>