1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

remove outdated locking problem warning

This commit is contained in:
Thomas Waldmann 2015-07-25 15:37:30 +02:00
parent ed2548ca02
commit 59c519b3bb

View file

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