-
- Influencer
- Posts: 16
- Liked: never
- Joined: Nov 03, 2009 5:25 am
- Full Name: Nick Mancini
- Contact:
[ARCHIVED] Veeam Backup & Removable Media (rotated drives)
Question:
With Veeam 4, if the backup job has the "Perform Full Backup on these days" option checked for every day, and, if the job has a retention policy of only 1 rollback point, can the job be written to a removable media set (RDX drive) that is rotated daily?
While we understand (and like) the idea of always writing the backup job to local media, and then using robocopy or xcopy to copy the jobs to removable media, this is not always practical, due to HDD size contraints, as well as other issues.
Please advise.
Thx.
With Veeam 4, if the backup job has the "Perform Full Backup on these days" option checked for every day, and, if the job has a retention policy of only 1 rollback point, can the job be written to a removable media set (RDX drive) that is rotated daily?
While we understand (and like) the idea of always writing the backup job to local media, and then using robocopy or xcopy to copy the jobs to removable media, this is not always practical, due to HDD size contraints, as well as other issues.
Please advise.
Thx.
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup 4 & removable Media
Not in Veeam 4.0, but we have added a registry key in 4.1 that should allow for this scenario. This key will make the job not fail if backup file is not found on the job's destination path, but instead create the new backup file.
Code: Select all
ForceCreateMissingVBK
DWORD
1
-
- Influencer
- Posts: 16
- Liked: never
- Joined: Nov 03, 2009 5:25 am
- Full Name: Nick Mancini
- Contact:
Re: Veeam Backup 4 & removable Media
Excellent, thanks.
Besides the reg hack, is there anything in particular that is necessary to modify in the job itself (rollback points; perform full backup; etc.)?
Or will the reg hack handle it all?
Thanks again!
Besides the reg hack, is there anything in particular that is necessary to modify in the job itself (rollback points; perform full backup; etc.)?
Or will the reg hack handle it all?
Thanks again!
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup 4 & removable Media
No other changes should be needed.
If the backup file found missing during the incremental pass, job either:
- Fails out with "backup file not found" error (default behavior without reg hack), or
- Automatically performs full backup creating the new full backup file (behavior with reg hack). Along with that, the information about missing backup files chain is deleted from the configuration database to prevent any issues with accessing missing files in future.
We do not want this to be the default behavior, as backup file might have been moved to another folder accidentally. It is better to fail and let the user know and let him put the backup file back, instead of removing all traces of previous backups and starting from scratch like nothing happened. Requiring to explicitly enable this behavior assures that the user knows what he/she is doing.
If the backup file found missing during the incremental pass, job either:
- Fails out with "backup file not found" error (default behavior without reg hack), or
- Automatically performs full backup creating the new full backup file (behavior with reg hack). Along with that, the information about missing backup files chain is deleted from the configuration database to prevent any issues with accessing missing files in future.
We do not want this to be the default behavior, as backup file might have been moved to another folder accidentally. It is better to fail and let the user know and let him put the backup file back, instead of removing all traces of previous backups and starting from scratch like nothing happened. Requiring to explicitly enable this behavior assures that the user knows what he/she is doing.
-
- Influencer
- Posts: 16
- Liked: never
- Joined: Nov 03, 2009 5:25 am
- Full Name: Nick Mancini
- Contact:
Re: Veeam Backup 4 & removable Media
Excellent - Thanks!
Since we manage backups for our clients, we'll know when to apply the hack and when not to.
In a few cases, we write directly to removable media, so we need the hack for those clients.
Otherwise, default settings will work well.
How do I obtain the reg hack?
Thanks!
(PS: 4.1 looks good. Only issue is having to dig up the .lic file when doing an upgrade install over 4.0. Wish it would just use the previously installed license....)
Since we manage backups for our clients, we'll know when to apply the hack and when not to.
In a few cases, we write directly to removable media, so we need the hack for those clients.
Otherwise, default settings will work well.
How do I obtain the reg hack?
Thanks!
(PS: 4.1 looks good. Only issue is having to dig up the .lic file when doing an upgrade install over 4.0. Wish it would just use the previously installed license....)
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup 4 & removable Media
Create the following key in Veeam hive under HKEY_LOCAL_MACHINE\SOFTWARE (where all other Veeam keys are):
Code: Select all
ForceCreateMissingVBK
DWORD
1
-
- Influencer
- Posts: 16
- Liked: never
- Joined: Nov 03, 2009 5:25 am
- Full Name: Nick Mancini
- Contact:
Re: Veeam Backup 4 & removable Media
Excellent!
Thanks!
Thanks!
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Apr 02, 2011 9:56 am
- Full Name: NX Support
- Contact:
[MERGED] General Backup to 2 different NFS Shares
Hello All,
i hope that this is the right thread for my answer. We use Veeam to Backup 8 VM's. For Desaster Recovery the idea is that we will use 2 Network HD with NFS. One Week we will Backup to Disk1 next week to the other. First week all is OK. Wenn we changed the Disk Veeam failed all Backup's with no config File found.
Any ideas or workaround. Different Backup Jobs will not Work and any new created Job fails to.
Thanks for your help
Reguards Oliver
i hope that this is the right thread for my answer. We use Veeam to Backup 8 VM's. For Desaster Recovery the idea is that we will use 2 Network HD with NFS. One Week we will Backup to Disk1 next week to the other. First week all is OK. Wenn we changed the Disk Veeam failed all Backup's with no config File found.
Any ideas or workaround. Different Backup Jobs will not Work and any new created Job fails to.
Thanks for your help
Reguards Oliver
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup 4 & Removable Media
Please note that the key above will not help jobs which already failed once due to missing VBK. The key will only affect newly created jobs (and those which had not failed yet).
Additionally, as always please be sure to restart all Veeam services and UI after changing any registry setting. Registry parameters are queried only once, during service and UI start up.
Additionally, as always please be sure to restart all Veeam services and UI after changing any registry setting. Registry parameters are queried only once, during service and UI start up.
-
- Veteran
- Posts: 387
- Liked: 97 times
- Joined: Mar 24, 2010 5:47 pm
- Full Name: Larry Walker
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
I am replacing the raid the Veeam uses. We are not moving any of the data to the new raid, just keeping the raid offline for 30 days, if I need the data I will import. Can I set this reg setting and assign the same drive letters, will Veeam then create the folders and do a full backup ? thanks What is the best way to have Veeam remove the old backups from the DB ?
-
- Service Provider
- Posts: 21
- Liked: 3 times
- Joined: Sep 27, 2010 11:01 am
- Full Name: ADM Computing Ltd
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Also, does this registry key work with version 5.0.x?
-
- VP, Product Management
- Posts: 27377
- Liked: 2802 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Yes, this reg key is still applicable to v5.
Yes, if you apply this key to the backup server, then all your backups will be re-created from scratch. The best way to remove all the records from the database is to adjust retention policy and let it do all the job for you.larry wrote:Can I set this reg setting and assign the same drive letters, will Veeam then create the folders and do a full backup ? thanks What is the best way to have Veeam remove the old backups from the DB ?
-
- Expert
- Posts: 246
- Liked: 58 times
- Joined: Apr 28, 2009 8:33 am
- Location: Strasbourg, FRANCE
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Is this reg key always applicable to v6 ?
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
No, this key no longer works due to the switch to the new architecture with backup repositories.
-
- Expert
- Posts: 246
- Liked: 58 times
- Joined: Apr 28, 2009 8:33 am
- Location: Strasbourg, FRANCE
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
So, how to manage USB rotated drives with v6 ?
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
This scenario is not yet supported with v6 backup repositories. I believe, you can make it work if you make sure subfolders where each job puts backups into still exist on the newly inserted drives (but I have not tested this myself).
-
- Enthusiast
- Posts: 33
- Liked: 4 times
- Joined: Oct 10, 2011 7:10 pm
- Full Name: Phil Riley
- Contact:
[MERGED] Cannot Setup simple backup job to removable drive
Hello,
After upgrading from V5 to V6, I cannot setup a simple backup job.
I have a Dell RD1000 drive which is presented to Windows as a removable drive, physically it is a removeable cartridge similar to a tape, but not tape.
I have 2 cartridges A & B which we alternate daily. In version 5 I had a simple backup job (reversed incremental) full backup every day. This backup job would run overnight and create a VBK file on the cartridge (removabel drive).
We swap the cartridges each day, to ensure we always had a full backup of the VM off-site.
The job was configured for only 1 restore point, as 1 removable drive could only hold 1 full backup.
A script is run to delete the VBK file from the removable drive before the job runs.
In version 6 we had to create a repository pointing the removable drive, the backup job works on its 1st time run directly after creation of the job, but any subsequent jobs failed with an error "Failed to save backup meta to 'E:\Backups\CMSVR1-BK\CMSVR1-BK.vbm' [VEEAM-PC] Failed to save file content. The system cannot find the path specified "
Speaking with support, they advised to delete the VBM file (new in V6) along with the VBK file, but it still failed.
Then support advised I need to create 2 repositories, and 2 jobs, and alternate the jobs with the drives.
I dont think this method is efficient, as the operator would need to make sure the correct cartridge is inserted for that day, in their absence the job would fail, especially if they were absent for a few days.
Is there any way we can run a backup every day as in version 5?
I have had to revert back to Version 5 in the meantime.
Thanks
After upgrading from V5 to V6, I cannot setup a simple backup job.
I have a Dell RD1000 drive which is presented to Windows as a removable drive, physically it is a removeable cartridge similar to a tape, but not tape.
I have 2 cartridges A & B which we alternate daily. In version 5 I had a simple backup job (reversed incremental) full backup every day. This backup job would run overnight and create a VBK file on the cartridge (removabel drive).
We swap the cartridges each day, to ensure we always had a full backup of the VM off-site.
The job was configured for only 1 restore point, as 1 removable drive could only hold 1 full backup.
A script is run to delete the VBK file from the removable drive before the job runs.
In version 6 we had to create a repository pointing the removable drive, the backup job works on its 1st time run directly after creation of the job, but any subsequent jobs failed with an error "Failed to save backup meta to 'E:\Backups\CMSVR1-BK\CMSVR1-BK.vbm' [VEEAM-PC] Failed to save file content. The system cannot find the path specified "
Speaking with support, they advised to delete the VBM file (new in V6) along with the VBK file, but it still failed.
Then support advised I need to create 2 repositories, and 2 jobs, and alternate the jobs with the drives.
I dont think this method is efficient, as the operator would need to make sure the correct cartridge is inserted for that day, in their absence the job would fail, especially if they were absent for a few days.
Is there any way we can run a backup every day as in version 5?
I have had to revert back to Version 5 in the meantime.
Thanks
-
- Enthusiast
- Posts: 33
- Liked: 4 times
- Joined: Oct 10, 2011 7:10 pm
- Full Name: Phil Riley
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Hi Gostev,
Thanks I tried to keep the folder structure on the removable drives, but it needs the VBM and VBK files to already exist from the most previous job. As we have swapped drives it is not the most previous job, but the 2nd to most pervious, if you get me
Shame, im stuck on V5:-(
Thanks I tried to keep the folder structure on the removable drives, but it needs the VBM and VBK files to already exist from the most previous job. As we have swapped drives it is not the most previous job, but the 2nd to most pervious, if you get me
Shame, im stuck on V5:-(
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Phil, have you set the registry key discussed in this topic above? With the key set, VBR should not require any files to exist at all. (Please note, however, that, as Anton has already said, this scenario was not tested and cannot be supported - just a guess.)
-
- Novice
- Posts: 6
- Liked: never
- Joined: Dec 15, 2011 1:40 am
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Hi, I have the same problem, I backup over 10 usb disk. 5 each week in rotation.
But its no sense to create 10 job.
What is the best practice for this in v6 ?
I have think to make backup local and create a erease copy job schedule, but its not very a clean way.
Thanks to all.
But its no sense to create 10 job.
What is the best practice for this in v6 ?
I have think to make backup local and create a erease copy job schedule, but its not very a clean way.
Thanks to all.
-
- Influencer
- Posts: 20
- Liked: 1 time
- Joined: Dec 13, 2009 7:23 am
- Full Name: Michel Biesheuvel
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
I also have the same problem. We have lots of customers with Veeam. I want to update them Veeam 6 but this is something I really need.
The problem is that some backups are big > 1TB. This can be copied to an E-SATA disk without any problems but I do not want to use Reversed Incremental (because the 1TB file is changed every single day). This is a big file which needs time to copy.
Thats' why we choose to use the incremental option. In the weekend we shuffle the folder the vbk is stored on and then a new full is made. This method is working and the backups are copied afterwards to disk fine. If we do not shuffle and use the option "transform previous full backup chains into rollback" it takes 24!! hours to complete this. This is abnormal long and that's why I reject to use it. Or is this option optimized in Veeam 6 so it takes shorter to complete?
In other words please enable the option again. I have already tested it in Veeam 6. So I have set the registry key and made a new job. Shuffled the backup and let the backup start. But I get the same error as everyone else:
19-1-2012 14:34:50 :: Failed to save backup meta to '\\nas01\backup\week1\veeam\Backup Veeam\Backup Veeam.vbm'
[BACKUP01] Failed to save file content.
The system cannot find the file specified.
The problem is that some backups are big > 1TB. This can be copied to an E-SATA disk without any problems but I do not want to use Reversed Incremental (because the 1TB file is changed every single day). This is a big file which needs time to copy.
Thats' why we choose to use the incremental option. In the weekend we shuffle the folder the vbk is stored on and then a new full is made. This method is working and the backups are copied afterwards to disk fine. If we do not shuffle and use the option "transform previous full backup chains into rollback" it takes 24!! hours to complete this. This is abnormal long and that's why I reject to use it. Or is this option optimized in Veeam 6 so it takes shorter to complete?
In other words please enable the option again. I have already tested it in Veeam 6. So I have set the registry key and made a new job. Shuffled the backup and let the backup start. But I get the same error as everyone else:
19-1-2012 14:34:50 :: Failed to save backup meta to '\\nas01\backup\week1\veeam\Backup Veeam\Backup Veeam.vbm'
[BACKUP01] Failed to save file content.
The system cannot find the file specified.
-
- VP, Product Management
- Posts: 27377
- Liked: 2802 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Michel, have you tried the workaround that Anton has mentioned in the previous post?
Gostev wrote:This scenario is not yet supported with v6 backup repositories. I believe, you can make it work if you make sure subfolders where each job puts backups into still exist on the newly inserted drives (but I have not tested this myself).
-
- Influencer
- Posts: 20
- Liked: 1 time
- Joined: Dec 13, 2009 7:23 am
- Full Name: Michel Biesheuvel
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Well we do not backup to disk directly. We backup to a NAS and then with a Backup PC to an E-SATA disk. The point is we want to go back in time for a couple of weeks but do not want to use the retention of 28 days or use the Incremental which wants a full every week. We just want to have the option to create a full backup every week in a new folder which can be copied to disk which contains 1 week data.
I just do not understand why the option is removed. You said it is because of technical reasons? Which reasons if I may ask? I am really interested in the technical answer.
What if we use only one Backup Proxy with one destination? Just like in version 5.
My opinion is Veeam is thinking to much in Enterprise and if forgetting the smaller sized companies with max 5 ESX servers. With this option removed we need to rethink our backup method. I was so happy with Veeam but this really makes me think.
I just do not understand why the option is removed. You said it is because of technical reasons? Which reasons if I may ask? I am really interested in the technical answer.
What if we use only one Backup Proxy with one destination? Just like in version 5.
My opinion is Veeam is thinking to much in Enterprise and if forgetting the smaller sized companies with max 5 ESX servers. With this option removed we need to rethink our backup method. I was so happy with Veeam but this really makes me think.
-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
I think the "technical reasons" are probably referring to the benefits of splitting the metadata into a separate file. There are many, many benefits to this approach, some of which are already in V6 (virtually instant import of backup files, compared to a relatively slow process in previous versions), and some that will be coming in future versions.
Unfortunately, this new enhancement broke an existing feature that some customers were using. This "rotation" feature was not used by the majority of customers, which is why it required a registry key to enable. Most customers seem to simply choose to copy the files for their "offsite" rotation media using a post-job script, which still works fine with V6.
I'm still not 100% clear as to what you are currently doing. You're backup up to a NAS, and then copying this to removable media? Then basically emptying the folder? Have you tried simply copying the VBM file back in place into the new folder? I'll try to play with it a little bit.
Unfortunately, this new enhancement broke an existing feature that some customers were using. This "rotation" feature was not used by the majority of customers, which is why it required a registry key to enable. Most customers seem to simply choose to copy the files for their "offsite" rotation media using a post-job script, which still works fine with V6.
I'm still not 100% clear as to what you are currently doing. You're backup up to a NAS, and then copying this to removable media? Then basically emptying the folder? Have you tried simply copying the VBM file back in place into the new folder? I'll try to play with it a little bit.
-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: Cannot Setup simple backup job to removable drive
This particular use case is easy. If I understand correctly, you're basically just running a full backup every night. So, add the registry key, set your retention to the lowest value, and configure the job to run an active full every night. This works fine in my testing.rileybloke wrote: I have 2 cartridges A & B which we alternate daily. In version 5 I had a simple backup job (reversed incremental) full backup every day. This backup job would run overnight and create a VBK file on the cartridge (removabel drive).
We swap the cartridges each day, to ensure we always had a full backup of the VM off-site.
The job was configured for only 1 restore point, as 1 removable drive could only hold 1 full backup.
A script is run to delete the VBK file from the removable drive before the job runs.
In version 6 we had to create a repository pointing the removable drive, the backup job works on its 1st time run directly after creation of the job, but any subsequent jobs failed with an error "Failed to save backup meta to 'E:\Backups\CMSVR1-BK\CMSVR1-BK.vbm' [VEEAM-PC] Failed to save file content. The system cannot find the path specified "
Speaking with support, they advised to delete the VBM file (new in V6) along with the VBK file, but it still failed.
Then support advised I need to create 2 repositories, and 2 jobs, and alternate the jobs with the drives.
I dont think this method is efficient, as the operator would need to make sure the correct cartridge is inserted for that day, in their absence the job would fail, especially if they were absent for a few days.
Is there any way we can run a backup every day as in version 5?
I have had to revert back to Version 5 in the meantime.
-
- Enthusiast
- Posts: 88
- Liked: 2 times
- Joined: Apr 19, 2010 1:14 am
- Full Name: Justin Paul
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Sounds to me like Veeam needs to make a "USB tape engine" LOL
-
- Novice
- Posts: 5
- Liked: never
- Joined: Mar 01, 2010 11:36 am
- Full Name: Rob Moore
- Location: London and South East
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Totally agree!! Whats happening to the SMB market? Also creating Proxies here n there is not an option for some SMB's.mbiesheuvel wrote:Well we do not backup to disk directly. We backup to a NAS and then with a Backup PC to an E-SATA disk. The point is we want to go back in time for a couple of weeks but do not want to use the retention of 28 days or use the Incremental which wants a full every week. We just want to have the option to create a full backup every week in a new folder which can be copied to disk which contains 1 week data.
I just do not understand why the option is removed. You said it is because of technical reasons? Which reasons if I may ask? I am really interested in the technical answer.
What if we use only one Backup Proxy with one destination? Just like in version 5.
My opinion is Veeam is thinking to much in Enterprise and if forgetting the smaller sized companies with max 5 ESX servers. With this option removed we need to rethink our backup method. I was so happy with Veeam but this really makes me think.
Please Veeam fix this issue that been broken. Coming from an SMB market, v6 is not so friendly and considering rolling back.
Rob
www.PitchPartners.com
www.PitchPartners.com
-
- Novice
- Posts: 4
- Liked: never
- Joined: Dec 14, 2011 3:34 pm
- Full Name: Mario Belcourt
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
I have the same problem when I use a USB hard drive.
The temporary solution (hopefully temporary) I've found, is to delete the job was done the day before.
1) go to "Backup & Replication"
2) go to the subfolder "Backup"
3) Right click on the job
4) Select "Remove from backups"
The problem is I need to do this every day
The temporary solution (hopefully temporary) I've found, is to delete the job was done the day before.
1) go to "Backup & Replication"
2) go to the subfolder "Backup"
3) Right click on the job
4) Select "Remove from backups"
The problem is I need to do this every day
-
- Novice
- Posts: 5
- Liked: never
- Joined: Mar 01, 2010 11:36 am
- Full Name: Rob Moore
- Location: London and South East
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Theres no logic in this. Unless this is sorted soon new SMB clients of ours will be sold different backup software.
Rob
www.PitchPartners.com
www.PitchPartners.com
-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: Veeam Backup & Removable Media (rotated drives)
Once again I will ask, are you simply running a full backup every night? If so, the registry key will still work. Simply configure the job to run an active full every night with the registry key and all is good.mbelcourt wrote:I have the same problem when I use a USB hard drive.
The temporary solution (hopefully temporary) I've found, is to delete the job was done the day before.
1) go to "Backup & Replication"
2) go to the subfolder "Backup"
3) Right click on the job
4) Select "Remove from backups"
The problem is I need to do this every day
You could also easily script the "Remove from backups" tasks via PowerShell and have the server automatically do this just prior to the backup run.
Who is online
Users browsing this forum: Google [Bot], jeffrey.saavedra, Semrush [Bot] and 47 guests