Re: Create Linux Script for PostgreSQL database backup

From: Geoffrey <esoteric(at)3times25(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Create Linux Script for PostgreSQL database backup
Date: 2004-09-06 02:22:25
Message-ID: 413BC9E1.8030206@3times25.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Lawrence C wrote:
> Hi Tim,
>
> How do I setup cronjob for user "postgres" then in
> scripts? that what i mean
>
> thanks :)

log in or su to postgres and 'crontab -e' to edit the postgres crontab.

OR

as root 'crontab -u postgres -e'

--
Until later, Geoffrey Registered Linux User #108567
AT&T Certified UNIX System Programmer - 1995

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tsirkin Evgeny 2004-09-06 06:33:24 duplicates
Previous Message Lawrence C 2004-09-06 02:09:56 Re: Create Linux Script for PostgreSQL database backup