-
- Lurker
- Posts: 1
- Liked: never
- Joined: Jun 08, 2013 8:55 pm
Windows Event IDs for successful backup
I'd like to monitor successful backups my watching for success events in the Event Log. Does anyone know of a documented list of event IDs (and event sources) that Veeam might use to indicate a good backup?
Thanks
Thanks
-
- Product Manager
- Posts: 14715
- Liked: 1702 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Windows Event IDs for successful backup
Hello,
I am not sure that there is a specific event ID list, but backup jobs could be successfully traced by Event Viewer > Applications and Services Logs -> Veeam Backup.
Cheers!
I am not sure that there is a specific event ID list, but backup jobs could be successfully traced by Event Viewer > Applications and Services Logs -> Veeam Backup.
Cheers!
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Windows Event IDs for successful backup
There's no documented list, however, from what I see in Event Log, there are the following success events in the Veeam Backup log:
Event source is always Veeam Backup. Should be sufficient for monitoring.
Code: Select all
ID 1 - VM backup started
ID 2 - VM backup completed
ID 0 - backup job completed
-
- Enthusiast
- Posts: 52
- Liked: 2 times
- Joined: Sep 20, 2010 4:39 am
- Full Name: David Reimers
- Contact:
[MERGED] : Can Veeam write to the Windows event log?
My client uses a monitoring solution which includes the ability to crawl the Windows event logs for specific events. I would like to know if Veeam can write the Windows event log when a job is completed (or failed) so I can create a summary of all Veeam jobs that run overnight (i.e. poll the event log for the 3 job completion messages, and send an alert if all 3 are not found).
I have checked the documentation and haven't been able to find a way.
I have checked the documentation and haven't been able to find a way.
-
- Product Manager
- Posts: 20397
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Windows Event IDs for successful backup
Hi, David,
Your post has been merged into existing discussion regarding similar matter. Please, see the answers provided above for more information about specific Windows event that can be tracked by your monitoring solution.
Thanks.
Your post has been merged into existing discussion regarding similar matter. Please, see the answers provided above for more information about specific Windows event that can be tracked by your monitoring solution.
Thanks.
-
- VP, Product Management
- Posts: 27368
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Windows Event IDs for successful backup
Hello David,
Yes, Veeam B&R has its own Windows Event log. You can find the description of all possible events in this KB article > http://www.veeam.com/kb1834
Thank you!
Yes, Veeam B&R has its own Windows Event log. You can find the description of all possible events in this KB article > http://www.veeam.com/kb1834
Thank you!
-
- Influencer
- Posts: 19
- Liked: never
- Joined: Jun 01, 2014 6:03 am
- Full Name: Craig Hart
- Contact:
Re: Windows Event IDs for successful backup
I am seeing Event log ID's 710, 790 etc.
These are not documented? Could the docs please be refreshed to document ID's 710, 790, 810, 890 etc. with source "Veeam MP", "Veeam Backup" etc.
The generating server is a Veeam backup and replication 9.5 update 4 community edition, backing up a single physical server that veeam itself is installed on.
"All *VMs* have been backed up successfully -- but this is a physical server - no virtualization here. I realize this is just a wording/language nitpick, however it probably shouldn't use a word out of context. This is a "windows agent backup", not a 'VM' backup.
These are not documented? Could the docs please be refreshed to document ID's 710, 790, 810, 890 etc. with source "Veeam MP", "Veeam Backup" etc.
The generating server is a Veeam backup and replication 9.5 update 4 community edition, backing up a single physical server that veeam itself is installed on.
Code: Select all
Log Name: Veeam Backup
Source: Veeam MP
Date: 26/09/2019 9:21:13 PM
Event ID: 790
Task Category: None
Level: Information
Keywords: Classic
User: N/A
Computer: WINSVR16.corp.local
Description:
Agent Backup job 'Backup WINSVR16' finished with Success.
All VMs have been backed up successfully.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Veeam MP" />
<EventID Qualifiers="0">790</EventID>
<Level>4</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2019-09-26T11:51:13.468427300Z" />
<EventRecordID>452</EventRecordID>
<Channel>Veeam Backup</Channel>
<Computer>WINSVR16.corp.local</Computer>
<Security />
</System>
<EventData>
<Data>d60ba5fc-8bf3-458c-b681-eaef08fc3b92</Data>
<Data>91fbef2a-7478-4163-80f5-e4270d80cbdb</Data>
<Data>0</Data>
<Data>12003</Data>
<Data>6</Data>
<Data>True</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>
</Data>
<Data>1</Data>
<Data>Agent Backup job 'Backup WINSVR16' finished with Success.
All VMs have been backed up successfully.</Data>
</EventData>
</Event>
-
- VP, Product Management
- Posts: 27368
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Windows Event IDs for successful backup
Hi Craig, thanks for the heads up. I will ask to add these events to our documentation.
-
- Enthusiast
- Posts: 26
- Liked: 2 times
- Joined: Oct 09, 2013 2:30 pm
- Full Name: Rick
- Contact:
Re: Windows Event IDs for successful backup
Does anyone know how the write a createevent to the Application and Services Logs \ Veeam Backup log location. For testing.
-
- VP, Product Management
- Posts: 27368
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Windows Event IDs for successful backup
Can you please clarify what you're trying to achieve with writing events to the Veeam backup log? If you start some activity within the Veeam B&R console you will immediately see a triggered event.
Who is online
Users browsing this forum: Bing [Bot], CoLa, lando_uk and 180 guests