-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
How can I determine size of CBT deltas between backups?
I'm asking this question because I'm not sure if the obvious answer is the best answer. The obvious answer (in my mind) is, "Look at the size of each .vrb file. That is how big the deltas are."
The reason I wonder if this is the best (or only) answer is because my backups are currently done daily and as a result the .vrb files are very large. If I want to see how big my .vrb files would be, if I did a backup every 30 minutes, I have to change my job and hope I do it right so as to not push my existing .vrb files off the chain prematurely.
Let me know if I am not being clear and I will clarify.
The reason I wonder if this is the best (or only) answer is because my backups are currently done daily and as a result the .vrb files are very large. If I want to see how big my .vrb files would be, if I did a backup every 30 minutes, I have to change my job and hope I do it right so as to not push my existing .vrb files off the chain prematurely.
Let me know if I am not being clear and I will clarify.
-- Chris
-
- VP, Product Management
- Posts: 27371
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: How can I determine size of CBT deltas between backups?
Hi Chris,
Yes, the quickest way to determine the size of all deltas is to look through the VRB/VIB files size on your target repository. To estimate the possible size of the "30 minutes" increments, you can take any existing VRB file and divide its size by 48. This will give you a ballpark number of the VRB/VIB files after you change the backup job schedule.
Thanks!
Yes, the quickest way to determine the size of all deltas is to look through the VRB/VIB files size on your target repository. To estimate the possible size of the "30 minutes" increments, you can take any existing VRB file and divide its size by 48. This will give you a ballpark number of the VRB/VIB files after you change the backup job schedule.
Thanks!
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: How can I determine size of CBT deltas between backups?
This data is provided in the email report. You can also get the same report from the job toolbar.
Per-disk, you can see this data in the job's real-time statistics view.
Please note that VRB size cannot be used for this, as VRB contains replaced data - not changed data.
VIB size can be used for approximation, on the other hand (VIB contains changed data).
Per-disk, you can see this data in the job's real-time statistics view.
Please note that VRB size cannot be used for this, as VRB contains replaced data - not changed data.
VIB size can be used for approximation, on the other hand (VIB contains changed data).
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: How can I determine size of CBT deltas between backups?
Hi Gostev,
Which value in the report is the one I should be looking at? Is it Transferred or Read?
Follow up question on this is what's the difference between Transferred and Read?
Which value in the report is the one I should be looking at? Is it Transferred or Read?
Follow up question on this is what's the difference between Transferred and Read?
-- Chris
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: How can I determine size of CBT deltas between backups?
You should be looking at Read counter.
The counters are just what they are called:
- Read is amount of data read from disk (all blocks that were reported as changed)
- Transferred is amount of data transferred to target (after source-side dedupe and compression).
The counters are just what they are called:
- Read is amount of data read from disk (all blocks that were reported as changed)
- Transferred is amount of data transferred to target (after source-side dedupe and compression).
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: How can I determine size of CBT deltas between backups?
In that case it sounds like Transferred is what I should really be paying attention to because that is the amount that would be sent to another site for replication. Is that correct?
-- Chris
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: How can I determine size of CBT deltas between backups?
If you are interested in WAN bandwidth consumption part, use transferred. I understood you want to determine how much data gets changed in your source disks, for that you need read.
-
- Influencer
- Posts: 16
- Liked: never
- Joined: Aug 17, 2010 12:21 pm
- Full Name: Stefan Specht
- Contact:
Re: How can I determine size of CBT deltas between backups?
Hi,
could someone explain why the "transferred" data is not the same as the size on disk?
e.g.:
vbk-file -> 570GB
transferred: 628,4 GB
vib-file -> 42,8 GB
transferred -> 42,7
So in one case the real file size is bigger...in the other case the real file size is smaller then the transferred data...
could someone explain why the "transferred" data is not the same as the size on disk?
e.g.:
vbk-file -> 570GB
transferred: 628,4 GB
vib-file -> 42,8 GB
transferred -> 42,7
So in one case the real file size is bigger...in the other case the real file size is smaller then the transferred data...
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: How can I determine size of CBT deltas between backups?
This is expected.e.g.:
vbk-file -> 570GB
transferred: 628,4 GB
As to second example, I’m wondering whether you see these stats always during incremental run. If it’s just a temporary problem, it might have to do with residual information related to previous backup run, etc.vib-file -> 42,8 GB
transferred -> 42,7
Thanks.
-
- Influencer
- Posts: 16
- Liked: never
- Joined: Aug 17, 2010 12:21 pm
- Full Name: Stefan Specht
- Contact:
Re: How can I determine size of CBT deltas between backups?
Why is the first example expected?
When happens deduplication/compression? Before or after "Transferring"? Or both?
I just checked the incremental backup from last night: About 2/3 of the jobs has a bigger real file size then the "transferred" data. At about 1/3 of the jobs it is smaller.
For the Full backups the real size on disk seems to be always smaller then the transferred.
When happens deduplication/compression? Before or after "Transferring"? Or both?
I just checked the incremental backup from last night: About 2/3 of the jobs has a bigger real file size then the "transferred" data. At about 1/3 of the jobs it is smaller.
For the Full backups the real size on disk seems to be always smaller then the transferred.
-
- Product Manager
- Posts: 20400
- Liked: 2298 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: How can I determine size of CBT deltas between backups?
Both:When happens deduplication/compression? Before or after "Transferring"? Or both?
* on the source side: if a block is the same within the same VM, only the hash will be send and not the block data
* on the target side: if a block is the same from another VM in the same backup job, both the hash and the block are send but only the hash is stored
It’s expected, since the data is transferred between two VB&R agents (source - proxy , target - repository) and it is then deduped by target one. Thus, there is a difference between amount of transferred data and backup size.Why is the first example expected?
Is there a fixed difference between sizes or it varies? Additionally, if the amount of transferred data and actual backup size are approximately the same or backup file is a little bit bigger, it might be related to certain amount of metadata data stored in backup file, etc.About 2/3 of the jobs has a bigger real file size then the "transferred" data.
Thanks.
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: How can I determine size of CBT deltas between backups?
I've recently got some successful runs of my backup copy job (finally). I noticed that two of the VIB files are several times larger than their VRB counter parts and was wondering if you could clarify the above statement. Are you saying that if a block changed 8 times between backups that only the final change is stored in a VRB whereas all 8 changes are stored in a VIB?Gostev wrote:...VRB contains replaced data - not changed data.
VIB size can be used for approximation, on the other hand (VIB contains changed data).
I've included an image to illustrate the issue.
-- Chris
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: How can I determine size of CBT deltas between backups?
No, in both cases only the last state of the block is stored in the backup file.
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: How can I determine size of CBT deltas between backups?
In that case, what would cause the VIBs from the backup copy job to be so large?
-- Chris
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: How can I determine size of CBT deltas between backups?
Many changes all across the virtual disk blocks (either because of disk fragmentation, or application-specific workload). Note that actual changes do not have to be huge, can be just a few bytes per 1 MB block for example. Any change within the virtual disk block will require that the block is picked up by the incremental backup.
And again, keep in mind that you cannot compare VRB and VIB, because they contain different data, as I explained above. VRB size is useless when looking for amount of changes for the given run. On the other hand, VIB does contains the actual incremental changes between current and previous state, so that is what you should be referring to.
And again, keep in mind that you cannot compare VRB and VIB, because they contain different data, as I explained above. VRB size is useless when looking for amount of changes for the given run. On the other hand, VIB does contains the actual incremental changes between current and previous state, so that is what you should be referring to.
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: How can I determine size of CBT deltas between backups?
I don't have experience with VIB files as I've always performed reversed incremental backups so this may be where I'm getting thrown off... Is the VIB a the delta of the VBK and not the previous VIB? If so, that would make a lot more sense.
-- Chris
-
- Chief Product Officer
- Posts: 31803
- Liked: 7298 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: How can I determine size of CBT deltas between backups?
The VIB is a delta from the previous VIB (in other words, classic incremental backup).
-
- Expert
- Posts: 231
- Liked: 18 times
- Joined: Dec 07, 2009 5:09 pm
- Full Name: Chris
- Contact:
Re: How can I determine size of CBT deltas between backups?
Then I'm lost. So far your explanations, as appreciated as they are, have not made the distinction for me. Especially your usage of the words changed and replaced. All replacements are changes, no? I don't see how a copy job can "find" more changes than what exist in the backup files if the backup files contain only replaced data.
-- Chris
-
- VP, Product Management
- Posts: 6035
- Liked: 2860 times
- Joined: Jun 05, 2009 12:57 pm
- Full Name: Tom Sightler
- Contact:
Re: How can I determine size of CBT deltas between backups?
All replacements are changes, but there might also be new data that didn't actually replace anything, but simply caused the VBK file to grow. This "new" data wouldn't be represented in a VRB since it's not roll back data, but it would show up in a VIB file. Example:cparker4486 wrote:All replacements are changes, no?
VBK: 500GB
A new backup that has 50GB of changed blocks but 25GB of new data might look like this:
VBK: 525GB
VRB: 50GB
But the backup copy would store all of the changed data in the VIB: so you'd have:
VBK: 500GB
VIB: 75GB
Note that the final results is the same amount of space, but where the blocks are stored is different since, with reverse incremental, the replaced blocks ended up in the VRB file while the new data was in the VBK.
It seems obvious from your screenshot that there's new data being added as your VBK file was only 476GB on 11/8 while the one on 12/3 is 617GB.
Who is online
Users browsing this forum: Bing [Bot] and 120 guests