Hi @ricardomr,
Welcome to the Bacularis User Group.
Single running job is not able to send data to two storage at the same time. But there is a designed solution for that in Bacula. To write data in two storage locations can be used Bacula copy job.
This works in a way, that you run normal backup of data to the first storage. Once it is finished, you can run copy job that will copy the backed up data from the first location to the second location. This works on the Pool
level so you need to have one pool that works with first storage and second pool that works with second storage.
This copy job technique is also used for D2D2T (disk-to-disk-to-tape) strategy and for other backup strategies when users want to store the same data on two different storage.
In Bacularis we have the New storage wizard. You can find it in:
[Main menu] => [Page: Job] => [Button: New copy job]
With this wizard you can easily create a new copy job.
I encourage to read the Bacula documentation chapter about copy jobs:
https://www.bacula.org/15.0.x-manuals/en/main/Migration_Copy.html
Good luck.
Best regards,
Marcin Haba (gani)