reliable backup techniques - Mailing list pgsql-general

From Ed L.
Subject reliable backup techniques
Date
Msg-id 200302191023.24902.pgsql@bluepolka.net
Whole thread Raw
Responses Re: reliable backup techniques  (Jonathan Bartlett <johnnyb@eskimo.com>)
Re: reliable backup techniques  (Richard Huxton <dev@archonet.com>)
List pgsql-general
I'd like to get some opinions on the best techniques for getting
reliably consistent backups.  My current understanding is that the
only reliable way to get a consistent backup of a running system is
through pg_dump or pg_dumpall.  More specifically, it is my
understanding that file backups (tar, etc) do not guarantee
consistency due to the potential lag in cache writes to disk from
running transactions.

Is my understanding correct?  Are there other ways of getting
consistent backups of a live system?

Thanks,
Ed

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.3.1 takes long time to vacuum table?
Next
From: "Marc G. Fournier"
Date:
Subject: Re: techdocs broken again.