We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6187df1 commit 39b2d9fCopy full SHA for 39b2d9f
doc/src/sgml/backup.sgml
@@ -837,7 +837,9 @@ SELECT pg_stop_backup();
837
a fatal error if a file was truncated while <application>tar</> was
838
copying it. Fortunately, GNU <application>tar</> versions 1.16 and
839
later exit with 1 if a file was changed during the backup,
840
- and 2 for other errors.
+ and 2 for other errors. With GNU <application>tar</> version 1.23 and
841
+ later, you can use the warning options <literal>--warning=no-file-changed
842
+ --warning=no-file-removed</literal> to hide the related warning messages.
843
</para>
844
845
<para>
0 commit comments