Mention --copy-dest.
authorWayne Davison <wayned@samba.org>
Fri, 11 Mar 2005 19:23:09 +0000 (19:23 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 11 Mar 2005 19:23:09 +0000 (19:23 +0000)
NEWS

diff --git a/NEWS b/NEWS
index edbd15ff9a58d3053fb90c6b6b1e2b9f2986944e..eab3bf3798674d3cf65b6d2122faf4d362ed3606 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -150,9 +150,12 @@ Changes since 2.6.3:
       algorithm only creates one directory of objects at a time (for files
       inside the transfer).
 
-    - Added support for specifying multiple --compare-dest or --link-dest
-      options, but only of a single type. (Promoted from the patches dir
-      and enhanced.) (Requires protocol 29.)
+    - Added the --copy-dest option, which works like --link-dest except
+      that it copies identical files instead of hard-linking them.
+
+    - Added support for specifying multiple --compare-dest, --copy-dest, or
+      --link-dest options, but only of a single type. (Promoted from the
+      patches dir and enhanced.) (Requires protocol 29.)
 
     - Added the --max-size option. (Promoted from the patches dir.)
 
@@ -173,8 +176,9 @@ Changes since 2.6.3:
       file, we now flush any data in the write-cache before closing the
       partial file.
 
-    - The --inplace support was enhanced to work with --compare-dest and
-      --link-dest. (Requires protocol 29.)
+    - The --inplace support was enhanced to work with --compare-dest,
+      --link-dest, and (the new) --copy-dest options. (Requires protocol
+      29.)
 
     - Added the --dirs (-d) option for an easier way to copy directories
       without recursion.