From 19bd0dd34022d0b8e2ae45f12029602f129c28c1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 1 Oct 2022 08:04:00 -0700 Subject: [PATCH] Use newer protocol to avoid mtime corruption. --- testsuite/exclude.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/exclude.test b/testsuite/exclude.test index 4b1a1a05..9b487b60 100644 --- a/testsuite/exclude.test +++ b/testsuite/exclude.test @@ -188,7 +188,7 @@ rm "$chkdir"/bar/down/to/foo/.filt2 rm "$chkdir"/bar/down/to/bar/.filt2 rm "$chkdir"/mid/.filt -$RSYNC -av --protocol=28 --existing --include='*/' --exclude='*' "$fromdir/" "$chkdir/" +$RSYNC -av --existing --include='*/' --exclude='*' "$fromdir/" "$chkdir/" # Now, try the prior command with --delete-before and some side-specific # rules. -- 2.47.2