1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/tarsnap-keygen.md

13 lines
492 B
Markdown
Raw Normal View History

# tarsnap-keygen
> Generate a key file for use with Tarsnap, an online backup service.
> More information: <https://www.tarsnap.com/man-tarsnap-keygen.1.html>.
- Register a machine with the Tarsnap server:
`sudo tarsnap-keygen --keyfile {{path/to/file.key}} --user {{user_email}} --machine {{machine_name}}`
- Encrypt the key file (a passphrase will be requested twice):
`sudo tarsnap-keygen --keyfile {{path/to/file.key}} --user {{user_email}} --machine {{machine_name}} --passphrased`