I have.   one VTL (hp d2d)    and tape  lto IBM lto6.

I have pool  Catalogo on VTL   and pool  Catalogo-4048 on Tape

Pool {
  Name = "Catalogo"
  PoolType = "Backup"
  VolumeRetention = 2592000
  NextPool = "Catalogo-4048"
  Storage = "VTL-D2D"
}

Job copy:

Job {
  Name = "Copy-Catalogo"
  Description = "Copia Pool Catalogo to Tape"
  Type = "Copy"
  Messages = "Standard"
  Storage = "VTL-D2D"
  Pool = "Catalogo"
  Client = "baculasrv-fd"
  Fileset = "Catalog-fileset"
  Schedule = "CopiaCatalogo-sh"
  Enabled = yes
  RescheduleInterval = 30
  SelectionType = "PoolUncopiedJobs"
}

all work fine

>From what I understand you want to add another copy job. I have not done
it. But you have 2 options. Transfer from the original pool to the
additional new copy pool. Or take from the copy pool to the additional
pool. you have these options:

1) A> B and A> C

2) A> B> C

do you have log?

I think that what can be key here to understand how it works are the job
IDs.

Remember that as long as there is a JOB in the copy of the original JOB,
you cannot restore the copy until the original is deleted.





On Sat, Jan 9, 2021 at 12:16 PM Marcelo Slon <[email protected]>
wrote:

> I have done a normal backup to HD (bacula 9.6.7) and then a copy to an
> iSCSI using the Nextpool directive and Selection Type = PoolUncopiedJobs.
> With that, everything is working normal.
>
> Now I want to make a second copy to another remote location or maybe to a
> cloud.
> I tried to make a third copy pool and since the previous copy put a
> Nexpool directive and another PoolUncopiedJob but I couldn't do it.
> Can someone guide me if what I'm trying to do is possible and give me an
> idea of how I should proceed in the configuration?
> I thank you in advance.
>
> Marcelo A. Slon
>
> _______________________________________________
> Bacula-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


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

Reply via email to