I don’t think you can avoid what you said if you want 30 days of changes always. You will need that extra space.
Also by doing a VirtualFull on a specific date you loose all your incrementals, so every other week you lose all your changes depending on your settings.
If you just want every other week a snapshot of “how things look now” in case something happens, keep it off site etc, you can do what I do monthly which is take an archive job,
It’s a VirtualFull that doesn’t set AlwaysIncremental = yes that leaves the full in place without purging all the incrementals. I also send it to it’w own pool “Virtual Full Backup Pool” and is taken off site.
Because of how bareos manages Consolidations, we then mark the job type as an archive job. It will then age out based on volume retention time etc. But it will not be used in consolidations _or restroes_ until you update the job back to a backup job. When we have had errors that caused fulls to be lost I update the job and then run a normal backup job but with type VirtualFull so it will use the incrementals and the archive job to make a new full with a current view of the world.
Hopfully that helps.
JobDefs {
Name = "DefaultArchive"
Type = Backup
Level = VirtualFull
Client = myth-fd
Storage = T-LTO4
Messages = Standard
Allow Mixed Priority = yes
Priority = 4
#Allow Duplicate Jobs = no # see:
https://bugs.bareos.org/view.php?id=792 Can't use this setting
Write Bootstrap = "/var/lib/bareos/%c.bsr"
Spool Data = no
Accurate = yes
Virtual Full Backup Pool = LTO4
Next Pool = LTO4
Pool = AI-Consolidated
Run Script {
console = "update jobid=%i jobtype=A"
Runs When = After
Runs On Client = No
Runs On Failure = No
}
Enabled = no
}
Brock Palen
bro...@mlds-networks.com
www.mlds-networks.com
Websites, Linux, Hosting, Joomla, Consulting
> --
> You received this message because you are subscribed to the Google Groups "bareos-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
bareos-users...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/e4fe01ce-c13d-4dfa-b1aa-e35492407da7n%40googlegroups.com.