>>>>> On Tue, 25 Oct 2005 11:23:32 -0200, Pedro Henrique Morsch Mazzoni <[EMAIL 
>>>>> PROTECTED]> said:

  Pedro> I have a question:
  Pedro> In the Job resource of the bacula-dir.conf file I have to specify the
  Pedro> Pool and the Storage. Like below:

  Pedro> Job {
  Pedro>  Name = "loghost1Restore"
  Pedro>  Type = Restore
  Pedro>  Client= loghost1-fd
  Pedro>  FileSet="loghost1"
  Pedro>  Pool = Default
  Pedro>  Messages = Standard
  Pedro>  Where = /tmp/bacula-restores
  Pedro>  Storage = File0
  Pedro> }
  Pedro> And the storage File0 is specified in the storage resource:

  Pedro> Storage {
  Pedro>  Name = File0
  Pedro>  Address = backup.lps.ufrj.br
  Pedro>  SDPort = 9103
  Pedro>  Password = "password"
  Pedro>  Device = FileStorage0
  Pedro>  Media Type = File
  Pedro> }
  Pedro> And FileStorage0 is a Device ( a harddisk) specified in bacula-sd.conf
  Pedro> I have other storages, 3 hd's in my case (File0,File1 and File2)
  Pedro> I don't understand that.
  Pedro> My question is:
  Pedro> I want to use 3 hd's as a pool for my job of backup. But if I specify
  Pedro> a Storage in the Job resource it will only use one disk to backup.
  Pedro> Is this possible?

No, I don't think so.  A pool contains volumes (tapes or files), not storage
devices.

You probably need to create 1 File Storage with 3 bacula volumes (i.e. files)
in 1 pool.  I think you can put one file on each disk by using symbolic links
in the Archive Device (i.e. directory) of the File Storage.


  Pedro> Am I clear?

Yes, perfectly!

__Martin


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to