Index: doc/src/sgml/backup.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v retrieving revision 2.56 diff -c -c -r2.56 backup.sgml *** doc/src/sgml/backup.sgml 25 Feb 2005 04:56:01 -0000 2.56 --- doc/src/sgml/backup.sgml 17 Mar 2005 05:01:54 -0000 *************** *** 374,379 **** --- 374,388 ---- + Another option is to use rsync to perform a file + system backup. First, while the database server is running, + run rsync, then shut down the database + server and perform a second rsync, then + restart the database server. This allows a file system backup to be + performed with minimal downtime. + + + Note that a file system backup will not necessarily be smaller than an SQL dump. On the contrary, it will most likely be larger. (pg_dump does not need to dump