From 2a59d2cc3178eef8b3b1f41867889b4dee763f24 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 19 Jan 2006 19:05:49 +0000 Subject: [PATCH] Another bugfix. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 69e61434..8de07a21 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,10 @@ Changes since 2.6.6: - If --relative is active, simply trim off trailing slashes and dot dirs. Also, reject a ".." dir if it would be sent as a relative dir. + - If a non-directory is in the way of a directory and rsync is run with + --dry-run and --delete, rsync no longer complains about not being + able to opendir() the not-yet present directory. + ENHANCEMENTS: - Added the --append option that makes rsync append data onto files -- 2.34.1