From 3d592f89241f47b7686ff4e6878004e24d908a64 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Radoslav=20Bod=C3=B3?= <bodik@cesnet.cz>
Date: Tue, 16 Apr 2024 09:33:34 +0200
Subject: [PATCH] general: update readme on restic mounts

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index df801d1..85fb1ed 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,9 @@ somewhere - if I only knew.*
 * Unlike in other backup solutions, attacker with credentials can restore
   old data from the repository/bucket, this should be discussed (howto threat modeling ?)
 
+* When rwm restic mount ends while the mountpoint is busy (or being used by another process),
+  the FUSE mountpoint is not removed.
+
 
 ## Usage
 
-- 
GitLab