projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2af244
)
Revert change that prevented ellipses from looking like ../.
author
Bruce Momjian
Wed, 31 Mar 2010 23:51:41 +0000
(23:51 +0000)
committer
Bruce Momjian
Wed, 31 Mar 2010 23:51:41 +0000
(23:51 +0000)
doc/src/sgml/backup.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/backup.sgml
b/doc/src/sgml/backup.sgml
index 57f7fbef904f2f61f05286ab922f823b6899c7e8..039eb0e44caa87059b6c0e34da4ddc63fbfc156a 100644
(file)
--- a/
doc/src/sgml/backup.sgml
+++ b/
doc/src/sgml/backup.sgml
@@
-1,4
+1,4
@@
-
+
Backup and Restore
@@
-611,7
+611,7
@@
cp -i pg_xlog/00000001000000A900000065 /mnt/server/archivedir/00000001000000A900
add a command to test for the existence of the archive file. For
example, something like:
-archive_command = 'test ! -f ...
%f && cp %p ...
%f'
+archive_command = 'test ! -f ...
/%f && cp %p .../
%f'
works correctly on most Unix variants.