Merge pull request #8645 from infectormp/patch-5

FAQ: Why are backups slow on a Linux server that is a member of a windows domain?
This commit is contained in:
TW 2025-01-19 15:41:00 +01:00 committed by GitHub
commit 86fa210f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -489,6 +489,13 @@ using ``nfs=nostale_ro``. Doing so implies mounting the filesystem read-only.
Another option is to not consider inode numbers in the files cache by passing
``--files-cache=ctime,size``.
Why are backups slow on a Linux server that is a member of a Windows domain?
----------------------------------------------------------------------------
If a Linux server is a member of a Windows domain, username to userid resolution might be
performed via ``winbind`` without caching, which can slow down backups significantly.
You can use e.g. ``nscd`` to add caching and improve the speed.
Security
########