The repository is completely filling up when using Veeam EDM.
In Qorestor version 7.5.2 we introduced an auto configuration backup that is more robust for system migrations and OS recovery.
The issue is that the configuration backup was unintentionally backing up items in the EDM path.
Check if the issue is with the auto configuration backup.
/opt/qorestor/bin/stats --system | grep -i "Metadata Used"
du -sh /<Repository Location>/ocaroot/autocfg
This is to be resolved in Qorestor 7.6 but in the interim we need to do two things:
1. Fix the auto configuration backup
Replace the file /opt/qorestor/bin/helpers/qs_cfg_save.sh which is attached to this article.
2. Clean up existing auto configuration backups
#be very careful you have correct location. Run a recursive list first
ls -lR /<repository location>/ocaroot/autocfg
# If this looks correct then go ahead and run the delete command
rm -rf /<repository location>/ocaroot/autocfg
# after replacing file and deleting the current autocfg we can take a new backup using this command:/opt/qorestor/bin/helpers/qs_cfg_save.sh --auto-immediate
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center