doc: reading from CIFS can be a problem on linux

This commit is contained in:
Michael Eischer 2022-12-16 22:26:22 +01:00
parent cccc17e4e9
commit ef9164fcbb
1 changed files with 5 additions and 4 deletions

View File

@ -86,10 +86,11 @@ command and enter the same password twice:
.. warning:: .. warning::
On Linux, storing the backup repository on a CIFS (SMB) share is not On Linux, storing the backup repository on a CIFS (SMB) share or backing up
recommended due to compatibility issues. Either use another backend data from a CIFS share is not recommended due to compatibility issues in
or set the environment variable `GODEBUG` to `asyncpreemptoff=1`. older Linux kernels. Either use another backend or set the environment
Refer to GitHub issue `#2659 <https://github.com/restic/restic/issues/2659>`_ for further explanations. variable `GODEBUG` to `asyncpreemptoff=1`. Refer to GitHub issue
`#2659 <https://github.com/restic/restic/issues/2659>`_ for further explanations.
SFTP SFTP
**** ****