by default bareos will not delete volumes. Once your pool is “full” (i.e. max_volumes for the pool is reached) old volumes will be recycled.
You will have to make sure that your storage can hold the amount of data you have configured.
max_diff_volume_bytes * max_diff_volumes + max_full_volume_bytes * max_full_volumes + max_incr_volume_bytes * max_incr_volumes
In the current state you will also have to manually delete some volumes from bareos to free up space on your backup filesystem.
Okay, I started cleaning up the pool. I started with the full-pool. i have deleted all media with the status “expired” / “full” from the database and the file system. in addition i deleted all media with the status “error” / 0kB as well.
Now there are still 60 media in the pool “Full”
In the Univention Config Reg I set:
bareos/max_full_volumes = 150
when I look at the pool in bareos-webui it’s there:
Pool: Full Current Media: 285 Max Media: 285
Hhow do I get bareos to update this?