Mention the --inplace new-file permissions fix.

This commit is contained in:
Wayne Davison
2005-07-30 16:17:21 +00:00
parent 97894c6473
commit 7ea7bebf6b

4
NEWS
View File

@@ -8,6 +8,10 @@ Changes since 2.6.6:
we now output a syntax error rather than trying to open the destination
hostspec as a filename.
- When --inplace creates a new destination file, rsync now creates it with
permissions 0600 instead of 0000 -- this makes restarting possible when
the transfer gets interrupted in the middle of sending a new file.
ENHANCEMENTS:
- Added the --append option that makes rsync append data onto files