Re: [GENERAL] cron & backup

2005-01-20 Thread Vittorio De Martino
Alle 14:38, martedì 18 gennaio 2005, Lonni J Friedman ha scritto: > On Tue, 18 Jan 2005 11:12:34 +0100, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > At office we have a Win2k LAN to which my freebsd postgresql server box > > is connected via Samba. On this box I have a script, called 'crono

Re: [GENERAL] cron & backup

2005-01-20 Thread Vittorio De Martino
Alle 14:38, martedì 18 gennaio 2005, Lonni J Friedman ha scritto: > On Tue, 18 Jan 2005 11:12:34 +0100, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > At office we have a Win2k LAN to which my freebsd postgresql server box > > is connected via Samba. On this box I have a script, called 'crono

Re: [GENERAL] cron & backup

2005-01-19 Thread Martijn van Oosterhout
On Tue, Jan 18, 2005 at 06:30:32PM -0500, Allen wrote: > I had a problem in the past with the vaccumdb command on 7.2.3 > mysteriously never returning when run from cron on FreeBSD, but it ran > fine from cmdline. Had to be an environmental issue. Not having time to > track it down, I tried an a

Re: [GENERAL] cron & backup

2005-01-18 Thread Allen
I had a problem in the past with the vaccumdb command on 7.2.3 mysteriously never returning when run from cron on FreeBSD, but it ran fine from cmdline. Had to be an environmental issue. Not having time to track it down, I tried an alternative lazy method... /usr/local/bin/vacuumdb -z -f dbname

Re: [GENERAL] cron & backup

2005-01-18 Thread Lonni J Friedman
On Tue, 18 Jan 2005 11:12:34 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > At office we have a Win2k LAN to which my freebsd postgresql server box > is connected via Samba. On this box I have a script, called 'crono', which > is dealt by /usr/bin/cron every working day's night at 1 am. As