{% extends "base.html" %} {% block title %} — Settings{% endblock %} {% block content %}
Azure AD Application

Create an App Registration in Azure AD with API.ReadWrite.All permission on Dynamics 365 Business Central and admin consent granted.

Business Central
Found in BC Admin Center — typically "Production" or "Sandbox".
Filter backup to a specific company. Leave blank for all.
S3 / MinIO Storage
Encryption
Store this passphrase securely and separately from your backups — losing it means losing access to all encrypted archives. Backups use GPG symmetric AES256.
GPG symmetric AES256 · compatible with gpg --decrypt
Incremental Backup Schedule

Exports only records modified since the last successful run (lastModifiedDateTime filter). Run frequently to minimize data loss.

0 * * * * — every hour   0 */4 * * * — every 4 h
crontab.guru ↗
Full Backup Schedule

Complete export of all entities and all companies — no date filter applied. Run weekly to provide a chain restore baseline.

0 1 * * 0 — Sunday 01:00   0 2 1 * * — 1st of month 02:00
crontab.guru ↗
{% endblock %} {% block scripts %} {% endblock %}