Hi.
Bacula 15.0.2  Debian 11.  Postgres,  Bacularis 4.0.0

I have 2 robotics. a DELL-EMC lto8 with 2 Drive and a VTL with StoreOne
(HP) emulating LTO6 MSL2024.  both (robotics and vtl) fiber channels.

Incremental backups point to the VTL.      And the weekly differentials and
the monthly FULL  only go to tape.

Daily I have a VTL to LTO Copy backup job of incremental backups to a tape
pool.

My Job Copy:

Job {
  Name = "COPY_VTL_MSL_JOB"
  Description = "Copia VTL a  LTO"
  Type = "Copy"
  Level = "Full"
  Messages = "Standard"
  Storage = "VTL"
  Pool = "VTL-virtual"
  NextPool = "INC_DIARIO"
  Client = "srvlnxbacula-fd"
  Fileset = "Catalog"
  Schedule = "COPY_VTL_MSL_SCH"
  Enabled = yes
  MaximumConcurrentJobs = 1
  SelectionType = "PoolUncopiedJobs"
}

My questions:
1) With one job it works fine, but if I increase it, it gives an error in
some. What do you recommend?  Maximum Concurrent Jobs = 1

2) I have a JOB that weighs 1TB. Which sent VTL to another POOL different
from the incremental one of the copy.  This allows drive 0 to be used for
reading the COPY JOB and drive 1 to be used for writing the independent
JOB.

But if the independent JOB runs. the COPY JOB is queued.

I ask, a JOB is copied when it is running, does it paralyze the rest of the
vtl and robotics jobs?

thanks.


-- 
#############################
#   Sistema Operativo: Debian      #
#        Caracas, Venezuela          #
#############################
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to