--- title: MongoDB eleventyNavigation: key: • MongoDB parent: 🗄️ Data sources --- New in version 1.5.22 To backup MongoDB with borgmatic, use the `mongodb_databases:` hook. For example: ```yaml mongodb_databases: - name: messages ``` ### Full configuration ```yaml {% include borgmatic/mongodb_databases.yaml %} ```