diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 07ca0dc62d..e25e0d0edf 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -438,8 +438,10 @@ tar -cf backup.tar /usr/local/pgsql/data 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, + server long enough to do an rsync --checksum. + (