File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.158 2010/09/12 13:47:12 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.159 2010/09/13 01:35:46 momjian Exp $ -->
22
33<chapter id="backup">
44 <title>Backup and Restore</title>
@@ -577,8 +577,8 @@ tar -cf backup.tar /usr/local/pgsql/data
577577 character in the command. The simplest useful command is something
578578 like:
579579<programlisting>
580- archive_command = 'cp -i %p /mnt/server/archivedir/%f </dev/null' # Unix
581- archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
580+ archive_command = 'cp -i %p /mnt/server/archivedir/%f </dev/null' # Unix
581+ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
582582</programlisting>
583583 which will copy archivable WAL segments to the directory
584584 <filename>/mnt/server/archivedir</>. (This is an example, not a
You can’t perform that action at this time.
0 commit comments