From 09de872082aef5c537ef7fff1e8641763a179c0b Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 19 Sep 2025 15:35:04 +0200 Subject: [PATCH] Fix typo in README.md for exclude instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e0667..8ee1562 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ If your remote server has firewall restrictions: ### Excluding files/folders (eg .git) -By default, rsync copies dot files and folder if present at ``path:``. To execlude them, you can use the ``--exclude`` switch: +By default, rsync copies dot files and folder if present at ``path:``. To exclude them, you can use the ``--exclude`` switch: ```yml switches: -avzr --delete --exclude='.git/'