mike915
13 years agoLevel 4
Scheduling Erase Job in Backup Exec 2012
Is there a way to schedule an Erase Job to run in BE2012 like you could in BE2010?
I don't believe you can, but you can use the Windows Scheduler to schedule a BEMCLI command to do an erase, .e.g
Get-BETapeDevice "<your tape device>" | Submit-BEEraseMediaJob -confirm:$false
First read my article on how to prepare your Powershell environment for BEMCLI
https://www-secure.symantec.com/connect/articles/preparing-your-powershell-environment-run-bemcli-and-scripts
====
BTW, there should be no need to erase your media if you have set up your OPP correctly. With a correctly set OPP, the media is overwriteable when it is needed.