| From: | "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> |
|---|---|
| To: | <jorgemal1960(at)gmail(dot)com>,<pgsql-novice(at)postgresql(dot)org> |
| Subject: | Re: Volume Shadow Copy |
| Date: | 2012-07-02 15:53:12 |
| Message-ID: | 4FF17D980200002500048CC3@gw.wicourts.gov |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
JORGE MALDONADO wrote:
> Does anyone know if PostgreSQL for Windows supports VSS (volume
> shadow copy)?
I don't know anything about VSS in particular, but *if* it can create
a consistent snapshot of the entire PostgreSQL cluster's data
directory tree (and other tablespace locations, if they exist), *and*
you are running with fsync = on and full_page_writes = on, then it
should work as a backup technique.
http://www.postgresql.org/docs/9.1/interactive/backup-file.html
-Kevin
| From | Date | Subject | |
|---|---|---|---|
| Next Message | James Hartley | 2012-07-02 16:00:22 | Re: pgsql and lion : not taking good header at compilation. |
| Previous Message | JORGE MALDONADO | 2012-07-02 15:25:56 | Volume Shadow Copy |