Hello, I have had Bacula spooling to disk so I could run multiple
backups at the same time with out interleaving on to a single tape.  I
just recently enabled the job copy/clone feature so I could write the
same job to two different backups.  However the cloned job do not spool
to disk, so they sit and wait for the storage device to be finish before
starting, so this pushes back all of our backups. So my question is, How
do I set the cloned jobs to spool to disk first?

There is nothing in the bacula manual that is specifically for data
spooling and cloned jobs.  But what I infer is that if I move the
SpoolData=yes from my schedule def. to either the main job entry or
JobDefs, that would solve my problem, is that true, or is there another
way?


Here are my relevant config section of bacula-dir.conf

Schedule {
  Name = "Main_Offsite"
  Run = SpoolData=yes Pool=Main_Offsite_W1 Level=Full w01 w03 w05 w07
w09 w11 w13 w15 w17 w19 w21 w23 w25 w27 w29 w31 w33 w35 w37 w39 w41 w
43 w45 w47 w49 w51 w53 tue at 20:30
  Run = SpoolData=yes Pool=Main_Offsite_W2 Level=Full w02 w04 w06 w08
w10 w12 w14 w16 w18 w20 w22 w24 w26 w28 w30 w32 w34 w36 w38 w40 w42 w
44 w46 w48 w50 w52 tue at 20:30
  Run = SpoolData=yes Pool=Main_Offsite_MTh Level=Incremental mon thu at
20:30
  Run = SpoolData=yes Pool=Main_Offsite_WF  Level=Incremental wed fri
sat sun at 20:30
}


JobDefs {
  Name = "Offsite"
  Type = Backup
  Schedule = "Main_Offsite"
  Level = Full
  Storage = Autochanger
  Messages = Standard
  Pool = Main_Offsite_W1
  Priority = 10
  Maximum Concurrent Jobs = 2
}


Client {
  Name = hera-fd
  Address = hera
  FDPort = 9102
  Catalog = MyCatalog
  Password = "Dpws5ysgf0cVkmDA7suxipspJaUL4d/Y1RyMYtUhfwIp"
  File Retention = 30 days
  Job Retention = 3 months
  AutoPrune = yes
  TLS Enable = yes
  TLS Require = no
  TLS CA Certificate File = /etc/bacula/certs/ca-cert.pem
  TLS Certificate = /etc/bacula/certs/ganymede.cert
  TLS Key = /etc/bacula/certs/ganymede.key
}

FileSet {
  Name = "Hera Set"
  Include {
    Options {
      signature = MD5
    }
    File = "D:\\home\\Fraud"
    File = "D:\\home\\Accounting"
  }
}

Job {
  Name = "HeraBackup"
  Client = hera-fd
  FileSet = "Hera Set"
  Run = "HeraBackup level=%l since=\"%s\" storage=Autochanger
pool=Onsite"
  JobDefs = "Offsite"
}



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to