1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

doc: Clarify what files pg_basebackup omits from data directory

This commit is contained in:
Peter Eisentraut
2014-05-14 22:26:49 -04:00
parent c424c04918
commit 4773c70aa4
2 changed files with 21 additions and 2 deletions

View File

@@ -571,8 +571,10 @@ PostgreSQL documentation
<para>
The backup will include all files in the data directory and tablespaces,
including the configuration files and any additional files placed in the
directory by third parties. Only regular files and directories are allowed
in the data directory, no symbolic links or special device files.
directory by third parties. But only regular files and directories are
copied. Symbolic links (other than those used for tablespaces) and special
device files are skipped. (See <xref linkend="protocol-replication"> for
the precise details.)
</para>
<para>