-
+
Backup and Restore
character in the command. The simplest useful command is something
like:
-archive_command = 'cp -i %p /mnt/server/archivedir/%f </dev/null'
+archive_command = 'cp -i %p /mnt/server/archivedir/%f </dev/null' # Unix
+archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
which will copy archivable WAL segments to the directory
/mnt/server/archivedir>. (This is an example, not a