From: Wayne Davison Date: Tue, 21 Mar 2006 18:11:43 +0000 (+0000) Subject: Mention the new support/file-attr-restore script. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/8b3e964d14aaf4b128d40362a74e20a390393327 Mention the new support/file-attr-restore script. --- diff --git a/NEWS b/NEWS index 69ed838b..1aa40ffc 100644 --- a/NEWS +++ b/NEWS @@ -18,8 +18,12 @@ Changes since 2.6.7: - The support/rsyncstats script has an improved line-parsing regex that is easier to read and also allows it to parse syslog-generated lines. + - A new script, support/file-attr-restore, can be used to restore the + attributes of a fileset (the permissions, ownership, and group info) + taken from the cached output of a "find ARG... -ls" command. + DEVELOPER RELATED: - A new patch was added: log-file.diff. This contains an early version of a future option, --log-file=FILE, that will allow any rsync to log its - actions to a file (which is only supported by a daemon at present). + actions to a file (something that only a daemon supports at present).