Re: Crontab problem with backup - Mailing list pgsql-novice

From Tom Lane
Subject Re: Crontab problem with backup
Date
Msg-id 12883.1145074739@sss.pgh.pa.us
Whole thread Raw
In response to Crontab problem with backup  (Kirti <kirti@UNSWalumni.com>)
Responses Re: Crontab problem with backup  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-novice
Kirti <kirti@UNSWalumni.com> writes:
> I was trying to backup a database called "old_db".The following lines
> inserted into either root crontab file or postgres crontab file failed
> either to produce any output or created an empty file caled
> "old_db_hr9.tgz" in the /backups/hour/ directory..

> 0 9 * * 1-5 postgres pg_dump --format=t old_db >
> /backups/hour/old_db_hr9.tgz

> 0 18 * * 5 postgres pg_dump --format=t old_db >
> /backups/week/old_db_friday.tgz

Are you sure you've got the crontab file format correct?  On my machine,
at least, there's no userid column.

            regards, tom lane

pgsql-novice by date:

Previous
From: Alan Hodgson
Date:
Subject: Re: Crontab problem with backup
Next
From: Bruce Momjian
Date:
Subject: Re: Crontab problem with backup