Hi, On the page: http://www.postgresql.org/docs/current/interactive/continuous-archiving.html#BACKUP-ARCHIVING-WAL
an example archive_command of: archive_command = 'cp -i %p /mnt/server/archivedir/%f </dev/null' is given. Then, a few lines later, an example archive command of: archive_command = 'test ! -f .../%f && cp %p .../%f' is given. I think this second command would be more clear if it used "/mnt/server/archivedir/" instead of "...", to tie in with the previous archive_command. It took me a minute to figure out that the three dots were supposed to be an ellipsis instead of a typo for the parent directory "..". Josh -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs