mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-22 15:28:57 +00:00
FAQ: Why backups are slow on a Linux server that is a member of a windows domain? (#8636)
FAQ: Why backups are slow on a Linux server that is a member of a windows domain?
This commit is contained in:
parent
4832364c1d
commit
bfa944af07
1 changed files with 7 additions and 0 deletions
|
@ -368,6 +368,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
|
Another option is to not consider inode numbers in the files cache by passing
|
||||||
``--files-cache=ctime,size``.
|
``--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
|
Security
|
||||||
########
|
########
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue