Running Linux Script from Windows in backgound
listed in answer
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.

New Comments