Re: Using rsync for base backups for PITR - Mailing list pgsql-admin

From Scott Whitney
Subject Re: Using rsync for base backups for PITR
Date
Msg-id 20071010164227.7D89F3F2710@mail.int.journyx.com
Whole thread Raw
In response to Re: Using rsync for base backups for PITR  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Using rsync for base backups for PITR  (Bruce Momjian <bruce@momjian.us>)
Re: Using rsync for base backups for PITR  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-admin
In the same way that you don't have a valid archive while the tar is
running, no? In either case, I have to archive the WAL segments used during
the file system backup, right?

Is rsync a supported method for a warm standby server? Specifically, I'm
thinking about:
http://www.taygeta.com/ha-postgresql.html

-----Original Message-----
From: Bruce Momjian [mailto:bruce@momjian.us]
Sent: Oct 10, 2007 11:39 AM
To: Scott Whitney
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Using rsync for base backups for PITR

Scott Whitney wrote:
> I'm reading conflicting information on this. Is this a supported
technique?
>
> start_backup
> rsync the initial base backup
> stop_backup
>
> Then, periodically,
> start_backup
> rsync again
> stop_backup
>
> It's my opinion that this wouuld significantly cut down the 30GB base
backup
> I'll need to take for each PITR.

Uh, well, yes, that will work, but you don't have a valid archive
_while_ the rsync is happening.  I think that would be a problem if
there was a failure during the rsync update.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +


pgsql-admin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Using rsync for base backups for PITR
Next
From: "Scott Whitney"
Date:
Subject: PG 8.1.4 not clearing pg_clog