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 26996cf commit 66cab2bCopy full SHA for 66cab2b
doc/src/sgml/backup.sgml
@@ -530,7 +530,7 @@ tar -cf backup.tar /usr/local/pgsql/data
530
character in the command. The simplest useful command is something
531
like
532
<programlisting>
533
-archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' # Unix
+archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f' # Unix
534
archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
535
</programlisting>
536
which will copy archivable WAL segments to the directory
0 commit comments