Unify Logo Footer.svg
Platform Tools
Logo
Platform backup (Backup Manager)

Platform backup (Backup Manager)

Logo

3 mins READ

Automated backups of your platform configuration into your own Git repository.

Overview

Under Settings › Data Management › Backup Manager you configure automated backups that push your platform objects' configurations to a Git repository you own. Before any exist you'll see "Configure Automated Backups — Configure automated backups for your production environment. Select a Git platform to enable scheduled backups of configurations and data." Each configuration is a card showing the provider, the repository and branch (the branch pill opens it on the Git host), an on/off toggle, and its Backup FrequencyLast SyncNext Sync, and Objects summary. The card menu offers Clone and Delete; clicking a card opens it for editing.

Where: Settings › Data Management › Backup Manager

Screenshot 2026-08-31 at 20.50.26 1.png
Screenshot 2026-08-31 at 20.50.26 1.png

Creating a backup configuration

New Backup opens a four-step wizard:

  1. Details ("Add basic details about the backup configuration") — NameBackup Provider (Github or Gitlab), and the Connection to use (only active connections for that provider). For GitHub you also set the committer User Name and Email used on backup commits.

  2. Select Repository ("Setup the repository & branch") — provider-specific: pick your organisation and an existing repository/branch, or have the backup create a new one.

  3. Platform Objects ("Select individual platform objects or choose from a predefined group to include in the backup.") — pick objects one by one or via GroupsAutomationAI AgentApplicationsAPI Platform. A counter shows how many objects are selected.

  4. Define Frequency ("Configure real-time or scheduled backup frequency") — see below.

Finishing shows "Backup created successfully."

Where: Backup Manager › New Backup

Running, pausing, cloning, or deleting a backup

  • Sync Now triggers an immediate backup run ("Backup synced successfully") — but only when the configuration's toggle is on; otherwise you'll see "Only active backup can be synced."

  • The toggle on each card enables or disables the configuration without deleting it.

  • Clone duplicates the configuration as "\<name\> (Copy)" so you can tweak a variant (say, a different branch or object set) without rebuilding it.

  • Delete asks "Delete this backup? Are you sure you want to delete this backup?" and removes the configuration — your Git history stays untouched.

Where: Backup Manager, card actions

FAQs

What frequency options does a backup have?

Backup Frequency is Scheduled or Real time — "Real-time backups trigger immediately upon data modifications, while scheduled backups execute at specified intervals." For Scheduled, the Schedule Type is either:

  • Interval — a Duration (a whole number of minutes, hours, or days), or

  • Cron Expression — a cron string, defaulting to 0 0 * (daily at midnight).

The card's Next Sync shows when the next scheduled run lands.

Where: Backup wizard › Define Frequency