On 2022-05-27 11:27, Pierre Bernhardt wrote:
Hello,

I create a full backup each 1st Sunday, diff backups of rest of
Sundays, incremental backups each day.

I would create a copy after the first day of a month backup has been
made. The data should be copied
from the last backup however it has been made.

So for the moment I create a restore before a given date/time and
create a full backup of these
restore to a special tape.

Is there a "virtual copy" possible which which I can configure to
create one copy job based on backup
before a specified time which made the same without having restore them before?


Hi Pierre

The solution would be to use SQLQuery selection type in your Copy job.
These are the options you are looking for:

Selection Type = SQLQuery
Selection Pattern = "<your SQL query>"

You just need to devise a query that will return the list of Job IDs
you want to copy in the first column of the query output.


Regards!

--
Josip Deanovic


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

Reply via email to