From 9a1a827332f7d886f09141337bd25f2b69955a00 Mon Sep 17 00:00:00 2001 From: Axel Hahn <ax2002@gmx.net> Date: Sun, 27 Oct 2024 11:54:59 +0100 Subject: [PATCH] update readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c9f18b..0aa104e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# IML BACKUP # +# IML BACKUP Backup scripts using Restic (or Duplicity). -Runs on Linux: CentOS, Debian, Manjaro, Ubuntu. +Runs on Linux (CentOS, Debian, Manjaro, Ubuntu) and Windows (by using compiled GNU tools eg. Cygwin, MinGW, Git). 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-backup/> \ 📜 License: GNU GPL 3.0 \ @@ -13,7 +13,7 @@ Supported backup clients: * Restic: <https://restic.net/> * 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. @@ -23,7 +23,3 @@ for backup, monitoring and other general services. * No agent needed.<br><br> * **Automatic backup of databases**: A set of database backup scripts detects exsiting locally running database services and puts a compressed dump file per database scheme to a local backup directory.<br><br> * We want to use a **local encryption** of all data to backup. - ---- - -See the [docs](./docs/) folder for more details. \ No newline at end of file -- GitLab