Skip to content

Commit 163b31c

Browse files
DOCSP-46244 backup daemon definition (#660)
1 parent 5613af6 commit 163b31c

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

source/core/system-overview.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ For a list of |onprem|'s default ports and health-check endpoints, see
4444
Backup Daemon Service
4545
---------------------
4646

47-
You can configure any |onprem| instance to run the :term:`Backup
48-
Daemon` service to back up MongoDB databases.
49-
50-
To learn how to start, check the status of, stop, and restart the Backup
51-
daemon on a server, see :ref:`Start and Stop the Backup Daemon
52-
<start-stop-backup-daemon>`.
47+
You can configure any |onprem| instance to perform backup :term:`snapshot`
48+
maintenance work, such as a :term:`grooms <groom>` and managing
49+
file system snapshot files on the :term:`file system store <File System
50+
Store>` by running the :term:`Backup Daemon`. To learn how to start,
51+
check the status of, stop, and restart the Backup Daemon on a server,
52+
see :ref:`Start and Stop the Backup Daemon <start-stop-backup-daemon>`.
5353

5454
How the Backup Daemon performs depends upon the
5555
:manual:`MongoDB version compatibility</reference/command/setFeatureCompatibilityVersion>`
@@ -65,11 +65,11 @@ The Backup Daemon service provides the following services for databases:
6565
- Performs some state updates to the backup job
6666
- Perform a queryable restore
6767

68-
The daemon does scheduled work based on data coming into the |onprem|
69-
from the {+mdbagent+}s. Client applications can't communicate with the
70-
daemon. Its state and job queues come from the
71-
:ref:`mms-application-database`. |mms| creates snapshots from the
72-
database being backed up.
68+
Client applications can't communicate with the daemon. Its state and job
69+
queues come from the :ref:`mms-application-database`. |mms| creates
70+
snapshots from the database being backed up. For incremental backups
71+
using file system stores, the daemon is responsible for creating
72+
snapshots.
7373

7474
:ref:`Multiple Backup Daemons <multiple-backup-daemons>` can scale
7575
horizontally to run more concurrent jobs when needed and can provide

source/reference/glossary.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,14 @@ Glossary
113113

114114

115115
Backup Daemon
116-
The |onprem| uses :manual:`backup cursors
117-
</reference/glossary/#std-term-backup-cursor>` instead of
118-
:opsmgr:`head databases </reference/glossary/#std-term-head-database>`.
116+
A required headless service to the |mms| Application that is
117+
responsible for backup :term:`snapshot` maintenance work, such as
118+
a :term:`groom` and managing file system snapshot files on the
119+
:term:`file system store <File System Store>`
120+
121+
While we no longer use a :term:`head database` for backup
122+
snapshots, Backup Daemons are still a required component for
123+
|mms| backups and :term:`queryable backup` to function.
119124

120125
.. seealso::
121126

0 commit comments

Comments
 (0)