Is there a way to export the tape list to a file when the backup to tape job complete? I will not have to type in every tape when sending them offsite on our offsite service provider. I am using V&B 7 R2.
Thank you,
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Dec 10, 2013 3:31 pm
- Contact:
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Veeam tape backup export tape list to file
Hello,
Do you possibly own Veeam ONE and use it to monitor and report on your Veeam B&R activity? The reason why I ask this is that we have a predefined report template that shows what restore points and VMs have been offloaded to tapes with all tape IDs included.
See this link for more info on the report (Tape Backups) > http://www.veeam.com/veeamone_7_0_dashb ... rts_pg.pdf
Thank you!
Do you possibly own Veeam ONE and use it to monitor and report on your Veeam B&R activity? The reason why I ask this is that we have a predefined report template that shows what restore points and VMs have been offloaded to tapes with all tape IDs included.
See this link for more info on the report (Tape Backups) > http://www.veeam.com/veeamone_7_0_dashb ... rts_pg.pdf
Thank you!
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Feb 21, 2019 12:24 pm
- Full Name: Jan Kiesewetter
- Contact:
Re: Veeam tape backup export tape list to file
You can use PowerShell to export a tape list.
Code: Select all
Add-PSSnapin -Name VeeamPSSnapIn -ErrorAction SilentlyContinue
Get-VBRTapeMedium | Select -Property Barcode,SequenceNumber,ExpirationDate,MediaSet | Sort-Object -Property MediaSet,sequenceNumber | Export-Csv "C:\Users\Administrator\Desktop\Tapes.csv" -Encoding UTF8
Get-VBRTapeMedium | Select -Property Barcode,SequenceNumber,ExpirationDate,MediaSet | Sort-Object -Property MediaSet,sequenceNumber | Format-Table -GroupBy MediaSet > "C:\Users\Administrator\Desktop\Tapes.txt"
Who is online
Users browsing this forum: No registered users and 9 guests