-
- Expert
- Posts: 246
- Liked: 15 times
- Joined: Jul 25, 2018 4:12 pm
- Full Name: Poweruser
- Contact:
Feat.ReqView Backup Tapes Content by Date or Date to Content
If i have some tapes written, i just want to check out what ive got written..
it would be nice to have a tree to see it sorted by date showing the contents or contents showing by date.
you can see sth. like this in backup exec.
it should also show if it is a full or incremental backup and which set of tapes are needed.
it would be nice to have a tree to see it sorted by date showing the contents or contents showing by date.
you can see sth. like this in backup exec.
it should also show if it is a full or incremental backup and which set of tapes are needed.
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Feat.ReqView Backup Tapes Content by Date or Date to Con
Do you use backup to tape or file to tape job?
There are Veeam ONE tape reports which has the data.
Thanks!
There are Veeam ONE tape reports which has the data.
Thanks!
-
- Expert
- Posts: 246
- Liked: 15 times
- Joined: Jul 25, 2018 4:12 pm
- Full Name: Poweruser
- Contact:
Re: Feat.ReqView Backup Tapes Content by Date or Date to Con
Tape Job i think because it dont use file job ;-)
But everything is a tape job imo.
The job which backups after an normal repo hyper-v job.
I think veeam one is not the right place for this information. its not a detailed report, its just an important information directly needed for recovery and check if backup worked.
But everything is a tape job imo.
The job which backups after an normal repo hyper-v job.
I think veeam one is not the right place for this information. its not a detailed report, its just an important information directly needed for recovery and check if backup worked.
-
- Veteran
- Posts: 7328
- Liked: 781 times
- Joined: May 21, 2014 11:03 am
- Full Name: Nikita Shestakov
- Location: Prague
- Contact:
Re: Feat.ReqView Backup Tapes Content by Date or Date to Con
Have you checked Tape Backups report?
It shows what you are asking for.
Thanks!
It shows what you are asking for.
What are you missing there?its not a detailed report, its just an important information directly needed for recovery and check if backup worked.
Thanks!
-
- Expert
- Posts: 246
- Liked: 15 times
- Joined: Jul 25, 2018 4:12 pm
- Full Name: Poweruser
- Contact:
Re: Feat.ReqView Backup Tapes Content by Date or Date to Con
thats the view from job side.
i want a view from tape side.
so i select tape monday and then i want to see:
this tape is a standalone tape (you dont need other tapes for recovery)
latest content is vm1 31.12.2017 vm1 1.8.2018.. each full not synthetic
verify was done by reading the whole tape it can be restored (future feature)
tape was ejected or finished at date:time.
tape was media id .. label monday. first used, last used, written bytes, read bytes, read/write errors hard/soft, backup speed
warning and errors
and all these on tape basis so i dont have to group multiple jobs in mind.
if i write 2 tape jobs. one repo to tape and one file to tape on one day to only one tape.
it should make a summary of all data.
and of course it should show what has been backuped. like vss writer was on in setting xy. sql was backuped,
also if tape is not full it should not overwrite data from last week. instead it should show me that i got data from today and last week.
if its possible to do append until full, then overwrite data not in retention (to be implemented)
actually everything is just on a per job basis.
this is ok if your have just one x to tape job only.
in other words: a nice report to print out for the manager to see what has been backuped on this tape to tell him what he got in his hands if he moves it to the vault.
i want a view from tape side.
so i select tape monday and then i want to see:
this tape is a standalone tape (you dont need other tapes for recovery)
latest content is vm1 31.12.2017 vm1 1.8.2018.. each full not synthetic
verify was done by reading the whole tape it can be restored (future feature)
tape was ejected or finished at date:time.
tape was media id .. label monday. first used, last used, written bytes, read bytes, read/write errors hard/soft, backup speed
warning and errors
and all these on tape basis so i dont have to group multiple jobs in mind.
if i write 2 tape jobs. one repo to tape and one file to tape on one day to only one tape.
it should make a summary of all data.
and of course it should show what has been backuped. like vss writer was on in setting xy. sql was backuped,
also if tape is not full it should not overwrite data from last week. instead it should show me that i got data from today and last week.
if its possible to do append until full, then overwrite data not in retention (to be implemented)
actually everything is just on a per job basis.
this is ok if your have just one x to tape job only.
in other words: a nice report to print out for the manager to see what has been backuped on this tape to tell him what he got in his hands if he moves it to the vault.
-
- Enthusiast
- Posts: 29
- Liked: 20 times
- Joined: Apr 03, 2015 9:19 pm
- Full Name: Jason D
- Contact:
Re: Feat.ReqView Backup Tapes Content by Date or Date to Con
Hello, this script should show you all files and jobs on all tapes.
https://forums.veeam.com/powershell-f26 ... ml#p280337
Hope it works for you.
https://forums.veeam.com/powershell-f26 ... ml#p280337
Hope it works for you.
-
- Expert
- Posts: 246
- Liked: 15 times
- Joined: Jul 25, 2018 4:12 pm
- Full Name: Poweruser
- Contact:
Re: Feat.ReqView Backup Tapes Content by Date or Date to Con
I have to try this.
The Output is CSV?
The Output is CSV?
-
- Product Manager
- Posts: 20406
- Liked: 2299 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Feat.ReqView Backup Tapes Content by Date or Date to Con
Correct, this line suggest that the script output gets exported to a .csv file:
Thanks.
Code: Select all
$TapeInventory | Export-Csv $ReportDir\VeeamTapeInventory_$Date.csv -NoTypeInformation
Who is online
Users browsing this forum: No registered users and 24 guests