mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
Document sshfs rename workaround, fixes #3315
This commit is contained in:
parent
72232a9bd5
commit
7cb36a20b4
1 changed files with 12 additions and 0 deletions
12
docs/faq.rst
12
docs/faq.rst
|
@ -719,6 +719,18 @@ rather not implement progress / ETA display than doing futile attempts.
|
|||
See also: https://xkcd.com/612/
|
||||
|
||||
|
||||
Why am I getting 'Operation not permitted' errors when backing up on sshfs?
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
By default, ``sshfs`` is not entirely POSIX-compliant when renaming files due to
|
||||
a technicality in the SFTP protocol. Fortunately, it also provides a workaround_
|
||||
to make it behave correctly::
|
||||
|
||||
sshfs -o workaround=rename user@host:dir /mnt/dir
|
||||
|
||||
.. _workaround: https://unix.stackexchange.com/a/123236
|
||||
|
||||
|
||||
Miscellaneous
|
||||
#############
|
||||
|
||||
|
|
Loading…
Reference in a new issue