Am 03.06.21 um 19:50 schrieb Herr Saalfeld via Gnupg-users: > Hi, > > I though migrating my user GPG configuration onto a new computer should > be as simple as making a full copy of ~/.gnupg with rsync > > rsync -av old:/home/me/.gnupg /home/me/ > > However, on the new computer, I see nothing when I call > > gpg -k > (...) What does
echo $GNUPGHOME say on your machines? Maybe $GNUPGHOME is set and points to a wrong directory. On your new machine you could try export GNUPGHOME=/home/me/.gnupg/ gpg -k and see what happens. _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users