Ok i need to rewrite everything.
I use SQL Server where the existing Database will be erase and change with new one. So a lot of data blocks changes. And Volume snapshoots size is over 1 TB, normally daily snapshoots is 20 GB.
But daily backup job is disabled. There should not be any changes to existing snaphoots size.
For example
07.11.2022 Daily_DB_Snapshot 20 GB
08.11.2022 Daily_DB_snapshot 15 GB
09.11.2022 Daily_DB _snapshot 13 GB (daily backup job disabled)
09.11.2022 DB Manually snapshot 700KB. (manually backup job)
NO BACKUP JOBS ARE Active so snapshoots should be changed.
Existing database on Server where deleted and new oder Database will restore to Server.
And then my volume show so. ( Volume is full) and there only one Snapshoot is there
09.11.2022 Daily_DB _snapshots 1 TB all other snaphoots are been deleted.
But why i dont want that that happend. after i deactivate the daily backup job and create one manually backup. No one should touch the snaphots.
Because at the end the important manually backup which should be there is deleted.