LinuxCommandLibrary

tarsnap-keygen

Generate Tarsnap encryption keys

TLDR

Generate new key

$ tarsnap-keygen --keyfile [/root/tarsnap.key] --user [email@example.com] --machine [hostname]
copy
Generate with passphrase
$ tarsnap-keygen --keyfile [/root/tarsnap.key] --user [email@example.com] --machine [hostname] --passphrased
copy

SYNOPSIS

tarsnap-keygen [options]

DESCRIPTION

tarsnap-keygen generates encryption keys for Tarsnap backup service. Creates machine-specific keys for encrypted, deduplicated backups. Keys are required for tarsnap operations.

PARAMETERS

--keyfile path

Output key file path.
--user email
Tarsnap account email.
--machine name
Machine name identifier.
--passphrased
Encrypt key with passphrase.

CAVEATS

Keep the key file secure and backed up. Losing the key means losing access to backups.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community