From b3f19155ac64608564e5cce2582311bb29b2329c Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 19 Sep 2025 15:32:18 +0200 Subject: [PATCH] Update README with versions section and formatting Added a new section for versions and updated heading formatting. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4d5688..84e0667 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ If your remote server has firewall restrictions: - **Option A:** Whitelist [GitHub Actions IP ranges](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#ip-addresses) (Azure-based) - **Option B:** Use self-hosted runners on your server (recommended for strict firewall environments) -#### 3. 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: @@ -240,6 +240,8 @@ More advanced examples: --- +## Versions + ## Version 7.0.2 Check here: