Re: Backup Database Question - Mailing list pgsql-general

From Samba
Subject Re: Backup Database Question
Date
Msg-id CAKgWO9KuXf9VTeUdh2q8Qt2tVP6hDkUD-UNQmKeFL4kd+A+_ig@mail.gmail.com
Whole thread Raw
In response to Re: Backup Database Question  (Raymond O'Donnell <rod@iol.ie>)
List pgsql-general
what about pg_rman?

-------------------------------------------------------------------------------------------------------------------------------------
On Fri, Oct 7, 2011 at 1:20 AM, Raymond O'Donnell <rod@iol.ie> wrote:
On 06/10/2011 20:18, Carlos Mennens wrote:
> On Thu, Oct 6, 2011 at 3:12 PM, John R Pierce <pierce@hogranch.com> wrote:
>>   /path/to/pg_dumpall | gzip > /path/to/pgbackup-$(date -I).sql.gz
>
> Thanks John. I've never written a script so do I just use 'Vim' to
> open a new file and just paste the following line?
>
> #!/bin/bash
> /usr/bin/pg_dumpall | gzip > /var/db_backup/pg_backup-$(date -I).sql.gz
>
> Is that all I need to do or is there more steps / data involved?

I think you also need to make it executable:

 chmod u+x my_backup_script

...or something like that.

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Henry Drexler
Date:
Subject: Re: ts_rank error/result of '1e-020'
Next
From: Richard Price
Date:
Subject: PostgreSQL consulting companies in the Bay Area