Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39b2d9f

Browse files
committed
Add note about using GNU tar warning options for base backups
1 parent6187df1 commit39b2d9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,9 @@ SELECT pg_stop_backup();
837837
a fatal error if a file was truncated while <application>tar</> was
838838
copying it. Fortunately, GNU <application>tar</> versions 1.16 and
839839
later exit with 1 if a file was changed during the backup,
840-
and 2 for other errors.
840+
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.
841843
</para>
842844

843845
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp