aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-01-11 10:14:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2019-01-11 10:14:49 -0200
commit9500a13017594f3efb42358df4f9922a9cd5da64 (patch)
treee2494e4c0b0e94daaf9503c2d9ce90a6fd810238
parent143a633ae3f63ed320dbce466493865306db9e45 (diff)
downloadborger-9500a13017594f3efb42358df4f9922a9cd5da64.tar.gz
borger-9500a13017594f3efb42358df4f9922a9cd5da64.tar.bz2
Known issues
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index ede99ca..621e8f1 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,20 @@ somewhere else. **If you don't want that, use `encryption="repokey"` at your con
See [Repository Encryption](https://borgbackup.readthedocs.io/en/stable/quickstart.html#repository-encryption)
for details.
+
+# Known issues
+
+Borger needs a better lock/session management to prevent errors like
+
+ Failed to create/acquire the lock (timeout)
+
+See also:
+
+- borg break-lock (before 1.1.0 in theory)
+- https://www.solved.tips/failed-create-acquire-lock/
+- https://github.com/rugk/borg-cron-helper
+- https://github.com/rugk/borg-cron-helper#local-lock-borg--v110
+- https://github.com/borgbackup/borg/issues/2306
+- https://github.com/borgbackup/borg/issues/813
+- https://github.com/borgbackup/borg/issues/2306
+- https://github.com/borgbackup/borg/issues/3191