I have had JohnTheRipper running for a few days (I do not want to lose this progress) and I would like to pause it, move all required files to a different computer and continue from where I stopped on that new computer.
John can pause a session which was created with john --session=foo hashes.txt simply by pressing Ctrl+C and resume it with john --restore=foo.
This obviously only works on a single computer.
How do I copy a session from one computer to another?