Skip to content

Commit

Permalink
Merge pull request #185 (delete not needed escape)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored Jul 29, 2018
2 parents 063828e + 9acf2d8 commit 18102d6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ltopers.1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.TH ltopers 1 "https://github\.com/amiaopensource/ltopers" "2018\-03\-24" "AMIA Open Source"
.TH ltopers 1 "https://github.com/amiaopensource/ltopers" "2018\-07\-29" "AMIA Open Source"
.SH NAME
LTOpers \- Scripts to manage LTO cartridges with LTFS
.SH SYNOPSIS
.SS
\fBformatlto\fR [\fB\-f\fR] [\fB\-c\fR] [\fB\-x\fR] | \fB\-h
Format an LTO cartridge with LTFS\.
Format an LTO cartridge with LTFS.
.TP 4
.B \-f
force formatting
Expand All @@ -19,13 +19,13 @@ use barcode label as tape serial (caveat: this is \fBNOT\fR standard)
display a help message
.SS
.B ltopers
Display this man\.
Display this man.
.SS
.B mountlto
Mount an LTO cartridge\.
Mount an LTO cartridge.
.SS
\fBreadlto \-t \fIserial\fR [\fB\-e \fIY\fR|\fIN\fR] | \fB\-h
Transfer files from an LTO cartridge to another location\.
Transfer files from an LTO cartridge to another location.
.TP 4
.B \-t
cartridge's \fIserial
Expand All @@ -40,7 +40,7 @@ use barcode label as tape serial (caveat: this is \fBNOT\fR standard)
display a help message
.SS
\fBrenameschemas \-u\fR | \fB\-h
Find all \.schema LTFS indexes in the LTO_LOGS directory and rename them to use the top\-level file system directory name rather than the UUID\. Any conflicting filenames are moved to another folder, if needed\.
Find all .schema LTFS indexes in the LTO_LOGS directory and rename them to use the top\-level file system directory name rather than the UUID. Any conflicting filenames are moved to another folder, if needed.
.TP 4
.B \-u
change dir-named schema files to the tape UUID
Expand All @@ -49,7 +49,7 @@ change dir-named schema files to the tape UUID
display a help message
.SS
\fBverifylto \-t \fIserial\fR [\fB\-e \fIY\fR|\fIN\fR] | \fB\-h
Verify the checksums of an LTO cartridge\.
Verify the checksums of an LTO cartridge.
.TP 4
.B \-t
cartridge's \fIserial
Expand All @@ -64,7 +64,7 @@ use barcode label as tape serial (caveat: this is \fBNOT\fR standard)
display a help message
.SS
\fBwritelto \-t \fIserial\fR [\fB\-e \fIY\fR|\fIN\fR] [\fB\-v\fR] | \fB\-h
Write the contents of a specified directory onto a mounted LTFS\-formatted LTO cartridge\.
Write the contents of a specified directory onto a mounted LTFS\-formatted LTO cartridge.
.TP 4
.B \-t
cartridge's \fIserial
Expand All @@ -83,19 +83,19 @@ display a help message
.SH DATABASE-RELATED COMMANDS
.SS
.B ingestcollectionchecksum
Import already existing information to the database (read back checksums)\. It can be run either on individual files or on directories containing multiple files\.
Import already existing information to the database (read back checksums). It can be run either on individual files or on directories containing multiple files.
.SS
.B ingestschemas
Import already existing information to the database (LTO schema information)\. It can be run either on individual files or on directories containing multiple files\.
Import already existing information to the database (LTO schema information). It can be run either on individual files or on directories containing multiple files.
.SS
\fBsearchlto\fR [\fB\-c\fR] [\fB\-f\fR] [\fB\-m\fR] {\fIquery\fR} | \fB\-h
Perform at least one \fIquery\fR against the LTO schema information stored in the database\.
Perform at least one \fIquery\fR against the LTO schema information stored in the database.
.TP 4
.B \-c
compare input to database
.TP
.B \-f
show full results (as opposed to only \.mov files)
show full results (as opposed to only .mov files)
.TP
.B \-m
MD5 checksums
Expand All @@ -105,15 +105,15 @@ display a help message
.SH CUNY-SPECIFIC COMMANDS
.SS
.B collectionchecksum
Create checksums of metadata files, concatenate checksum\.md5 files, and append to one large checksum file for each directory\.
Create checksums of metadata files, concatenate checksum.md5 files, and append to one large checksum file for each directory.
.SS
\fBindexschemas \-t\fR | \fB\-h
Make a text file listing certain files from the LTFS schema file\.
Make a text file listing certain files from the LTFS schema file.
.TP 4
.B \-t
check schema files modified today for volume names that may need to be overwritten
.TP
.B \-h
display a help message
.SH LICENSE
The LTOpers package is licensed under an MIT License\.
The LTOpers package is licensed under an MIT License.

0 comments on commit 18102d6

Please sign in to comment.