mirror of
https://github.com/octoleo/restic.git
synced 2025-01-31 10:58:26 +00:00
Merge pull request #4088 from MichaelEischer/doc-cifs-backup-source
doc: reading from CIFS can be a problem on linux
This commit is contained in:
commit
375953a001
@ -86,10 +86,11 @@ command and enter the same password twice:
|
||||
|
||||
.. warning::
|
||||
|
||||
On Linux, storing the backup repository on a CIFS (SMB) share is not
|
||||
recommended due to compatibility issues. Either use another backend
|
||||
or set the environment variable `GODEBUG` to `asyncpreemptoff=1`.
|
||||
Refer to GitHub issue `#2659 <https://github.com/restic/restic/issues/2659>`_ for further explanations.
|
||||
On Linux, storing the backup repository on a CIFS (SMB) share or backing up
|
||||
data from a CIFS share is not recommended due to compatibility issues in
|
||||
older Linux kernels. Either use another backend or set the environment
|
||||
variable `GODEBUG` to `asyncpreemptoff=1`. Refer to GitHub issue
|
||||
`#2659 <https://github.com/restic/restic/issues/2659>`_ for further explanations.
|
||||
|
||||
SFTP
|
||||
****
|
||||
|
Loading…
x
Reference in New Issue
Block a user