archiving example, per suggestion from Greg Smith.
-<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.150 2010/04/03 07:22:52 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.151 2010/04/12 19:08:28 momjian Exp $ -->
<chapter id="backup">
<title>Backup and Restore</title>
add a command to test for the existence of the archive file. For
example, something like:
<programlisting>
-archive_command = 'test ! -f .../%f && cp %p .../%f'
+archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f'
</programlisting>
works correctly on most Unix variants.
</para>