Using the `screen` command means that it will keep the operation running for a
very long time.
screen
// This will put you in a screen prompt
screen -x
// This will reconnect to a previous screen if you disconnected
You can also name screens so you can have multiple ones running