Run job after exiting an SSH session By LotusshaneyJanuary 10, 2014January 10, 2014Tech Simply use nohup to start the job and end it with an Ampersand nohup rsync -avrE /dir1 /dir2 & Then exit or kill the shell like so kill -9 $$