I (or better all colleagues here working with Veeam) have some problems with the Immutability feature. Our goal was to protect the Backup Jobs and Backup Copy Jobs (forever forward inc + syn full) that were transfered to S3 as long as our retention time is (10 weeks). For whatever reason immutabilty was set to only 30 days - this is something we probably have to fix, but we first need to understand how it _really_ works.
What we currently see is that backups/copies have much longer immutability than we have configured. Even for jobs that had their backup on the same day, we see different immutability dates varying from 10.11.2020 - 22.12.2020. Inside this jobs there are VM that have their latest backup from July. But immutability seems not to make a difference when the individual VM's were backed up.
Code: Select all
Jobname generation_expiration_date_utc generation_immutable_until_utc last_checkpoint_cleanup_date_utc Last Backup - Disk (Imported) Days
#1 11.10.2020 10.11.2020 21.10.2020 20.09 36
#2 11.10.2020 10.11.2020 01.10.2020 13.08 63
#3 11.10.2020 10.11.2020 21.10.2020 16.09 39
#4 23.10.2020 22.11.2020 20.10.2020 10.08 75
#5 13.10.2020 12.11.2020 21.10.2020 14.09 43
#6 11.11.2020 16.09 40
#7 22.11.2020 22.12.2020 12.11.2020 16.09 70
https://helpcenter.veeam.com/docs/backu ... ml?ver=100
https://helpcenter.veeam.com/docs/backu ... ml?ver=100
Maybe I simply do not understand this. But it seems that we never can be sure when data actually can be deleted. We found jobs in Disk (Imported) that were 120 days old and we wanted to delete them, but we got the message that it's still protected for some weeks.
What are we doing wrong? Is our goal to keep the jobs immutable for the time of our retention period and then be able to delete older data no possible because of block generation?