PGP
GPG
Secret key backup
gpg --output backupkeys.pgp --armor --export-secret-keys --export-options export-backup user@email
(from How to export a GPG private key and public key to a file)
gpg --output backupkeys.pgp --armor --export-secret-keys --export-options export-backup user@email
(from How to export a GPG private key and public key to a file)