Enhancement to Backup
-
Topic author - Contributor
- Posts: 14
- Joined: Wed Apr 01, 2020 8:12 am
- Reputation: 0
- Status: Offline
Enhancement to Backup
I wasn't sure where to put this, so here it is...
A recent topic in comp.os.vms centered around inquiring info about a backup saveset. The only way to see this is to utilize BACKUP/LIST which will read the entire saveset. Is there any chance that a BACKUP/INFO option could be added to display the saveset information without the need to read the entire saveset? It would appear that this information resides in the first block or two. I know that I have had to examine savesets in the past and this would make things much quicker/easier. I suspect that this would also be trivial to implement.
Thoughts?
Dan
A recent topic in comp.os.vms centered around inquiring info about a backup saveset. The only way to see this is to utilize BACKUP/LIST which will read the entire saveset. Is there any chance that a BACKUP/INFO option could be added to display the saveset information without the need to read the entire saveset? It would appear that this information resides in the first block or two. I know that I have had to examine savesets in the past and this would make things much quicker/easier. I suspect that this would also be trivial to implement.
Thoughts?
Dan
-
- Member
- Posts: 6
- Joined: Thu Feb 18, 2021 9:50 am
- Reputation: 0
- Status: Offline
Re: Enhancement to Backup
Good suggestion the /INFO
And reduce the high CPU consumption with the /LIST option (CPU ~ 90% of elapsed)
And reduce the high CPU consumption with the /LIST option (CPU ~ 90% of elapsed)
-
- Master
- Posts: 170
- Joined: Fri Jun 28, 2019 8:45 am
- Reputation: 0
- Location: South Tyneside, UK
- Status: Offline
- Contact:
Re: Enhancement to Backup
This would be a useful addition with the option of sending the output to a file for later processing.
Ian Miller
[ personal opinion only. usual disclaimers apply. Do not taunt happy fun ball ].
[ personal opinion only. usual disclaimers apply. Do not taunt happy fun ball ].
-
- Master
- Posts: 206
- Joined: Fri Aug 14, 2020 11:31 am
- Reputation: 0
- Status: Offline
Re: Enhancement to Backup
There is already the BCKSUM tool providing this kind of information:
http://vms2linux.de/bcksum.html
Volker.
http://vms2linux.de/bcksum.html
Volker.
-
Topic author - Contributor
- Posts: 14
- Joined: Wed Apr 01, 2020 8:12 am
- Reputation: 0
- Status: Offline
Re: Enhancement to Backup
Thanks for the pointer Volker, but in my case, the client would like to examine savesets in OpenVMS not from Linux or Windows. The BCKSUM utility does is not available for OpenVMS per your reference.
Thanks,
Dan
Thanks,
Dan
-
- Master
- Posts: 206
- Joined: Fri Aug 14, 2020 11:31 am
- Reputation: 0
- Status: Offline
Re: Enhancement to Backup
Dan,
this BCKSUM tool is of course available on OpenVMS. See the download links for OpenVMS, Windows and Linux on the first line...
Volker.
this BCKSUM tool is of course available on OpenVMS. See the download links for OpenVMS, Windows and Linux on the first line...
Volker.
Last edited by volkerhalle on Wed Aug 17, 2022 10:41 am, edited 1 time in total.