-
-
Notifications
You must be signed in to change notification settings - Fork 422
feat: detect rmt and rmt-tar
#4242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
📊 Quantitative test results for language: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also a rmt-dump command.
Does that exist with a clean install? I can't even find an installable package for Debian/Ubuntu. |
|
|
|
|
From I think it's okay to not implement this, since the actual installations might be rare. |
|
Also, |
`rmt` is the "remote magtape protocol module" and is used to manipulate a magnetic tapedrive. The `rmt` command is symlinked to `rmt-tar`, which is part of the `tar` package (on Debian). `rmt-dump` is part of the `dump` package (on Debian).
No description provided.