1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .TH TARSNAP-KEYGEN 1 "@DATE@" ""
- .SH NAME
- .ad l
- \fB\%tarsnap-keygen\fP
- \- generate a key file for use with
- \fBtarsnap\fP(1)
- .SH SYNOPSIS
- .ad l
- .br
- \fB\%tarsnap-keygen\fP
- \fB\--keyfile\fP \fIkey-file\fP
- \fB\--user\fP \fIuser-name\fP
- \fB\--machine\fP \fImachine-name\fP
- [\fB\--passphrased\fP]
- [\fB\--passphrase-mem\fP \fImaxmem\fP]
- [\fB\--passphrase-time\fP \fImaxtime\fP]
- .br
- \fB\%tarsnap-keygen\fP
- \fB\--version\fP
- .SH DESCRIPTION
- .ad l
- \fB\%tarsnap-keygen\fP
- generates cryptographic keys, registers with the
- tarsnap server, and writes a key file for use with
- \fBtarsnap\fP(1).
- .PP
- The
- \fB\--keyfile\fP \fIkey-file\fP
- option specifies the name of the file in which to write the newly-generated
- keys.
- The
- \fB\--user\fP \fIuser-name\fP
- option specifies the name (i.e. email address) of the Tarsnap account.
- The
- \fB\--machine\fP \fImachine-name\fP
- option specifies a name which will be displayed in accounting reports so that
- you can see how much data each machine is storing.
- .PP
- If the
- \fB\--passphrased\fP
- option is specified, the user will be prompted to enter a passphrase (twice)
- to be used to encrypt the key file.
- .PP
- If the
- \fB\--passphrase-mem\fP \fImaxmem\fP
- option is specified, a maximum of
- \fImaxmem\fP
- bytes of RAM will be used in the scrypt key derivation function to
- encrypt the key file; it may be necessary to set this option if a key
- file is being generated on a system with far more RAM than the system
- on which the key file will be used.
- .PP
- If the
- \fB\--passphrase-time\fP \fImaxtime\fP
- option is specified, a maximum of approximately
- \fImaxtime\fP
- seconds will be used in the scrypt key derivation function to
- encrypt the key file.
- .PP
- The
- \fB\--version\fP
- option prints the version number of
- \fB\%tarsnap-keygen\fP,
- then exits.
|