I have a process running on my Linux machine (Debian squeeze) that takes hours (or days) to finish.
I don't want to stop it to restart it again with screen, tmux or with an output redirect to nohup.
Is there a secure way to put it in the background with ^Z and bg so it will continue once I close the ssh-session?