Hi,

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

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

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

Am I clear?

Pedro Mazzoni


-------------------------------------------------------
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