|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.57 2005/03/17 05:03:37 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.58 2005/03/17 05:10:11 momjian Exp $ |
3 | 3 | -->
|
4 | 4 | <chapter id="backup">
|
5 | 5 | <title>Backup and Restore</title>
|
@@ -365,7 +365,7 @@ tar -cf backup.tar /usr/local/pgsql/data
|
365 | 365 |
|
366 | 366 | <para>
|
367 | 367 | If your database is spread across multiple volumes (for example,
|
368 |
| -data files and WAL log on different disks) there may not be any way |
| 368 | +if you are using tablespaces) there may not be any way |
369 | 369 | to obtain exactly-simultaneous frozen snapshots of all the volumes.
|
370 | 370 | Read your file system documentation very carefully before trusting
|
371 | 371 | to the consistent-snapshot technique in such situations. The safest
|
|