PITR / what directories/files can be ignored?

Started by Glen Parkerover 19 years ago2 messagesgeneral
Jump to latest
#1Glen Parker
glenebob@nwlink.com

I am continuing to refine my PITR backup script, and there are some
directories I do not know what to do with. First off, here are the
directories/files I am currently ignoring...

pg_xlog (ours is a symlink, so I ignore it altogether)
pg_log/*
base/*/pgsql_tmp/*
postmaster.opts
postmaster.pid

Can I also ignore any of these? ...

pg_clog/*
pg_multixact/*
pg_subtrans/*
pg_twophase/*

BTW, PITR is pretty much the best thing since sliced bread :D

TIA,

-Glen

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Glen Parker (#1)
Re: PITR / what directories/files can be ignored?

Glen Parker <glenebob@nwlink.com> writes:

I am continuing to refine my PITR backup script, and there are some
directories I do not know what to do with. First off, here are the
directories/files I am currently ignoring...

pg_xlog (ours is a symlink, so I ignore it altogether)
pg_log/*
base/*/pgsql_tmp/*
postmaster.opts
postmaster.pid

All OK.

Can I also ignore any of these? ...

pg_clog/*
pg_multixact/*
pg_subtrans/*
pg_twophase/*

No!

regards, tom lane