Commit 42ad992f authored by Peter Eisentraut's avatar Peter Eisentraut

Add archive_command example

parent f1e4f3d4
...@@ -186,6 +186,9 @@ ...@@ -186,6 +186,9 @@
#archive_mode = off # allows archiving to be done #archive_mode = off # allows archiving to be done
# (change requires restart) # (change requires restart)
#archive_command = '' # command to use to archive a logfile segment #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 #archive_timeout = 0 # force a logfile segment switch after this
# number of seconds; 0 disables # number of seconds; 0 disables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment