diff options
| author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-02-13 14:09:52 +0100 |
|---|---|---|
| committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-02-13 14:09:52 +0100 |
| commit | 99cd749ce267fd9c0f6461b282f84f65ed9d8535 (patch) | |
| tree | 50f6e8b20f6c73de302973a17c6f584faf5ae2e2 /doc/src/sgml/ref/pg_basebackup.sgml | |
| parent | aeee173d229232f94acc61e7bfe81d40f56e478e (diff) | |
Revert "Skip .DS_Store files in server side utils"
This reverts commit aeee173d229232f94acc61e7bfe81d40f56e478e.
Per failure reports from the buildfarm.
Diffstat (limited to 'doc/src/sgml/ref/pg_basebackup.sgml')
| -rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index e1d24f805ed..9e6807b4574 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -832,8 +832,7 @@ PostgreSQL documentation 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, except certain temporary files managed by - PostgreSQL and operating system files. But only regular files and - directories are copied, except that + PostgreSQL. But only regular files and directories are copied, except that symbolic links used for tablespaces are preserved. Symbolic links pointing to certain directories known to PostgreSQL are copied as empty directories. Other symbolic links and special device files are skipped. |
