Mention new atomic-rsync script.

This commit is contained in:
Wayne Davison
2005-01-06 17:15:36 +00:00
parent fa170b2e5a
commit cc17fbfe7d

5
NEWS
View File

@@ -63,6 +63,11 @@ Changes since 2.6.3:
file, we now flush any data in the write-cache before closing the
partial file.
- Added support/atomic-rsync -- a perl script that will transfer some
files using rsync, and then move the updated files into place all at
once at the end of the transfer. Only works when pulling, and uses
--link-dest.
BUILD CHANGES:
- Handle an operating system that use mkdev() in place of makedev().