I am running a Bareos 18.2.5 server on Ubuntu 18.04.2LTS and at the moment I have a "normal" backup strategy. Means once a month a full backup, every weekend a differential backup and every day an incremental backup (all to disk).
Now I want to use a copy job, every time the full backup has finished.
This copy job should copy all recently generated full backups to a month-specific pool of tapes.
I.e:
January:
1) Full Backups (10 clients) to disk
2) Copy these backups to the "JanuaryTapePool"
February:
1) Full Backups (10 clients) to disk
2) Copy these backups to the "FebruaryTapePool"
March:
1) Full Backups (10 clients) to disk
2) Copy these backups to the "MarchTapePool"
[...]
Every "xxxTapePool" will contain at least one tape, named "<MONTH>-01" (January-01). In the future, a second tape (named "<MONTH>-02") may be added to these pools. But this will depend on the ammount of data to be backuped.
Is this possible and how do I have to configure it?
In the appendix you will find a part of my configuration.
I hope someone can help me.
Thank you very much!