Hi,
I have my own backupscript, lets call it "bup.sh". It is stored on the c-drive, 
in the directory c:\scripts\.
When I open the cygwin terminal I can run the script manually. But if I include 
it in my crontab, it does not run.
If I copy the script to /home/myuser/myscripts/ I can run it from the cygwin 
terminal, and it also runs from crontab.

Is it not possible to run scripts stored on "the Windows part of the filetree" 
from crontab?
The crontab entries are:
10  14  *  *  *  /cygdrive/c/scripts/bup.sh
20 14  *  *  *  /home/myuser/myscripts/bup.sh

When I run the script manually, I navigate to the folder where it is stored and 
do
./bup.sh &

Kind regards, Peder

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to