Skip to main content
The following primary customizations are available through values fed to the domino-data-importer Helm chart:
  • Backup schedule
  • Importer command-line arguments (The importer is the program that performs the backup. Typically, you do not have to customize this component.)

Customize backup schedule

Use the Helm chart value backups.schedule to change the interval at which backups are performed. This is fed to a Kubernetes CronJob object. The default value is @daily, and any valid Kubernetes CronJob schedule string works, for example: 0 */4 * * *. The string mimics standard cron syntax.

Customize importer command-line arguments

Use the backupJobScript Helm chart value to customize the command that creates the backup bundles. The default command line arguments are:
The available options for the importer are:
You can remove --delete for testing or debugging purposes. The backups are typically removed from local storage after upload via this argument. Removing it leaves the backup’s working directory intact, allowing you to troubleshoot the state of it prior to upload. You can also remove --alert-on-fail for testing or debugging purposes to prevent sending any further alerts to the Domino Admin dashboard.
Last modified on July 16, 2026