Matt White
Results
1
comments of
Matt White
On Debian, /bin/sh is linked to dash. Dash doesn't seem to support job control...the solution is to set the shell to /bin/bash: var sync = new rsync() .executableShell('/bin/bash') .source(sourcepath) .destination(destpath);