diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml new file mode 100644 index 07ca0dc..e25e0d0 *** a/doc/src/sgml/backup.sgml --- b/doc/src/sgml/backup.sgml *************** tar -cf backup.tar /usr/local/pgsql/data *** 438,445 **** Another option is to use rsync to perform a file system backup. This is done by first running rsync while the database server is running, then shutting down the database ! server just long enough to do a second rsync. The ! second rsync will be much quicker than the first, because it has relatively little data to transfer, and the end result will be consistent because the server was down. This method allows a file system backup to be performed with minimal downtime. --- 438,447 ---- Another option is to use rsync to perform a file system backup. This is done by first running rsync while the database server is running, then shutting down the database ! server long enough to do an rsync --checksum. ! (