-
- Novice
- Posts: 7
- Liked: 1 time
- Joined: Dec 17, 2010 10:05 am
- Full Name: wim desmedt
- Contact:
Veeam Backup Validator
Hello,
We want to check backup archives after copying them over the network, of onto external storage.
Is it possible to check the archive without importing the backup?
Scripting import and removal afterwards could be done, but may be a bit complex if you have to take into account backup job names
regards
Wim
We want to check backup archives after copying them over the network, of onto external storage.
Is it possible to check the archive without importing the backup?
Scripting import and removal afterwards could be done, but may be a bit complex if you have to take into account backup job names
regards
Wim
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup Validator
Hi Wim,
Yes, this is exactly what backup validator support tool is intended for. It is located in B&R 6.5 installation directory - so just try running it from the command line, it has built-in help and is pretty self-explanatory. Let us know if you need any help or have further questions.
Thanks!
Yes, this is exactly what backup validator support tool is intended for. It is located in B&R 6.5 installation directory - so just try running it from the command line, it has built-in help and is pretty self-explanatory. Let us know if you need any help or have further questions.
Thanks!
-
- Novice
- Posts: 7
- Liked: 1 time
- Joined: Dec 17, 2010 10:05 am
- Full Name: wim desmedt
- Contact:
Re: Veeam Backup Validator
Gostev,
as far as i can figure out you cannot just point to a disk/network location to check an archive,
the archive has to be imported first?
regards
Wim
as far as i can figure out you cannot just point to a disk/network location to check an archive,
the archive has to be imported first?
regards
Wim
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup Validator
Yes, you just point the tool to a backup file on disk. No need to import or anything like that.
-
- Novice
- Posts: 7
- Liked: 1 time
- Joined: Dec 17, 2010 10:05 am
- Full Name: wim desmedt
- Contact:
Re: Veeam Backup Validator
that's not working Gostev! we cannot use a path, only backup job name?
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup Validator
My bad, the currently available version of the tool indeed still requires that backups are imported into B&R. Sorry for misinformation!
-
- Novice
- Posts: 7
- Liked: 1 time
- Joined: Dec 17, 2010 10:05 am
- Full Name: wim desmedt
- Contact:
Re: Veeam Backup Validator
so they good news is, soon there will be a new version
-
- Novice
- Posts: 3
- Liked: never
- Joined: Nov 15, 2012 2:44 pm
- Full Name: John E Wright
- Contact:
Re: Veeam Backup Validator
Is the use of this tool documented anywhere. I could not get it to run from a command line.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Veeam Backup Validator
John, try the /? key, it provides pretty descriptive help for the tool. Feel free to ask if you still have any questions after reading it.
-
- Novice
- Posts: 3
- Liked: never
- Joined: Nov 15, 2012 2:44 pm
- Full Name: John E Wright
- Contact:
Re: Veeam Backup Validator
i am new and trying to learn how to use everything, are you referring to using the /? key at what point?
I do not see the tool documented in the user guide. Is this tool something I can use to verify a backup without having to go through the process of setting up a virtual lab?
I do not see the tool documented in the user guide. Is this tool something I can use to verify a backup without having to go through the process of setting up a virtual lab?
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup Validator
Backup Validator is a command line utility, so this is the command line key.
There is no public documentation, as this is a support tool.
There is no public documentation, as this is a support tool.
Not really, it is not a replacement for SureBackup. All it checks for is that actual backup file was not modified/corrupted after it was created (for example, during transfer over WAN, or removable media). However, only SureBackup will help you ensure that your VMs are actually recoverable. Backup file may be totally fine, and yet contain unrecoverable VMs (e.g. some OS or application files were deleted or corrupted BEFORE the backup was taken).mmbank33 wrote:Is this tool something I can use to verify a backup without having to go through the process of setting up a virtual lab?
-
- Novice
- Posts: 3
- Liked: never
- Joined: Nov 15, 2012 2:44 pm
- Full Name: John E Wright
- Contact:
Re: Veeam Backup Validator
thnak you, I understand.
-
- Novice
- Posts: 7
- Liked: 1 time
- Joined: Dec 17, 2010 10:05 am
- Full Name: wim desmedt
- Contact:
Re: Veeam Backup Validator
Gostev,
is there a version coming then, that doesn't need importing?
regards
Wim
is there a version coming then, that doesn't need importing?
regards
Wim
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup Validator
Not soon.
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Dec 04, 2013 4:23 pm
- Contact:
Re: Veeam Backup Validator
it would be possible to have a standalone tool (like extract.exe) for check integrity of .VBK full backup file that i copy from normal repository to removable HD for disaster recovering ?
my porpouse is:
- copy .VBK to removable HD
- test .VBK with Validator utility with batch script for example:
validator.exe [file.VBK]
so I'm sure that file I copied are CRC integrity (like test option in zip)
Another option that would be enough is to have an automated generated .MD5 or .SHA1 crc file for .VBK when veeam finish the backup job
[file.VBK]
[file.SHA1]
so i'ts simple to ceck the integrity of file also when i'ts copied to another location and don't need to have veeam installed
my porpouse is:
- copy .VBK to removable HD
- test .VBK with Validator utility with batch script for example:
validator.exe [file.VBK]
so I'm sure that file I copied are CRC integrity (like test option in zip)
Another option that would be enough is to have an automated generated .MD5 or .SHA1 crc file for .VBK when veeam finish the backup job
[file.VBK]
[file.SHA1]
so i'ts simple to ceck the integrity of file also when i'ts copied to another location and don't need to have veeam installed
-
- VeeaMVP
- Posts: 6166
- Liked: 1971 times
- Joined: Jul 26, 2009 3:39 pm
- Full Name: Luca Dell'Oca
- Location: Varese, Italy
- Contact:
Re: Veeam Backup Validator
Even if it's only meant to be used by support, and thus not officially supported, look for veeam.backup.validator.exe in the installation directory
Luca.
Luca.
Luca Dell'Oca
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
-
- Novice
- Posts: 5
- Liked: 1 time
- Joined: Dec 04, 2013 4:23 pm
- Contact:
Re: Veeam Backup Validator
Ok i use "veeam.backup.validator.exe" from command line to check the backup and it' workdellock6 wrote:Even if it's only meant to be used by support, and thus not officially supported, look for veeam.backup.validator.exe in the installation directory
Luca.
I "manually corrupt a backup" [injection fake string ona vbk] and the validator returns error:
"Skipping VM 'TEST': File "TEST_1-flat.vmdk" is corrupted.
Failed to decompress LZ4 block: Incorrect decompression result or length (result: '524187', expected length: '524288')."
if I import that "manually corrupt a backup" veeam import them without error and I also able to restore a files without an error.
i presume because the files that I restore are in the block not damaged of .VBK??
from what I understand the structure of .VBK permit the restore of file present in the area not damage ?
it is correct ?
[REQUEST]
I would appreciate if there is the possibility to put in the GUI of veeam a button for [TEST BACKUP]
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Veeam Backup Validator
Yes, when you try to restore from a corrupted VBK file, there is still a possibility that blocks you're referring to are not damaged, so some data (VMs/files) can be restored even from this file.rei.andrea wrote:i presume because the files that I restore are in the block not damaged of .VBK?? from what I understand the structure of .VBK permit the restore of file present in the area not damage ?
it is correct ?
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Veeam Backup Validator
This functionality is already there and called SureBackup. With this feature, you can test existing backups and replicas in automatic fashion.I would appreciate if there is the possibility to put in the GUI of veeam a button for [TEST BACKUP].
Thanks.
-
- VeeaMVP
- Posts: 6166
- Liked: 1971 times
- Joined: Jul 26, 2009 3:39 pm
- Full Name: Luca Dell'Oca
- Location: Varese, Italy
- Contact:
Re: Veeam Backup Validator
Also because the Validator tests the VBK file itself, not the VM. At the end, we all want to be able to restore a running VM, regardless the state of the backup file.
And, in addition, I would say surebackup is quicker to run than validator, in order to read huge VBK files it takes quite a long time. It's a great tool to have, but I would not use it in a daily routine...
Luca.
And, in addition, I would say surebackup is quicker to run than validator, in order to read huge VBK files it takes quite a long time. It's a great tool to have, but I would not use it in a daily routine...
Luca.
Luca Dell'Oca
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
Principal EMEA Cloud Architect @ Veeam Software
@dellock6
https://www.virtualtothecore.com/
vExpert 2011 -> 2022
Veeam VMCE #1
[MERGED] Check VBK consistency
Is there a tool publicly available to test for the structure of a VBK file? I have a VBK chain that I suspect is not in the best of health, but recreating it is not straightforward due to the size of the storage.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Check VBK consistency
Hi John,
Have you tried to use a built-in SureBackup?
Have you tried to use a built-in SureBackup?
Re: Veeam Backup Validator
Thanks for the reply PTide and also the merge...whoever did it. SureBackup isn't quite what I'm looking for, I think. Earlier this week the backups started failing with a Zlib decompression error but even after an active full this error persists. I'm not sure what has gone wrong but I really, really don't want to start a new chain.
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Veeam Backup Validator
Hello, John.
I think Pavel gave you a valuable advice, since Surebackup Recoverability Verification is what you need for your concerns. It makes a number of test to check if VMs in the backup file are healthy and recoverable. If you don't want to rely on it, you can try to make a restore manually to see if VMs are not corrupted. Thanks!
I think Pavel gave you a valuable advice, since Surebackup Recoverability Verification is what you need for your concerns. It makes a number of test to check if VMs in the backup file are healthy and recoverable. If you don't want to rely on it, you can try to make a restore manually to see if VMs are not corrupted. Thanks!
-
- Chief Product Officer
- Posts: 31806
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup Validator
I think I have to tell you some bad news about your backup storage then, most likely...john.brodhurst wrote:even after an active full this error persists
Re: Veeam Backup Validator
Agreed. This was the conclusion I was heading towards. In a perfect world I would liked there to be a button somewhere I could press that would rescan the VBM, the VBK and the associated intermediate files and tell me what was wrong. I will keep wishing!Gostev wrote: I think I have to tell you some bad news about your backup storage then, most likely...
Thanks for the help though. I think we will need to find some way of doing a deep disk check on the storage volume. We may have sufficient storage to start a new chain but if the storage is defective then that's not going to help much.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Veeam Backup Validator
Wouldn't the Veeam Backup Validator tool (discussed in this thread above) do this for you?john.brodhurst wrote:In a perfect world I would liked there to be a button somewhere I could press that would rescan the VBM, the VBK and the associated intermediate files and tell me what was wrong.
Re: Veeam Backup Validator
I will have to look at this in depth once I'm back in the office. I'm on the road this week so one of my esteemed colleagues has taken over on this case but the validator tool sounds like it could be useful
-
- Service Provider
- Posts: 56
- Liked: 3 times
- Joined: Mar 05, 2015 2:17 pm
- Full Name: Neil MacNeil
- Contact:
Re: Veeam Backup Validator
How does one retrieve the backup and point ID for use with the backup validator?
-
- Product Manager
- Posts: 20406
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Veeam Backup Validator
I think backup ID can be gotten via PowerShell. But I'm wondering why you need it, don't you know (can't see on a filesystem) the name of your backup?
Who is online
Users browsing this forum: Bing [Bot], Semrush [Bot] and 231 guests