Running Linux Script from Windows in backgound

listed in answer

Running Linux Script from Windows in backgound
0 votes, 0.00 avg. rating (0% score)

ANSWER:

If you use nohup in your command line, the script will continue running even though the session ends. So, changing your command to something like

plink.exe username@myserver nohup /home/username/do-backup.sh

Should do it.

by Matt Sieker from http://serverfault.com/questions/382760