Skip to content
Snippets Groups Projects
Commit 39b2d9ff authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add note about using GNU tar warning options for base backups

parent 6187df15
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment