EDIT: Here is it: CryoPID (https://github.com/maaziz/cryopid)
CryoPID allows you to capture the state of a running process in Linux and save it to a file. This file can then be used to resume the process later on, either after a reboot or even on another machine.
Modern and more sophisticated equivalents are CRIU and DMTCP.
EDIT: Here is it: CryoPID (https://github.com/maaziz/cryopid)
CryoPID allows you to capture the state of a running process in Linux and save it to a file. This file can then be used to resume the process later on, either after a reboot or even on another machine.