Skip to content

Commit

Permalink
FAQ: Why backups are slow on a Linux server that is a member of a win…
Browse files Browse the repository at this point in the history
…dows domain?
  • Loading branch information
infectormp authored Jan 16, 2025
1 parent 4832364 commit 97e23d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,14 @@ 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 backups are slow on a Linux server that is a member of a windows domain?
----------------------------------------------------------------------------

By default, if a Linux server is a member of a windows domain, username
resolution is perfomed via winbind. This can cause a noticeable performance
degradation during the backup process. To avoid this, you should use a caching
service such as ``nscd``.

Security
########

Expand Down

0 comments on commit 97e23d4

Please sign in to comment.