cwstad
12 years agoLevel 2
Export and import Backup exec 2012 jobs
Hi guys, im looking to install about 40 servers with Backup exec and the jobs will be exactly the same albeit the server name that backup exec will be installed. is there an easy way to export the settings via powershell and import in to the new server
You can use these BEMCLI cmdlet to get what you want
Get-BEBackupDefinition | Export-BEBackupDefinition
The last cmdlet will generate a script which you can modify and then run on your new server to recreate the jobs.
See my article below on how to use BEMCLI
https://www-secure.symantec.com/connect/articles/preparing-your-powershell-environment-run-bemcli-and-scripts