1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-01 12:09:03 +00:00
restic/doc
Michael Eischer f1b4d97945 doc: Warn about compatibility issues with CIFS and restic
On Linux CIFS (SMB) seems to be incompatible with the async preemption
implementation of Go 1.14. CIFS seems not to restart syscalls (open,
read, chmod, readdir, ...) as expected by Go, which sets SA_RESTART for
its signal handler to have syscalls restarted automatically. This leads
to Go passing up lots of EINTR return codes to restic.

See https://github.com/restic/restic/issues/2659 for a detailed explanation.
2020-03-26 21:52:37 +01:00
..
_static docs: switch to gopher favicon 2020-02-13 00:09:37 +01:00
images/aws_s3
logo
man Remove broken --allow-root from restic mount 2020-03-17 23:35:06 +01:00
.gitignore
010_introduction.rst
020_installation.rst Remove -mod=vendor from all documentation and code 2020-03-01 19:32:35 +01:00
030_preparing_a_new_repo.rst doc: Warn about compatibility issues with CIFS and restic 2020-03-26 21:52:37 +01:00
040_backup.rst Merge pull request #2394 from bugvillage/doc-backup-passwd 2019-11-20 23:26:55 +01:00
045_working_with_repos.rst doc: Improve check documentation 2019-12-10 21:15:59 +01:00
050_restore.rst Merge pull request #2287 from benchti/patch-1 2020-02-13 01:54:10 +01:00
060_forget.rst Improve example for forget --keep-daily 2019-11-22 20:44:50 +01:00
070_encryption.rst
075_scripting.rst
080_examples.rst corrected option s3.storage-class 2020-02-06 22:53:47 +01:00
090_participating.rst Remove -mod=vendor from all documentation and code 2020-03-01 19:32:35 +01:00
100_references.rst
110_talks.rst
bash-completion.sh Remove broken --allow-root from restic mount 2020-03-17 23:35:06 +01:00
cache.rst
conf.py
design.rst
developer_information.rst Remove -mod=vendor from all documentation and code 2020-03-01 19:32:35 +01:00
faq.rst Add hint abouth absolute sftp paths for Synology NAS 2020-01-06 21:37:57 +01:00
index.rst
Makefile
manual_rest.rst Add support for $RESTIC_CACHE_DIR 2019-09-26 15:59:56 -07:00
requirements.txt
REST_backend.rst
test_irreducibility.gap
zsh-completion.zsh