Re: [CYGWIN] scheduling tasks under cygwin

From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: 'Jean-Christophe FABRE' <jean-christophe(dot)fabre(at)ensam(dot)inra(dot)fr>, pgsql-admin(at)postgresql(dot)org, pgsql-cygwin(at)postgresql(dot)org
Subject: Re: [CYGWIN] scheduling tasks under cygwin
Date: 2002-03-15 14:12:42
Message-ID: E2870D8CE1CCD311BAF50008C71EDE8E01F7482C@MAIL_EXCHANGE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-cygwin

I use at on NT to run .bat files
Example for vacuum analyse:
I first use at to run va.bat
va.bat:
c:\cygwin\bin\bash --login -i /va.sh
va.sh:
vacuumdb -a -z >/dev/null 2>&1 </dev/null
Hope this helps,
- Stuart

> -----Original Message-----
> From: Jean-Christophe FABRE
> [mailto:jean-christophe(dot)fabre(at)ensam(dot)inra(dot)fr]
> Sent: 15 March 2002 13:11
> To: pgsql-admin(at)postgresql(dot)org; pgsql-cygwin(at)postgresql(dot)org
> Subject: [CYGWIN] scheduling tasks under cygwin
>
>
> Hi,
>
> to a larger way,
> what is the best way to schedule tasks such as dump, vacuum,
> analyze under
> cygwin?
> as I notice before, under Linux (and generic UNIX systems),
> you can use
> cron to do that, but under cygwin?
>
> JC
>
>
> _________________________________________________________
> Jean-Christophe FABRE
> INRA - UMR Sol & Environnement tel: +33 (0)4 99 61 23 51
> 2, place Viala fax: +33 (0)4 67 63 26 14
> 34060 MONTPELLIER cedex 1
> FRANCE
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

Browse pgsql-admin by date

  From Date Subject
Next Message Jason Tishler 2002-03-15 14:31:31 Re: [CYGWIN] scheduling tasks under cygwin
Previous Message Manuel Trujillo 2002-03-15 13:42:26 config new server (problems with email server)

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2002-03-15 14:31:31 Re: [CYGWIN] scheduling tasks under cygwin
Previous Message Jean-Christophe FABRE 2002-03-15 13:11:21 scheduling tasks under cygwin