From e3dacf22acb45b3f2c583c93e5ad8c72b9d9e5a4 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 31 May 2021 11:31:38 +0200
Subject: [PATCH] update readme

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 702839e..2c66b21 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,11 @@ RESTIC
 * delete backups by rules to keep a count of hourly, daily, weekly, mothly, yearly backups
 * several backup targets (we currently use sftp:// http:// and file://)
 
+### control simoultanous backups ###
+
+As an optional feature you can control the count simultanous written backups.
+This requires additional effort next to the client installation.
+
 ## Installation ##
 
 - Uncompress / clone the client to a local directory
@@ -123,7 +128,7 @@ To make a database restore its dump must be located at this directory. To restor
 If you have local Mysql daemon or Pgsql you can test it by starting 
 
     # dump all databases
-    ./localdump.sh
+    sudo ./localdump.sh
 
     # show written files
     find /var/iml-backup
-- 
GitLab