What are the critical files I need to backup from gpg? I guess my private key would qualify of course... but what else?
feedback
|
|
The most critical are your secret/private keys:
secret-backup.gpg is then the file to keep safe. Otherwise the ~/.gnupg/ directory contain all private and public keys(secring.gpg and pubring.gpg respectively) as well as configuration and trustdb which could be convenient to have stored. | |||
|
feedback
|
|
You definitely want to backup your private key and the revocation file you created. | |||||
feedback
|
|
The easiest way would be to grab the entire GnuPG directory - usually | |||
|
feedback
|
|
You may also want to back up any keys you've signed or ones you don't feel like re-downloading off the key servers. At a minimum, all you need is your complete key. | |||
|
feedback
|