浏览代码

remove outdated locking problem warning

Thomas Waldmann 10 年之前
父节点
当前提交
59c519b3bb
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      docs/quickstart.rst

+ 0 - 3
docs/quickstart.rst

@@ -159,6 +159,3 @@ mounting the remote filesystem, for example, using sshfs::
   $ borg init /mnt/backup
   $ borg init /mnt/backup
   $ fusermount -u /mnt
   $ fusermount -u /mnt
 
 
-However, be aware that sshfs doesn't fully implement POSIX locks, so
-you must be sure to not have two processes trying to access the same
-repository at the same time.