-
- Enthusiast
- Posts: 38
- Liked: 4 times
- Joined: Nov 05, 2014 4:19 pm
- Contact:
Re: see the content of a tape in V12
I recognize I am late to the show, but if you are still tallying support for this change please count me.
It is important to me to see the actual file contents of a tape.
It is important to me to see the actual file contents of a tape.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Mar 27, 2023 10:08 am
- Full Name: Eric
- Contact:
Re: see the content of a tape in V12
Hello, new user of veeam, my tests done in v11 allowed me to appreciate this feature. Losing the functionality to see the contents of a tape is like looking for a needle in a haystack when we need to search for information over a long period of time.
So for this change please count me also.
So for this change please count me also.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Apr 01, 2016 11:15 am
- Full Name: Emi Guy
- Contact:
Re: see the content of a tape in V12
Please consider this a +1 for reinstating the ability to look at the contents of the tape via the "Jobs" tab on the tape properties -- or at least some convenient equivalent. We have a great number of tapes now, and you have hampered us considerably by removing this feature.
Thanks.
Thanks.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Apr 14, 2023 5:50 pm
- Full Name: Derrick Ol
- Contact:
Re: see the content of a tape in V12
Please consider adding this back. I have years worth of tapes, and this is my label as to what they are when sitting off site.
-
- Product Manager
- Posts: 14786
- Liked: 1722 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: see the content of a tape in V12
Hello folks,
We are working to improve and bring this functionality back in the upcoming versions. Thank you for your feedback!
We are working to improve and bring this functionality back in the upcoming versions. Thank you for your feedback!
-
- Enthusiast
- Posts: 56
- Liked: 2 times
- Joined: Nov 10, 2020 8:07 pm
- Full Name: Joe G
- Contact:
Re: see the content of a tape in V12
yes I need to see the contents of the tape. You have customers that use the agent and backup file servers with millions of files. Then you have customers like me that use VMware with CBT to backup SAN disks and the "files" on tape are how many VM's I backup. So my use case I want to know what is on a tape. I have to manually backup hte VIB and VBK when the job has issues, so I really need this feature.
In the mean time. How do I do sql queries to get the contents of a tape?
In the mean time. How do I do sql queries to get the contents of a tape?
Re: see the content of a tape in V12
Hello,
I want also to note that we are waiting for this now-missing feature and wait for an fix.
We used to look into the properties of the tape to "offline browse" the inventory of each tape, which is a very useful and also crucial feature. Especially for Archives.
I also created a ticket on this, thinking it is more useful for you instead of a lot of individual posts here, since Ticket Systems are nowadays a measuring tool.
best regards!
I want also to note that we are waiting for this now-missing feature and wait for an fix.
We used to look into the properties of the tape to "offline browse" the inventory of each tape, which is a very useful and also crucial feature. Especially for Archives.
I also created a ticket on this, thinking it is more useful for you instead of a lot of individual posts here, since Ticket Systems are nowadays a measuring tool.
best regards!
-
- Influencer
- Posts: 19
- Liked: 2 times
- Joined: Oct 25, 2010 4:15 pm
- Contact:
Re: see the content of a tape in V12
We also use this feature and it's really required in order to control our tape backup externalisation.
The main utility for tapes is to do a backup externalisation in case of global outage. In v11 and older version it's a manual process. (for me, i don't find another way to control it)
It could be very convenient to have a synthetic view of last backup to tape.
In fact the problem is more global for me and is "How to know which tape is required to recover my entire repository ?"
It's seems that the actual process for backup to tape is to copy only changed vib vbk vbr to tape. If a backup has been copied on a tape a week ago whitout change it's not refreshed.
We can't rely on it because we did'nt know if all tapes are reliable and readable. (i'm not sure if a reused tape because of retention cycle would refresh the next backup to tape)
What we need is to copy "last restore point backup" for all protected vms to the last tape(s) and know which tape is used.
This way we could know clearly that the last tape contains all what we need for global recovery.
For this reason i use today full file to tape backups everyday in order to backup my entire repository. It's a long process if the repository is big.
Don't know if there is a better way to achieve this.... Curious of your idea about that.
Thanks
The main utility for tapes is to do a backup externalisation in case of global outage. In v11 and older version it's a manual process. (for me, i don't find another way to control it)
It could be very convenient to have a synthetic view of last backup to tape.
In fact the problem is more global for me and is "How to know which tape is required to recover my entire repository ?"
It's seems that the actual process for backup to tape is to copy only changed vib vbk vbr to tape. If a backup has been copied on a tape a week ago whitout change it's not refreshed.
We can't rely on it because we did'nt know if all tapes are reliable and readable. (i'm not sure if a reused tape because of retention cycle would refresh the next backup to tape)
What we need is to copy "last restore point backup" for all protected vms to the last tape(s) and know which tape is used.
This way we could know clearly that the last tape contains all what we need for global recovery.
For this reason i use today full file to tape backups everyday in order to backup my entire repository. It's a long process if the repository is big.
Don't know if there is a better way to achieve this.... Curious of your idea about that.
Thanks
-
- Veeam Software
- Posts: 210
- Liked: 47 times
- Joined: Dec 05, 2018 2:44 pm
- Contact:
Re: see the content of a tape in V12
Hello everyone,
would a Powershell script help here? I added something to one of my existing scripts.

I will share the link, if this would help you guys.
Cheers,
Steve
would a Powershell script help here? I added something to one of my existing scripts.

I will share the link, if this would help you guys.
Cheers,
Steve
-
- Influencer
- Posts: 19
- Liked: 2 times
- Joined: Oct 25, 2010 4:15 pm
- Contact:
Re: see the content of a tape in V12
Thanks sherzig for your proposal. I'm interested with you PS script. thx for sharing
-
- Veeam Software
- Posts: 210
- Liked: 47 times
- Joined: Dec 05, 2018 2:44 pm
- Contact:
Re: see the content of a tape in V12
Hello everyone,
here you are. Script runs on V12 and uses undocumented functions. Readme coming soon. Examples are shown in code.
https://github.com/yetanothermightytool ... peinfo.ps1
Feedback welcome.
Happy weekend.
Steve
here you are. Script runs on V12 and uses undocumented functions. Readme coming soon. Examples are shown in code.
https://github.com/yetanothermightytool ... peinfo.ps1
Feedback welcome.
Happy weekend.
Steve
-
- Veeam Software
- Posts: 151
- Liked: 38 times
- Joined: Jul 28, 2022 12:57 pm
- Contact:
Re: see the content of a tape in V12
Thank you for sharing this Sherzing, it will be helpfull 

Bertrand / TAM EMEA
-
- Influencer
- Posts: 19
- Liked: 2 times
- Joined: Oct 25, 2010 4:15 pm
- Contact:
Re: see the content of a tape in V12
Thx sherzig. Very appreciate
-
- Lurker
- Posts: 1
- Liked: 1 time
- Joined: May 17, 2023 8:11 am
- Contact:
Re: see the content of a tape in V12
The script displays only checkpoints of virtual machines, it's just that the files that were written to the cartridge are not displayed.
Is it possible to write a script that would display the entire contents of the cassette based on the barcode?
From my point of view, the fact that they removed the display of files on the cassette is a big mistake.
We kindly request to return this functionality to the place.
Is it possible to write a script that would display the entire contents of the cassette based on the barcode?
From my point of view, the fact that they removed the display of files on the cassette is a big mistake.
We kindly request to return this functionality to the place.
-
- Product Manager
- Posts: 14786
- Liked: 1722 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: see the content of a tape in V12
Hello folks,
As mentioned above we intend to bring this functionality back as soon as possible. Stay tuned.From my point of view, the fact that they removed the display of files on the cassette is a big mistake.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: May 30, 2023 12:21 am
- Full Name: Santhosh
- Contact:
[MERGED] Tapes not showing the list of jobs after upgrade
Hello,
Case # 06077368
We have been using Veeam Backup and Replication for a few years.
Never had any issues until the last upgrade to version 12.
With the tape backup jobs, we were able to look at the properties of a tape and see what jobs are written, from incremental to full backup with the dates.
This feature disappeared after the upgrade from 11 to 12.
Is anyone else facing this issue?
Any fix?
Without the tree structure view it is impossible to see the list of jobs and it is not possible to restore a single job!
Hope someone can assist me.
Case # 06077368
We have been using Veeam Backup and Replication for a few years.
Never had any issues until the last upgrade to version 12.
With the tape backup jobs, we were able to look at the properties of a tape and see what jobs are written, from incremental to full backup with the dates.
This feature disappeared after the upgrade from 11 to 12.
Is anyone else facing this issue?
Any fix?
Without the tree structure view it is impossible to see the list of jobs and it is not possible to restore a single job!
Hope someone can assist me.
-
- Veeam Software
- Posts: 210
- Liked: 47 times
- Joined: Dec 05, 2018 2:44 pm
- Contact:
Re: see the content of a tape in V12
Hi @ignatyev
the script also displays Agent Backups that are stored on tape. What else are you missing?

Steve
the script also displays Agent Backups that are stored on tape. What else are you missing?

Steve
-
- Product Manager
- Posts: 10110
- Liked: 2696 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: see the content of a tape in V12
@KSM@mwsc.vic.edu.au
Hello Santhosh
Moved your question to the existing topic. As mentioned by Dima, we will bring the list back as soon as possible.
Best,
Fabian
Hello Santhosh
Moved your question to the existing topic. As mentioned by Dima, we will bring the list back as soon as possible.
Best,
Fabian
Product Management Analyst @ Veeam Software
-
- Service Provider
- Posts: 10
- Liked: never
- Joined: Aug 30, 2011 2:37 am
- Full Name: Steve Hathaway
- Contact:
Re: see the content of a tape in V12
Add me to the list - I work for an MSP providing BaaS to a number of our clients. We backup the repository at the weekend - when we have a problem with the library - we need to determine which jobs were written & which ones need to be re-run. Checking the media was the only sure-fire way to determine this.
Another of my clients is a medical practice backing up over 250TB - I'll be suggesting they stay on v11 until this is resolved.
-
- Service Provider
- Posts: 10
- Liked: never
- Joined: Aug 30, 2011 2:37 am
- Full Name: Steve Hathaway
- Contact:
Re: see the content of a tape in V12
ignatyev wrote: ↑May 17, 2023 8:17 am The script displays only checkpoints of virtual machines, it's just that the files that were written to the cartridge are not displayed.
Is it possible to write a script that would display the entire contents of the cassette based on the barcode?
From my point of view, the fact that they removed the display of files on the cassette is a big mistake.
We kindly request to return this functionality to the place.
I tried the script - only got a confirmation of the barcode; am I missing something here?
PS C:\temp> .\vbr-get-tapeinfo.ps1 -Barcode AKH675L7
TapeMedium value: AKH675L7
PS C:\temp>
Re: see the content of a tape in V12
I am unsure if I am understanding it correctly:
The bug is that we cannot see the contents, what is written on the tapes, via the GUI (see initial post with pictures). I am also missing it, like posted before
But tapes written with v12 DO have the content in the database - right?
Otherwise the script of sherzig would not work.
Meaning if I switch to v12 now and the bug is getting fixed later (as mentioned by Dima for example) then there is no information lost in between?
If this is assured, I could finally start switching.
The bug is that we cannot see the contents, what is written on the tapes, via the GUI (see initial post with pictures). I am also missing it, like posted before
But tapes written with v12 DO have the content in the database - right?
Otherwise the script of sherzig would not work.
Meaning if I switch to v12 now and the bug is getting fixed later (as mentioned by Dima for example) then there is no information lost in between?
If this is assured, I could finally start switching.
-
- Product Manager
- Posts: 14972
- Liked: 3159 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: see the content of a tape in V12
correct, there is no information loss in any case.
-
- Service Provider
- Posts: 4
- Liked: 1 time
- Joined: May 27, 2015 9:54 pm
- Full Name: Pablo Gutierrez
- Contact:
Re: see the content of a tape in V12
Dears, after upgrade v12; several customers requesting to restore the option to view the content of the tape through the "Files" tab in the tape properties.
This functionality is important for viewing archived backups on media.
This functionality is important for viewing archived backups on media.
-
- Service Provider
- Posts: 10
- Liked: never
- Joined: Aug 30, 2011 2:37 am
- Full Name: Steve Hathaway
- Contact:
Re: see the content of a tape in V12
Tried escalating this one:
Reply from management
"Hi Steve,
Unfortunately, our support team don't have the ETA on when this feature will be re-implemented in the latest VBR version. I find that there are some cases been created to raise the same request, and our RnD team is informed. I would suggest to ask for a update in the RnD forums, and create a new support case if you haven't done so for this request, and ask our Support Engineer to add the support case number to the feature request comment in order to bring more attention to RnD team. "
So appears that we'll all have to keep bugging the R&D team until this is resolved.
Reply from management
"Hi Steve,
Unfortunately, our support team don't have the ETA on when this feature will be re-implemented in the latest VBR version. I find that there are some cases been created to raise the same request, and our RnD team is informed. I would suggest to ask for a update in the RnD forums, and create a new support case if you haven't done so for this request, and ask our Support Engineer to add the support case number to the feature request comment in order to bring more attention to RnD team. "
So appears that we'll all have to keep bugging the R&D team until this is resolved.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Jul 17, 2023 11:56 am
- Full Name: Kushma Bhusal
- Contact:
Re: see the content of a tape in V12
Veeam has removed this feature without any formal information to their happy customers.
Recently, we have upgraded Veeam Backup and Replication from V11 to V12 version and unable to find the files inside LTO drive.
Hope Veeam will soon provide solution for V12.
Recently, we have upgraded Veeam Backup and Replication from V11 to V12 version and unable to find the files inside LTO drive.
Hope Veeam will soon provide solution for V12.
-
- Enthusiast
- Posts: 39
- Liked: 8 times
- Joined: Sep 03, 2015 8:16 am
- Full Name: Lukas Klinger
- Contact:
Re: see the content of a tape in V12
+1
I've got many bad comments from our customers about the removal of this feature
I've got many bad comments from our customers about the removal of this feature
-
- Product Manager
- Posts: 10110
- Liked: 2696 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: see the content of a tape in V12
Hello
Yesterday, we released a new patch for Veeam Backup & Replication v12 (P20230718).
With the patch, you will see the content on the tape as you have in v11.
https://www.veeam.com/kb4420

Best,
Fabian
Yesterday, we released a new patch for Veeam Backup & Replication v12 (P20230718).
With the patch, you will see the content on the tape as you have in v11.
https://www.veeam.com/kb4420

Best,
Fabian
Product Management Analyst @ Veeam Software
-
- Service Provider
- Posts: 12
- Liked: 4 times
- Joined: Dec 09, 2015 3:34 pm
- Full Name: Chris
Re: see the content of a tape in V12
Perfect, thanks!
-
- Service Provider
- Posts: 5
- Liked: 4 times
- Joined: Feb 23, 2023 3:05 pm
- Full Name: Stefan Z
- Contact:
Re: see the content of a tape in V12
Looking good. Thank you very much!
-
- Lurker
- Posts: 2
- Liked: 3 times
- Joined: Mar 28, 2023 5:42 am
- Full Name: Rudolf Schwarz
- Contact:
Re: see the content of a tape in V12
Hello,
I am happy
You can see in the tapes under properties again what was backed up on the tape.
Just install the last possible Veeam update P20230718.
Thanks to Veeam, I have been waiting for this since the switch to V12.
Many many thanks
I am happy
You can see in the tapes under properties again what was backed up on the tape.
Just install the last possible Veeam update P20230718.
Thanks to Veeam, I have been waiting for this since the switch to V12.
Many many thanks
Who is online
Users browsing this forum: Google [Bot] and 130 guests