Fix typo in README.md for exclude instruction

This commit is contained in:
Steven 2025-09-19 15:35:04 +02:00 committed by GitHub
parent b3f19155ac
commit 09de872082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -220,7 +220,7 @@ If your remote server has firewall restrictions:
### Excluding files/folders (eg .git) ### 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 ```yml
switches: -avzr --delete --exclude='.git/' switches: -avzr --delete --exclude='.git/'