Build precise queries to find exactly what you need
Press ESC to close
Nice script, it does the job.
The cause for the error mention by seanmylne is that there are too many xml files in c:program filesveritasbackup execntdata or c:Program FilesSymantecBackup ExecData depends on your version.
I’ve made a bat script to fix the error with “Too much XML files” and set it to run daily.
— @echo off set bakpath=^0x22C:Program^ FilesVERITASBackup^ ExecNTDataBackupbackupxml^0x22 forfiles -p “C:Program FilesVERITASBackup ExecNTData” -s -m BE*.xml /D -20 /C “cmd /c mv @path %bakpath%” — Note: DataBackupbackupxml – the folders need to be created or changed. /D -20 = 20 is the number of days to keep the files.
You could also just delete the files, etc. Hope it helps.
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!