Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbb06d commit 399ea9eCopy full SHA for 399ea9e
doc/src/sgml/backup.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.148 2010/04/01 00:31:00 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.149 2010/04/01 13:52:56 momjian Exp $ -->
2
3
<chapter id="backup">
4
<title>Backup and Restore</title>
@@ -611,7 +611,7 @@ cp -i pg_xlog/00000001000000A900000065 /mnt/server/archivedir/00000001000000A900
611
add a command to test for the existence of the archive file. For
612
example, something like:
613
<programlisting>
614
-archive_command = 'test ! -e .../%f && cp %p .../%f'
+archive_command = 'test ! -f .../%f && cp %p .../%f'
615
</programlisting>
616
works correctly on most Unix variants.
617
</para>
0 commit comments