-
- Service Provider
- Posts: 42
- Liked: 32 times
- Joined: Aug 07, 2017 11:51 am
- Full Name: William
- Location: Zurich, Switzerland
- Contact:
Feature Request: "Standalone" Backup Validator
I used more then one time the backup validator, which is a very helpful tool for me (https://www.veeam.com/kb2086). Unfortunately, it must be run from a VBR-Server. I would like to see a "standalone validator" that can be run from any (windows) server which has access to the backups.
Scenario we have with a customer
- Datacenter 1: primary + dedicated backup storage, VBR-server and proxies
- Datacenter 2: dedicated storage for backup Copy Jobs (GFS)
- Link between DC1 and DC2 is very slow (1-2Mbit ->WAN accelerator is in use)
The customer has a lot of backup files (GFS: 4W, 12 M, 7y) on the DC2. Now he likes to test if the backup is corrupted (without Sure Backup or Virtual Lab, and not over the Link from DC1 to DC2). As far as I understand from the Veeam support, the backup validator needs a VBR-server. At the moment we could install a "naked" VBR-server in DC2 and run from there the validator (information from ticket: 02509643).
That's why I would appreciate a "standalone" tool without the need of a VBR-server.
Scenario we have with a customer
- Datacenter 1: primary + dedicated backup storage, VBR-server and proxies
- Datacenter 2: dedicated storage for backup Copy Jobs (GFS)
- Link between DC1 and DC2 is very slow (1-2Mbit ->WAN accelerator is in use)
The customer has a lot of backup files (GFS: 4W, 12 M, 7y) on the DC2. Now he likes to test if the backup is corrupted (without Sure Backup or Virtual Lab, and not over the Link from DC1 to DC2). As far as I understand from the Veeam support, the backup validator needs a VBR-server. At the moment we could install a "naked" VBR-server in DC2 and run from there the validator (information from ticket: 02509643).
That's why I would appreciate a "standalone" tool without the need of a VBR-server.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Feature Request: "Standalone" Backup Validator
Hi Doron, you're right, currently Veeam Backup Validator requires access to running Veeam Backup Service and Veeam B&R database, but thanks for the feedback, much appreciated.
-
- Influencer
- Posts: 20
- Liked: 4 times
- Joined: Apr 02, 2014 11:10 am
- Contact:
Re: Feature Request: "Standalone" Backup Validator
Hi, +1 from me to this feature. I'm just trying ReFS repository and I wanted to run backup check directly on storage repository server. Right now it is possible to run it only on veeam server (=over network)
-
- Service Provider
- Posts: 153
- Liked: 34 times
- Joined: Dec 18, 2017 8:58 am
- Full Name: Bill Couper
- Contact:
Re: Feature Request: "Standalone" Backup Validator
+1
Just wasted hours trying to get backup file validation working across the network from Cloud Connect server to repository server.
Please give us a way to run this locally on the repository server without installing the full VBR software!
Just wasted hours trying to get backup file validation working across the network from Cloud Connect server to repository server.
Please give us a way to run this locally on the repository server without installing the full VBR software!
-
- Service Provider
- Posts: 42
- Liked: 32 times
- Joined: Aug 07, 2017 11:51 am
- Full Name: William
- Location: Zurich, Switzerland
- Contact:
Re: Feature Request: "Standalone" Backup Validator
@Foggy: Is there any update about this? My last request was on January 2019 (1 year, 3 months passed since then).
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Feature Request: "Standalone" Backup Validator
Hi William, at the moment there are no plans to deliver this functionality. Thanks!
-
- Expert
- Posts: 149
- Liked: 34 times
- Joined: May 01, 2012 11:56 am
- Full Name: Stuart Green
- Contact:
Re: Feature Request: "Standalone" Backup Validator
referencing https://www.veeam.com/kb2086
and testing the options it appears that using a UNC path with administrative shares does not work against the /file parameter. You have to setup network shares?
(unless my syntax is wrong)
Background
I have a standalone VBK file (VEEAMZIP) that I want to validate this file. (1.4TB size VM)
It is located on a Veeam B&R managed Backup Repository.
On the Veeam Backup Server in a Command Prompt (Run as Administrator) I can list the file on the remote server doing
dir \\dindjarin\h$\backups\MANDO.vm-192342D2020-09-09T091821_3355.vbk
However, I cannot pass this into the Veeam.Backup.Validator.exe
"%ProgramFiles%\Veeam\Backup and Replication\Backup\Veeam.Backup.Validator.exe" /file:"\\dindjarin\h$\backups\MANDO.vm-192342D2020-09-09T091821_3355.vbk"
Failed to process storage. Failed to validate files.
QUICK UPDATE: I created a network share to the path of the file. However, even though I can see it remotely. It appears that the validator still requires username and password credentials in the command line to operate.
Will test with administrative share in the path once validation completed.
and testing the options it appears that using a UNC path with administrative shares does not work against the /file parameter. You have to setup network shares?
(unless my syntax is wrong)
Background
I have a standalone VBK file (VEEAMZIP) that I want to validate this file. (1.4TB size VM)
It is located on a Veeam B&R managed Backup Repository.
On the Veeam Backup Server in a Command Prompt (Run as Administrator) I can list the file on the remote server doing
dir \\dindjarin\h$\backups\MANDO.vm-192342D2020-09-09T091821_3355.vbk
However, I cannot pass this into the Veeam.Backup.Validator.exe
"%ProgramFiles%\Veeam\Backup and Replication\Backup\Veeam.Backup.Validator.exe" /file:"\\dindjarin\h$\backups\MANDO.vm-192342D2020-09-09T091821_3355.vbk"
Failed to process storage. Failed to validate files.
QUICK UPDATE: I created a network share to the path of the file. However, even though I can see it remotely. It appears that the validator still requires username and password credentials in the command line to operate.
Will test with administrative share in the path once validation completed.
-
- Expert
- Posts: 149
- Liked: 34 times
- Joined: May 01, 2012 11:56 am
- Full Name: Stuart Green
- Contact:
Re: Feature Request: "Standalone" Backup Validator
OK so this works.
Code: Select all
"%ProgramFiles%\Veeam\Backup and Replication\Backup\Veeam.Backup.Validator.exe" /file:"\\dindjarin\h$\backups\MANDO.vm-192342D2020-09-09T091821_3355.vbk" /username:192.168.0.121\Admin /password:MyPassword
Who is online
Users browsing this forum: AlexLeadingEdge and 304 guests