1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-03-17 20:58:34 +02:00

Add notes about optional symlinks to repo format 6 design.

This commit is contained in:
David Steele 2020-09-01 11:02:44 -04:00
parent bb87d989b8
commit ce6c492620

View File

@ -18,3 +18,7 @@
- Store default sections before file/link/path sections to avoid two passes on load.
- Format backup labels using gmtime().
## Options
- Disable symlinks by default on `posix` repos. This is a convenience feature for manual access to the repo and it makes more sense to make it optional.