projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6187df1
)
Add note about using GNU tar warning options for base backups
author
Peter Eisentraut
<
[email protected]
>
Fri, 4 Nov 2011 19:52:37 +0000
(21:52 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 4 Nov 2011 19:52:37 +0000
(21:52 +0200)
doc/src/sgml/backup.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/backup.sgml
b/doc/src/sgml/backup.sgml
index 737355a911d97cc9b436868cf798e469ec587d6d..96418e2ca034f5b3b43e7260c952e0f12eb6f70b 100644
(file)
--- 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>