-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Just a small correction, if you setup an incremental job with a synthetic full with transform every day, the result on disk is the same as a reversed incremental. And yes, this would have the same issue, freed blocks would eventually be reused, but the VBK file would never shrink.
-
- Enthusiast
- Posts: 25
- Liked: never
- Joined: Mar 07, 2012 11:54 pm
- Full Name: Edward Iskra
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Right - I meant with transform.
And thanks for the confirmation.
And thanks for the confirmation.
-
- Influencer
- Posts: 10
- Liked: never
- Joined: Jun 18, 2012 1:02 pm
- Full Name: Karl Wallenius
- Contact:
[MERGED] Removing Backups from disk and job
Hi there,
We have a very large environment and VMs come and go as customers get new servers and old ones are decommisioned.
It has come to my attention that when excluding VMs (after they've first been included in the job) and then deleting the VM Backup from the backup file, the space isn't freed.
On the other hand this was way back in 6.0 and it might have changed in the new version.
I've excluded a couple of VMs, and also deleted them from the backup file, but still no disk space is freed.
Any suggestions on what to do? Making the job a new is a tough one, because we have based our jobs on Datastorages (there might be a better way though).
Any little tip for a relativly new admin in Veeam would be appriciated.
We have a very large environment and VMs come and go as customers get new servers and old ones are decommisioned.
It has come to my attention that when excluding VMs (after they've first been included in the job) and then deleting the VM Backup from the backup file, the space isn't freed.
On the other hand this was way back in 6.0 and it might have changed in the new version.
I've excluded a couple of VMs, and also deleted them from the backup file, but still no disk space is freed.
Any suggestions on what to do? Making the job a new is a tough one, because we have based our jobs on Datastorages (there might be a better way though).
Any little tip for a relativly new admin in Veeam would be appriciated.
-
- Novice
- Posts: 4
- Liked: never
- Joined: Dec 07, 2012 5:07 pm
- Contact:
[MERGED] Remove server from backup repository
Hi,
I have a bit of trouble with disk space in my lab repository. Right now I have about 5 GB free space and no budget to increase this. Since this is my lab it's not really critical to protect all VMs, and I removed one 600 GB VM from all backup jobs expecting disk space to eventually being freed up. That's not happening. Is this by design, or am I missing some setting?
My retention policy was set to 14 days, but I lowered it to two days a week ago. I also set retention policy for deleted VMs to 1 day, but still no result. I'm backing up using reversed incremental backups. What is the correct procedure to remove data from the repository?
I have a bit of trouble with disk space in my lab repository. Right now I have about 5 GB free space and no budget to increase this. Since this is my lab it's not really critical to protect all VMs, and I removed one 600 GB VM from all backup jobs expecting disk space to eventually being freed up. That's not happening. Is this by design, or am I missing some setting?
My retention policy was set to 14 days, but I lowered it to two days a week ago. I also set retention policy for deleted VMs to 1 day, but still no result. I'm backing up using reversed incremental backups. What is the correct procedure to remove data from the repository?
-
- Novice
- Posts: 4
- Liked: never
- Joined: Dec 07, 2012 5:07 pm
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Well, reading this thread more or less cleared that up
Thanks for merging admin/mod!
Thanks for merging admin/mod!
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Mar 26, 2013 12:00 pm
- Full Name: Ingo Breker
- Contact:
[MERGED] Reduce Size of Reversed-Incremental-VBK
Hi all,
I have a problem with my reversed-incremental-Backup, the size of the Reversed-Incremental-VBK is 1432 GB, if you perform an "normal" full-backup the size is 854 GB. Is there any trick to reduce the size of the reversed-incremental-VBK without performing an active full backup?
Thanks in advance,
Ingo
I have a problem with my reversed-incremental-Backup, the size of the Reversed-Incremental-VBK is 1432 GB, if you perform an "normal" full-backup the size is 854 GB. Is there any trick to reduce the size of the reversed-incremental-VBK without performing an active full backup?
Thanks in advance,
Ingo
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Ingo, please read through this topic to get better understanding of the nature of your issue. Basically, it is explained by the fact that NTFS not actually removes data on its deletion but rather marks all the blocks belonging to deleted data as unused so that they could be reused by some other data. The only way to reduce the size of the file is to recreate it from scratch without writing the unneeded blocks (i.e. perform an active full backup).
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
This thread has been very informative but there's something I'm not 100% clear on yet.
Does an active full create a new and independent backup chain?
If so would that mean the following is safe?
1. Copy existing VBM, VBK, and VRBs to secondary storage.
2. Delete copied files.
2. Run Active Full job which will create new VBM and VBK backup chain on primary storage.
In other words, the new VBM and VBK files have nothing to do with the old files and B&R doesn't care that the old files do not exist when the Active Full is run.
Does an active full create a new and independent backup chain?
If so would that mean the following is safe?
1. Copy existing VBM, VBK, and VRBs to secondary storage.
2. Delete copied files.
2. Run Active Full job which will create new VBM and VBK backup chain on primary storage.
In other words, the new VBM and VBK files have nothing to do with the old files and B&R doesn't care that the old files do not exist when the Active Full is run.
-- Chris
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Yes.cparker4486 wrote:Does an active full create a new and independent backup chain?
Yes, this is correct in case of an active full (not so in case of incremental run, unless you have the ForceCreateMissingVBK key set to 1).cparker4486 wrote:In other words, the new VBM and VBK files have nothing to do with the old files and B&R doesn't care that the old files do not exist when the Active Full is run.
-
- Enthusiast
- Posts: 72
- Liked: 16 times
- Joined: Jul 16, 2012 1:54 pm
- Full Name: Harold Adams
- Contact:
[MERGED] Recovering Space From a VBK File
Hello and Good Day Veeam Community...
My organization runs reverse incremental backups. We don't do any periodic fulls or synthetic fulls. Also, I am using Veeam B&R version 6.5. Hypervisor is Vmware ESXi 5.1. Now, I am certain I read somewhere that as information is deleted from a virtual machine, that data is never truly removed from the VRB file. So what happens over time, you have a bloated VRB because it still has blocks that no longer exist in the current virtual machine. Is that correct? Assume that for space and other business reasons, I can't run period fulls or synthetic fulls. Is there a utility I can run that "compact" my full recovery VRB to make it smaller?
Thanks!
Harold
My organization runs reverse incremental backups. We don't do any periodic fulls or synthetic fulls. Also, I am using Veeam B&R version 6.5. Hypervisor is Vmware ESXi 5.1. Now, I am certain I read somewhere that as information is deleted from a virtual machine, that data is never truly removed from the VRB file. So what happens over time, you have a bloated VRB because it still has blocks that no longer exist in the current virtual machine. Is that correct? Assume that for space and other business reasons, I can't run period fulls or synthetic fulls. Is there a utility I can run that "compact" my full recovery VRB to make it smaller?
Thanks!
Harold
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Harold, you are correct regarding the deleted data behavior, however, the only way to reduce the size of any file on NTFS is to recreate it from scratch (and this is what active full actually does).
-
- Enthusiast
- Posts: 72
- Liked: 16 times
- Joined: Jul 16, 2012 1:54 pm
- Full Name: Harold Adams
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Thank you for the clarification. I would love to implement active\synthetic fulls in my backup plan, but don't have the space to keep more than one full backup at a time in most cases. I think if we looked at something like Data Domain as a backup target along side Veeam, the prospect of having multiple fulls in place is not as daunting. (Data domain has global dedupe and dedupes inline.) Thanks for the feedback
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
While thinking about Data Domain implementation, kindly see these general recommendations regarding DD usage in conjunction with Veeam; might be helpful.
Thanks
Thanks
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Though you cannot perform periodic active fulls, you still could run sdelete on the VMs to mark all the blocks belonging to deleted data as free, this won't reduce the VBK file size, but these blocks could then be reused by some other VM data. Just note that doing so for thin disks will expand them.
-
- Enthusiast
- Posts: 30
- Liked: 1 time
- Joined: Apr 17, 2009 11:31 am
- Contact:
[MERGED] Unruly full backup file.
I am running Veeam B&R 6.5 to backup my VMware environment. I have a regular backup job that is set to backup all my VMs. The job is set up as a "reverse incremental" with 20 rollbacks. When I first started running this job, the resulting full backup file was about 1.1 TB. However, several months later, the full backup file is now 2.1 TB. Is there a way to shrink this file?
-
- Veeam Software
- Posts: 649
- Liked: 170 times
- Joined: Dec 10, 2012 8:44 am
- Full Name: Nikita Efes
- Contact:
Re: Unruly full backup file.
Please review this topic: Remove clients from a backup but VBK file never shrinks.
It should answer your questions.
It should answer your questions.
-
- Service Provider
- Posts: 182
- Liked: 48 times
- Joined: Sep 03, 2012 5:28 am
- Full Name: Yizhar Hurwitz
- Contact:
Re: Unruly full backup file.
Hi.
I also suggest using several jobs with fewer VMs each, vs a single large job.
Having several jobs gives you more flexibility and mobility, with smaller VBK files for each job.
You can backup large data servers (files/mail server) in a single VM per job method, while other small servers (DC/TS/etc) using multiple servers per job.
Yizhar
I also suggest using several jobs with fewer VMs each, vs a single large job.
Having several jobs gives you more flexibility and mobility, with smaller VBK files for each job.
You can backup large data servers (files/mail server) in a single VM per job method, while other small servers (DC/TS/etc) using multiple servers per job.
Yizhar
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: [MERGED] Unruly full backup file.
Basically, you can try to recreate the backup file from scratch by running active full and see whether this will reduce the VBK size.tim5700 wrote:I am running Veeam B&R 6.5 to backup my VMware environment. I have a regular backup job that is set to backup all my VMs. The job is set up as a "reverse incremental" with 20 rollbacks. When I first started running this job, the resulting full backup file was about 1.1 TB. However, several months later, the full backup file is now 2.1 TB. Is there a way to shrink this file?
-
- Novice
- Posts: 3
- Liked: never
- Joined: Sep 09, 2013 7:16 am
- Full Name: Emmanuel Andry
- Contact:
{MERGED] Synthetic full with previous backup rollback
Hi everyone,
best wishes for 2014 !
Something strange with Synthetic full with previous backup rollback : I had a backup job with 6 VM and a tape job backing up the vbk everyday. Since the vbk grew up rather quickly, I decided to remove 3 VM from the job and create another one for them (without tape backup).
Doing this, I thought that the vbk would have been smaller because it would contain only 3 VM... But it remained the same size (and keep growing)
So, isn't the vbk file supposed to contain only the last backup data ? Is it a bug or something I misunderstood about vbk/vrb ?
Thanks for your help.
best wishes for 2014 !
Something strange with Synthetic full with previous backup rollback : I had a backup job with 6 VM and a tape job backing up the vbk everyday. Since the vbk grew up rather quickly, I decided to remove 3 VM from the job and create another one for them (without tape backup).
Doing this, I thought that the vbk would have been smaller because it would contain only 3 VM... But it remained the same size (and keep growing)
So, isn't the vbk file supposed to contain only the last backup data ? Is it a bug or something I misunderstood about vbk/vrb ?
Thanks for your help.
-
- Chief Product Officer
- Posts: 31816
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Happy New Year Emmanuel. You should run the Active Full backup on the job, please review this topic for more details. Thanks!
-
- Influencer
- Posts: 11
- Liked: 2 times
- Joined: Sep 04, 2013 2:09 pm
- Full Name: Thomas Voß
Re: Remove clients from a backup but VBK file never shrinks.
Hi All,
Happy new 2014!
I have a similar Problem, it's related to available Space on a "removable" Media ...
First of all. Veeam Implement a Shrink feature for your Backup Files. This is a very needed feature. And do NOT stop COPY Jobs on a given time, just let them finish a VM or delete that VM from COPY VBK and truncate the File!
Ok, here are is a scenario which i had some days ago.
You have:
One Backup Repository and a "removable" Backup repository like a USB Media, lets say 2TB
You Backup VM's each day (Backup Size ~1.4 TB FULL). And have copy Jobs to copy every days restore point to removable Media.
Everything is fine. Except this one...
You have a Machine like a File Server in your Backup with around 600GB.
Now you have a Copy Job which starts right after the Backup Job (FULL Backup, as of some reasons this took quite more time as expected).
After this Full Backup a Copy Job is running from 00:00 till 23:59, then it gets stopped and restarted.
The Copy of the File Server has done around 450GB of Data into the VBK File and was aborted. So it is INCOMPLETE!
Next Copy Job runs from 00:00 and restarts the Server copy (because it's incomplete)
Now you have a VBK File with 650GB and a VIB with 1.1TB = 1.7TB but only 1.4TB worth of Data to restore...
Just correct me if i am wrong...
Happy new 2014!
I have a similar Problem, it's related to available Space on a "removable" Media ...
First of all. Veeam Implement a Shrink feature for your Backup Files. This is a very needed feature. And do NOT stop COPY Jobs on a given time, just let them finish a VM or delete that VM from COPY VBK and truncate the File!
Ok, here are is a scenario which i had some days ago.
You have:
One Backup Repository and a "removable" Backup repository like a USB Media, lets say 2TB
You Backup VM's each day (Backup Size ~1.4 TB FULL). And have copy Jobs to copy every days restore point to removable Media.
Everything is fine. Except this one...
You have a Machine like a File Server in your Backup with around 600GB.
Now you have a Copy Job which starts right after the Backup Job (FULL Backup, as of some reasons this took quite more time as expected).
After this Full Backup a Copy Job is running from 00:00 till 23:59, then it gets stopped and restarted.
The Copy of the File Server has done around 450GB of Data into the VBK File and was aborted. So it is INCOMPLETE!
Next Copy Job runs from 00:00 and restarts the Server copy (because it's incomplete)
Now you have a VBK File with 650GB and a VIB with 1.1TB = 1.7TB but only 1.4TB worth of Data to restore...
Just correct me if i am wrong...
-
- VP, Product Management
- Posts: 27377
- Liked: 2802 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Hi Thomas,
Happy New Year to you too!
P.S. btw, resume option is available when you're transferring data over the WAN link using WAN Accelerators
Thank you!
Happy New Year to you too!
Yes, your argument is understandable, but the backup copy job does initial sync only once and then transfer only changes, so it shouldn't take much time to transfer changes, right? Am I missing something?buwprof wrote:Now you have a Copy Job which starts right after the Backup Job (FULL Backup, as of some reasons this took quite more time as expected). After this Full Backup a Copy Job is running from 00:00 till 23:59, then it gets stopped and restarted.
P.S. btw, resume option is available when you're transferring data over the WAN link using WAN Accelerators
Thank you!
-
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
You might want to consider seeding the backup files first; so that, only changes will be transferred during initial run. Thanks.
-
- Novice
- Posts: 8
- Liked: never
- Joined: Sep 26, 2013 7:30 am
- Contact:
[MERGED] "Remove VM files from Backup" does not free up disk
I've gotten into a situation where my backup repository is 100% full (only a few KB left). To free up some space, I wanted to delete some VMs from my backup so I right clicked and selected "Remove from Disk" on the VMs in question. The process completed successfully, but no space has been freed up in the backup repository!
The backup job type is a forward incremental with periodic fulls every weekend.
Does Veeam require free space on the volume before it can actually delete VMs out of on-disk backups?
The backup job type is a forward incremental with periodic fulls every weekend.
Does Veeam require free space on the volume before it can actually delete VMs out of on-disk backups?
-
- VP, Product Management
- Posts: 27377
- Liked: 2802 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Remove VM from backup does not physically deletes VMs, it marks VM blocks as deleted in the backup, so next time you run the job it will re-use these blocks for new data (in case of reversed incremental mode). If you want to free up some space on the repository, you need to adjust the retention policy settings and run the job.
Can you please tell me what is the retention policy set on the job, and how many files you have on your repository?
Also in order to be protected from these situations in future, I would suggest using Veeam ONE that will inform you on low free space on the repository and has a predefined report template for planning capacity of the repository.
Can you please tell me what is the retention policy set on the job, and how many files you have on your repository?
Also in order to be protected from these situations in future, I would suggest using Veeam ONE that will inform you on low free space on the repository and has a predefined report template for planning capacity of the repository.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
The space should be reclaimed after a new active full. Since you seem not to have enough space for it, probably it is worth deleting some older restore points manually.
-
- Service Provider
- Posts: 327
- Liked: 23 times
- Joined: Oct 09, 2012 2:30 pm
- Full Name: Maso
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
I understand that this problem has to do with NTFS. Is there the same issue with ReFS?
\Masonit
\Masonit
-
- VP, Product Management
- Posts: 27377
- Liked: 2802 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
I don't recall any method of shrinking file on the fly on ReFS.
-
- Influencer
- Posts: 20
- Liked: 4 times
- Joined: Apr 02, 2014 11:10 am
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
I would like to have some option to run some "maintenance" task which will shrink (rebuild) existing vbk file, because if I'm out of space to store another full backup (produced by active full), what else I can do?Vitaliy S. wrote:Remove VM from backup does not physically deletes VMs, it marks VM blocks as deleted in the backup, so next time you run the job it will re-use these blocks for new data (in case of reversed incremental mode). If you want to free up some space on the repository, you need to adjust the retention policy settings and run the job.
Can you please tell me what is the retention policy set on the job, and how many files you have on your repository?
Also in order to be protected from these situations in future, I would suggest using Veeam ONE that will inform you on low free space on the repository and has a predefined report template for planning capacity of the repository.
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Remove clients from a backup but VBK file never shrinks.
Remove some older backups manually to free some space up.
Who is online
Users browsing this forum: No registered users and 49 guests