From 1369a440408dd4755c0659d7703c5f0de92fcc47 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 17 Mar 2023 14:51:43 +0100
Subject: [PATCH] update docs

---
 docs/_index.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/docs/_index.md b/docs/_index.md
index f0e8c21..d1c97e9 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -1,8 +1,9 @@
-# IML BACKUP #
+# IML BACKUP
 
-Backup scripts using Restic (or Duplicity).
-
-Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
+Backup scripts to wrap Restic (or Duplicity).
+Runs on
+* Linux: (CentOS, Debian, Manjaro, Ubuntu)
+* MS Windows (by using compiled GNU tools eg. Cygwin or Mingw)
 
 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> \
 📜 License: GNU GPL 3.0 \
@@ -10,10 +11,10 @@ Runs on Linux: CentOS, Debian, Manjaro, Ubuntu.
 
 Supported backup clients:
 
-* Restic: <https://restic.net/>
-* Duplicity: <https://duplicity.gitlab.io/duplicity-web/>
+* Restic: <https://restic.net/> (default)
+* Duplicity: <https://duplicity.gitlab.io/duplicity-web/> ()
 
-# Why #
+# Why
 
 We rollout our linux systems automatically. We try not to configure third systems
 for backup, monitoring and other general services.
-- 
GitLab