Showing posts with label Backup Exec. Show all posts
Showing posts with label Backup Exec. Show all posts

Wednesday, May 02, 2012

Create quickerease job in Backup Exec 2012

To create a quick ereasejob
1. Register Backup Exec powershell modules in Windows.
notepad $profile.AllUserssCurrentHost , add import-module “\program files\symantec\backup exec\modules\bemcli\bemcli” Create document if it doesn’t already exist.
2. Allow signedScripts: />set-executionpolicy remotesigned
3. Create ereaseTape.ps1 . Add Line : get-betapedrivedevice "[YOURDEVICENAME]" |submit-beerasemediajob -confirm:$false
4. Create startScript.bat. Add line: powershell -file "\Script\ereaseTape.ps1"
5. Create Windows Scheduled Task to start startScript.bat whenever you want.
 image
Now, I only do it like this because I haven’t found my way around the new and much more confusing be2012. But the Powershell capabilities are looking good.
References:
http://www.symantec.com/connect/articles/preparing-your-powershell-environment-run-bemcli-and-scripts

Thursday, April 26, 2012

Backup Exec 2012

Exciting times! This time around Symantec actually has added a few features I’ve previously been missing!

In no particular order here are my favourites

  • Backup to virtual machine. With option to convert existing backupset to virtual machine. both vmware and hyper-v
  • Autoupdate for remote agents when central server is updated
  • Support for powershell commands
  • Simplefied disaster recovery. No longer the need to have exactly the right version of OS on disc when performing recovery
  • Improvements on the vwmare-agent, which provides the ability to redirect restore to newer hardware-versions. For example redirect to “Hardware Version 8”. Great for migrations hopefully!
  • Improvements on the exchangeagen, which provides ability to restore mailbox or public folder items into PST-files. This is a great one! This never worked well when you had to restore directly into the active exchangedatabase. Hopefully this will remove our need for third party software to do exactly this!
  • When backing up virtual disks, only used space is transferred. Goes for both hyper-v and Vmware.

On the negative side they seem to have overhauled the old system of using policies to create jobs, which I’ve been forcing everyone around me to use. It’s gonna be interesting to see if the new methods are scalable like before…

Powershell and Uptimerobot

Uptimerobot can be quite tedious when you need to update many monitors at once. For example say you bought the license for Uptimerobot and n...