tarsnap-keygen.1-man 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .TH TARSNAP-KEYGEN 1 "@DATE@" ""
  2. .SH NAME
  3. .ad l
  4. \fB\%tarsnap-keygen\fP
  5. \- generate a key file for use with
  6. \fBtarsnap\fP(1)
  7. .SH SYNOPSIS
  8. .ad l
  9. .br
  10. \fB\%tarsnap-keygen\fP
  11. \fB\--keyfile\fP \fIkey-file\fP
  12. \fB\--user\fP \fIuser-name\fP
  13. \fB\--machine\fP \fImachine-name\fP
  14. [\fB\--passphrased\fP]
  15. [\fB\--passphrase-mem\fP \fImaxmem\fP]
  16. [\fB\--passphrase-time\fP \fImaxtime\fP]
  17. .br
  18. \fB\%tarsnap-keygen\fP
  19. \fB\--version\fP
  20. .SH DESCRIPTION
  21. .ad l
  22. \fB\%tarsnap-keygen\fP
  23. generates cryptographic keys, registers with the
  24. tarsnap server, and writes a key file for use with
  25. \fBtarsnap\fP(1).
  26. .PP
  27. The
  28. \fB\--keyfile\fP \fIkey-file\fP
  29. option specifies the name of the file in which to write the newly-generated
  30. keys.
  31. The
  32. \fB\--user\fP \fIuser-name\fP
  33. option specifies the name (i.e. email address) of the Tarsnap account.
  34. The
  35. \fB\--machine\fP \fImachine-name\fP
  36. option specifies a name which will be displayed in accounting reports so that
  37. you can see how much data each machine is storing.
  38. .PP
  39. If the
  40. \fB\--passphrased\fP
  41. option is specified, the user will be prompted to enter a passphrase (twice)
  42. to be used to encrypt the key file.
  43. .PP
  44. If the
  45. \fB\--passphrase-mem\fP \fImaxmem\fP
  46. option is specified, a maximum of
  47. \fImaxmem\fP
  48. bytes of RAM will be used in the scrypt key derivation function to
  49. encrypt the key file; it may be necessary to set this option if a key
  50. file is being generated on a system with far more RAM than the system
  51. on which the key file will be used.
  52. .PP
  53. If the
  54. \fB\--passphrase-time\fP \fImaxtime\fP
  55. option is specified, a maximum of approximately
  56. \fImaxtime\fP
  57. seconds will be used in the scrypt key derivation function to
  58. encrypt the key file.
  59. .PP
  60. The
  61. \fB\--version\fP
  62. option prints the version number of
  63. \fB\%tarsnap-keygen\fP,
  64. then exits.