summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-23 20:46:51 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-23 20:54:38 -0700
commit01742c07e6d7559d69e101a7c2e5380179c08555 (patch)
tree5739ae659cda94f1cc6b3210349a0e46b1de0824 /NEWS.md
parente00662f2637ccf81e5d4b36feeebb8a1b3ec65e8 (diff)
downloadrsync-01742c07e6d7559d69e101a7c2e5380179c08555.tar.gz
Add --mkpath option. Fixes bugzilla bug 4621.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index a0ec31e0..27e8eef8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -42,6 +42,9 @@
- Added `--crtimes` (`-N`) option for preserving the file's create time (on
an OS that supports that, such as macOS).
+ - Added `--mkpath` option to tell rsync that it should create a non-existing
+ path component of the destination arg.
+
- Added the ability to specify "@netgroup" names to the `hosts allow` and
`hosts deny` daemon parameters. This is a finalized version of the
netgroup-auth patch from the patches repo.