With Veeam Backup and Replication there is the option to install the Powershell plugin.
We use this for monitoring the backups of customers.
Because of the rise of new ransomware we are looking to provide Veeam Agent for small businesses without a server to perform regular disaster recovery backups.
Is it possible to monitor these backups with a Powershell plugin or does the Veeam Agent version not have this available?
Otherwise we would have to create something to monitor via email.
-
- Novice
- Posts: 6
- Liked: never
- Joined: May 19, 2017 7:39 am
- Contact:
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: PS monitoring?
If you send the backups to a Veeam repository (can also be done to the Free edition) you could leverage the existing Powershell module.
Quick example:
There is no built-in Powershell yet in the agent to do this.
Other options are using the Veeam Availability Console (available later this year).
Quick example:
Code: Select all
Get-VBRBackup | Where { $_.IsEndPointBackup }
Job Name Type Creation Time VM count
-------- ---- ------------- --------
Backup Job NIELS-LAPTOP Windows Agen... 11/04/2016 14:47:46 1
Backup Job GAARA Windows Agen... 9/04/2017 16:14:20 1
Backup Job FOX01 Windows Agen... 20/06/2016 17:29:40 1
centos.foonet.local Ba... Linux Agent ... 2/04/2017 20:10:54 1
debian backupjob_puppet Linux Agent ... 18/05/2017 11:21:47 1
Backup Job NIELS-VPC Windows Agen... 16/05/2017 18:59:00 1
Other options are using the Veeam Availability Console (available later this year).
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Novice
- Posts: 6
- Liked: never
- Joined: May 19, 2017 7:39 am
- Contact:
Re: PS monitoring?
We still keep it to monitoring by email for now.
I will look into the VAC when it becomes available.
Thank you for pointing it out.
I will look into the VAC when it becomes available.
Thank you for pointing it out.
Who is online
Users browsing this forum: No registered users and 14 guests