[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| Title: | NetWorker |
| Notice: | kits - 12-14, problem reporting - 41.*, basics 1-100 |
| Moderator: | DECWET::RANDALL .com::lenox |
|
| Created: | Thu Oct 10 1996 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 750 |
| Total number of notes: | 3361 |
712.0. "files in broken media" by KTOV11::TAKEUCHI (Hideto Takeuchi/OS4/PSC/Japan) Mon May 26 1997 02:50
Hello,
Please tell me how to get file names in supecified volume.
If tape media is broken, Can I get name of file saved in broken media.
The volume index include saveset information, and file index include
file name of specified client, not include saveset information.
I want to know file name in specified volume/media.
Thanks,
/Hideto
| T.R | Title | User | Personal Name | Date | Lines |
|---|
| 712.1 | not sure what you actually need, but here are some ideas | DECWET::EVANS | NSR Engineering | Tue May 27 1997 09:04 | 9 |
| Hideto-san --
mminfo -ma (to list all active volumes)
mminfo -r nsavetime,client -avot <vol-name>
(to list savetimes & client for a volume)
nsrinfo -t <savetime> <client>
(to list files in a saveset for that client)
|