tape: add tape-job.cfg manual page

This commit is contained in:
Dietmar Maurer
2021-02-15 06:57:48 +01:00
parent 42200c405a
commit 7ca0ba4515
6 changed files with 76 additions and 0 deletions

View File

@ -31,6 +31,7 @@ fn main() -> Result<(), Error> {
let text = match arg.as_ref() {
"datastore.cfg" => dump_section_config(&config::datastore::CONFIG),
"tape.cfg" => dump_section_config(&config::drive::CONFIG),
"tape-job.cfg" => dump_section_config(&config::tape_job::CONFIG),
"user.cfg" => dump_section_config(&config::user::CONFIG),
"remote.cfg" => dump_section_config(&config::remote::CONFIG),
"sync.cfg" => dump_section_config(&config::sync::CONFIG),