Mention the improvements in the comare-dest/link-dest/copy-dest handling.

This commit is contained in:
Wayne Davison committed 2005-12-15 23:00:23 +00:00
1 parent 165dd4a636
commit 8a1f3153b9
1 file changed
+9
+9
View File
@@ -34,6 +34,9 @@ Changes since 2.6.6:
- If waitpid() fails or the child rsync didn't exit cleanly, we now handle - If waitpid() fails or the child rsync didn't exit cleanly, we now handle
the exit status properly and generate a better error. the exit status properly and generate a better error.
- Fixed some glitches in the double-verbose output when using --copy-dest,
--link-dest, or --compare-dest.
ENHANCEMENTS: ENHANCEMENTS:
- Added the --append option that makes rsync append data onto files - Added the --append option that makes rsync append data onto files
@@ -56,6 +59,12 @@ Changes since 2.6.6:
- If lutimes() and/or lchmod() are around, use them to allow the - If lutimes() and/or lchmod() are around, use them to allow the
preservation of attributes on symlinks. preservation of attributes on symlinks.
- The --link-dest option now affects symlinks and devices (when
possible).
- Improved the output of hard-linked and copied files when using
--link-dest, --copy-dest, or --compare-dest.
- Added two config items to the rsyncd.conf parsing: "pre-xfer exec" - Added two config items to the rsyncd.conf parsing: "pre-xfer exec"
and "post-xfer exec". These allow a command to be specified on a and "post-xfer exec". These allow a command to be specified on a
per-module basis that will be run before and/or after a daemon-mode per-module basis that will be run before and/or after a daemon-mode