RE: Alternative to Cron Jobs with cygrunserv

2005-08-30 Thread Dave Korn
Original Message >From: M Maki >Sent: 29 August 2005 17:34 > I then created a Windows batch file that pipes the command I > want to run to the cygwin.bat file that starts cygwin. > > For example: > > @echo on > echo ./rsyncbkp.sh | C:\cygwin\cygwin.bat > echo exit | C:\cygwin\cygwin.bat

Alternative to Cron Jobs with cygrunserv

2005-08-29 Thread M Maki
I was having a terrible time trying to get cron jobs running with cygrunsrv on a Windows 2003 Server so I thought I would try the Windows Scheduler Service. First I created the bash shell script in cygwin I wanted to run (an rsync backup) and made sure it worked on it's own. I then created a Win