From: Peter Eisentraut Date: Fri, 4 Nov 2011 19:52:37 +0000 (+0200) Subject: Add note about using GNU tar warning options for base backups X-Git-Tag: REL9_2_BETA1~871 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39b2d9ffb01ab356f6f5e0d441472ade7608b12a;p=thirdparty%2Fpostgresql.git Add note about using GNU tar warning options for base backups --- 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 tar was copying it. Fortunately, GNU 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 tar version 1.23 and + later, you can use the warning options --warning=no-file-changed + --warning=no-file-removed to hide the related warning messages.