diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-11-04 21:52:37 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-11-04 21:52:37 +0200 |
commit | 39b2d9ffb01ab356f6f5e0d441472ade7608b12a (patch) | |
tree | 6a64720784c368906075036e0ab0220302069dde /doc/src | |
parent | 6187df15320fbd958389358f5d4086b694c892ec (diff) | |
download | postgresql-39b2d9ffb01ab356f6f5e0d441472ade7608b12a.tar.gz postgresql-39b2d9ffb01ab356f6f5e0d441472ade7608b12a.zip |
Add note about using GNU tar warning options for base backups
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/backup.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 737355a911d..96418e2ca03 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -837,7 +837,9 @@ SELECT pg_stop_backup(); a fatal error if a file was truncated while <application>tar</> was copying it. Fortunately, GNU <application>tar</> versions 1.16 and later exit with 1 if a file was changed during the backup, - and 2 for other errors. + and 2 for other errors. With GNU <application>tar</> version 1.23 and + later, you can use the warning options <literal>--warning=no-file-changed + --warning=no-file-removed</literal> to hide the related warning messages. </para> <para> |