Backing up your keychains is pretty simple.
If you launch Terminal.app, you can do the following:
zip -r keychains.zip ~/Library/Keychains
This will create a zip file of the contents of the ~/Library/Keychains directory.
To unpack the zip file, you can use the unzip command.