Преглед на файлове

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
   $ 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.