I am new to encryption in general and GPG in particular. My use case is storing personal documents on a network drive. These documents are scans (e.g. diplomas, papers). I generated a GPG key using gpg --gen-key, then encrypted a few images using gpg -e -r <name> <file>. By default it seems to output files named after the original and suffixed by .gpg, for instance diploma.jpg becomes diploma.jpg.gpg.
If the type of the document is known, am I opening the door to a known plaintext attack?
Also, what steps should I take to backup my key (print it on paper...)?