Add archive_command example

This commit is contained in:
Peter Eisentraut 2011-09-03 01:29:09 +03:00
parent f1e4f3d44f
commit 42ad992fdc
1 changed files with 3 additions and 0 deletions

View File

@ -186,6 +186,9 @@
#archive_mode = off # allows archiving to be done
# (change requires restart)
#archive_command = '' # command to use to archive a logfile segment
# placeholders: %p = path of file to archive
# %f = file name only
# e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f'
#archive_timeout = 0 # force a logfile segment switch after this
# number of seconds; 0 disables