Discussion:
What is safe to exclude when doing a UFS backup?
(too old to reply)
Marty Scholes
2004-05-27 14:42:04 UTC
Permalink
We are running a tiny (< 1GB) Pg installation, but are starting to
migrate over our production Oracle apps.

We run a daily Oracle dump and a daily Pg dump to /var/tmp, keeping the
most recent four versions of each.

Nightly, we have Veritas Netbackup backup the whole filesystem to a tape
library.

Currently, the Oracle data directory (which also has the redo logs) is
excluded from the UFS backup as those datafiles are 100 GB and are
completely useless in a restore.

I have not excluded the Pg data files since I don't know what is safe to
exclude and the files are very small.

As we migrate apps and the Pg install grows, we will need to exclude
those data files.

Which directories/files are safe to exclude from the UFS backup? In
other words, what files can Pg live without and still get off the ground
far enough to restore from a pg_dump?

Thanks in advance,
Marty


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Bruce Momjian
2004-05-27 15:10:06 UTC
Permalink
Post by Marty Scholes
We are running a tiny (< 1GB) Pg installation, but are starting to
migrate over our production Oracle apps.
We run a daily Oracle dump and a daily Pg dump to /var/tmp, keeping the
most recent four versions of each.
Nightly, we have Veritas Netbackup backup the whole filesystem to a tape
library.
Currently, the Oracle data directory (which also has the redo logs) is
excluded from the UFS backup as those datafiles are 100 GB and are
completely useless in a restore.
I have not excluded the Pg data files since I don't know what is safe to
exclude and the files are very small.
As we migrate apps and the Pg install grows, we will need to exclude
those data files.
Which directories/files are safe to exclude from the UFS backup? In
other words, what files can Pg live without and still get off the ground
far enough to restore from a pg_dump?
You need to back up all the files in /data, but none of the subdirectories.

We should make this easier to do someday.
--
Bruce Momjian | http://candle.pha.pa.us
***@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
Marty Scholes
2004-05-27 16:45:03 UTC
Permalink
Bruce,

Many thanks!

Marty
Post by Bruce Momjian
Post by Marty Scholes
We are running a tiny (< 1GB) Pg installation, but are starting to
migrate over our production Oracle apps.
We run a daily Oracle dump and a daily Pg dump to /var/tmp, keeping the
most recent four versions of each.
Nightly, we have Veritas Netbackup backup the whole filesystem to a tape
library.
Currently, the Oracle data directory (which also has the redo logs) is
excluded from the UFS backup as those datafiles are 100 GB and are
completely useless in a restore.
I have not excluded the Pg data files since I don't know what is safe to
exclude and the files are very small.
As we migrate apps and the Pg install grows, we will need to exclude
those data files.
Which directories/files are safe to exclude from the UFS backup? In
other words, what files can Pg live without and still get off the ground
far enough to restore from a pg_dump?
You need to back up all the files in /data, but none of the subdirectories.
We should make this easier to do someday.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ***@postgresql.org so that your
message can get through to the mailing list cleanly

Loading...