From: Wayne Davison Date: Thu, 6 Jan 2005 17:15:36 +0000 (+0000) Subject: Mention new atomic-rsync script. X-Git-Tag: v2.6.4pre1~450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc17fbfe7dbe8f603f53a3957e2369802f0bd81f;p=thirdparty%2Frsync.git Mention new atomic-rsync script. --- diff --git a/NEWS b/NEWS index 8dfd62e2..f3b34f66 100644 --- a/NEWS +++ b/NEWS @@ -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().