Hi,
I am a newbie to Bacula. I tried to find out what is happening and could not
get right answer. Probably I am not searching with the right question or
looking at the right place.
Bacula works just fine for me, but I´ve tried to add a copy job and I no
longer can connect to bconsole. If I comment just the job resource i can
connect once again to bconsole and everything else works just fine.

I´ve put down here:
   The copy job resource:
   The jobDefs resource:
   Pool where files will be copied from:
   Pool where files copied will be sent:
If you need any more information about the conf files or any other thing
please respond saying so
Thanks
Diogo Neves

The copy job resource:
Job {
  Name = "BackupCopy"
  JobDefs = "DefaultJob"
  Type = Copy
  Pool = File
  Maximum Concurrent Jobs = 4
  Selection Type = PoolUncopiedJobs
}

The jobDefs resource:
JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Messages = Standard
  Pool = File
  SpoolAttributes = yes
  Priority = 10
  Write Bootstrap = "/opt/bacula/working/%c.bsr"
}

Pool where files will be copied from:
Pool {
  Name = File
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 365 days         # one year
  Maximum Volume Bytes = 50G          # Limit Volume size to something
reasonable
  Maximum Volumes = 100               # Limit number of Volumes in Pool
  Label Format = "${Pool}-${NumVols}"               # Auto label
  Next Pool = Copy      # Indica que a proxima pool onde vai ser feita a
cópia é a pool Copy
  Storage = File1       # Ao indicar Storage aqui este tem mais prioridade
que o Storage indicado no job ou jobDef
}

Pool where files copied will be sent:
Pool {
  Name = Copy
  Pool Type = Backup
  Recycle = yes                       # Bacula can automatically recycle
Volumes
  AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 365 days         # one year
  Maximum Volume Bytes = 50G          # Limit Volume size to something
reasonable
  Maximum Volumes = 100               # Limit number of Volumes in Pool
  Label Format = "${Pool}-${NumVols}"               # Auto label
  Storage = File2
}




--
Sent from: http://bacula.10910.n7.nabble.com/Bacula-Users-f3.html


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to