cancel
Showing results for 
Search instead for 
Did you mean: 

Documenting backup jobs in tabular form

Matt_Musgrove
Level 4
Certified
I need to document my companies BackupExec policies and templates in a tabular form. I'm only interested in documenting the the backup jobs and schedules. This might also be the kind of form used when implementing a new backup solution. I was wondering if a template already exists for this or someone has already produced one and would be kind enough to share ;)
3 REPLIES 3

Hemant_Jain
Level 6
Employee Accredited Certified
Backup Exec command line utility would be of help to you. From command prompt,browse to backup exec install folder, \program files\symantec\backup exec\.

Run:
bemcmd -o10 -j > c:\jobslist.txt

This would give you a list of jobs in the file c:\jobslist.txt

You can use following command to dump job informaiton:
bemcmd -o506

Please go through following document for more details on this:
http://support.veritas.com/docs/287388

Please mark it a solution, if this is useful.
Thanks

Matt_Musgrove
Level 4
Certified

Sorry to be a pain, could you possibly paste some example ouput from bemcmd -o10 -j  as I don't have access to my own system without a 15 minute car drive and I don't need to go there this week?  Many thanks :)

Claudio_Veronez
Level 6
Partner Accredited
U can export to a text file and import to Excell

There is another way but the cell format will be a little bit different

in action pannel...

press control A
then control V over excel openmath (linux)

Convert text to column

than separate by tab

Than U will be able adding filters.

Very good to see about status and date.


I hope that I help


See ya