Forum Discussion
- Steve-YoungLevel 6
Manual space reclamation for Deduplication Storage Folder in Backup Exec 2012 and above.
https://www.veritas.com/support/en_US/article.100008765Reclaiming space in a Backup Exec Deduplication Folder
https://www.veritas.com/support/en_US/article.100001882- GurvinderModerator
from command prompt -> BE Install Path -> run the command
crstats.exe --verbose --convert-size
Check the space needs compaction size. If it is quite large, run the below command to free up some space.
crcontrol.exe --compactstart 100 0 1
To monitor compaction command - crcontrol.exe --compactstateIf the space needs compaction is not much, then you will need to follow the article to reclaim space by deleting Backup Sets. When Backup sets are deleted , 2 rounds of Queue Processing needs to be run to show the updated results (by default they run automatically in 12 hours interval 12:20 and 00:20) but you can trigger it by running crcontrol.exe --processqueue (run this 2 times and you can monitor this by running crcontrol.exe --processqueueinfo. When the Status shows Busy: NO and Pending : NO then queue processing is completed). You can then rerun the crstats.exe --convert-size command to check space occupied within containers
Note : Due to the nature and way Deduplication algorithms work, if the same data is referenced by other backup sets, then even if you get rid of a few Backups sets it may not show that much of space release. More the dedupe ratio, more the number of sets required to be deleted to regain the space.
FYI - Dedupe queue processing improvements have happened over the years BE 2012 -> BE 2014,15,16 and now with BE 20, 20.1 they are even better.
- deejerydooLevel 5
Hi Gurvinder,
You are handing out this information, regarding the "crcontrol.exe --compactstart 100 0 1", which is great, as it really seems to work in clearing space on full deduplication volumes. However, if Veritas included this information in its Best Practices and manual clean up process documentation, in the first place, people could avoid getting into this mess.
Regards,
David.
Related Content
- 2 years ago
- 2 years ago
- 13 years ago