From a3e1363aaa4ace8a61b39240642c31c9858c2384 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 26 Feb 2005 03:22:05 +0000 Subject: [PATCH] Make sure that our protocol-28 compatibility is OK. --- testsuite/exclude.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/exclude.test b/testsuite/exclude.test index eda1ec99..da4c19e3 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -166,7 +166,7 @@ rm "$chkdir"/bar/down/to/foo/.filt2 rm "$chkdir"/bar/down/to/bar/.filt2 rm "$chkdir"/mid/.filt -$RSYNC -av --existing --filter='-! */' "$fromdir/" "$chkdir/" +$RSYNC -av --protocol=28 --existing --include='*/' --exclude='*' "$fromdir/" "$chkdir/" # Now, try the prior command with --delete-before and some side-specific # rules. -- 2.34.1