I need to log into my server and tar up a huge directory of about 150GB, but I need to run the command so when I get back home, it's still running.
can I just SSH into my server from my laptop, run the tar command, and head home? how do I check the status of the tar when I get back home, etc...
thank you