|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.150 2010/04/03 07:22:52 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.151 2010/04/12 19:08:28 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="backup"> |
4 | 4 | <title>Backup and Restore</title> |
@@ -611,7 +611,7 @@ cp -i pg_xlog/00000001000000A900000065 /mnt/server/archivedir/00000001000000A900 |
611 | 611 | add a command to test for the existence of the archive file. For |
612 | 612 | example, something like: |
613 | 613 | <programlisting> |
614 | | -archive_command = 'test ! -f.../%f && cp %p.../%f' |
| 614 | +archive_command = 'test ! -f/mnt/server/archivedir/%f && cp %p/mnt/server/archivedir/%f' |
615 | 615 | </programlisting> |
616 | 616 | works correctly on most Unix variants. |
617 | 617 | </para> |
|