How can I leave a process running in SSH, disconnect my client, and reconnect later?

  • I've got some long running processes on OMV that I'm running over SSH. I'd like to be able to SSH into my OMV box, start the process, and then disconnect and take my laptop out with me. Then, when I get back, I'd like to reconnect and be able to check on the progress.


    What's the process for doing something like this over OMV?

    • Offizieller Beitrag

    apt-get install screen


    Start screen before executing the process with screen. Start process. Exit out with ctrl-a then d. exit out of ssh.


    Login via ssh. Reconnect to screen session with screen -r.


    If you have more than one screen session going, screen -list will list them. You can choose which to reconnect with screen -r <id_from_list>

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!