The Backup tab allows administrators to configure automatic backups for the Signotaur server.

Enable automatic backups: Toggle this switch to enable or disable scheduled backups.
Backup Directory: The root directory path where backup files will be stored. Leave empty to use the default location (<data dir>\backups); the field's placeholder shows the resolved default. Within this directory, backups are organized into separate pools:
archives: full, passphrase-encrypted .sigbak archives (produced by scheduled backups when a passphrase is set, and by the archive create command by default).database: database-only .db backups (the fallback used when no passphrase is set or the master key is unusable).cert-rollback\configs and cert-rollback\certs: pre-change copies made automatically by certificate operations, so a certificate change can be rolled back.pre-upgrade\<timestamp>: snapshots taken by the installer before an upgrade.Backup passphrase: An optional passphrase that enables full, restorable, portable .sigbak archives. See Backup passphrase below.
Maximum Backups to Keep: The number of scheduled backups to retain (0–365, default 14). When the count is exceeded, the oldest backups are automatically deleted. Set to 0 to keep all backups (no automatic deletion). See Retention for exactly which pools this applies to.
The Backup passphrase field controls whether scheduled backups produce a full, restorable archive:
.sigbak archive to the archives folder. A .sigbak contains the server configuration, database, all certificates, and the master key, so it can be restored (including onto a different machine) using the archive command..db files (see Database-only fallback).The passphrase field includes:
A passphrase you enter must be strong. It must:
abcd or 1234); andpassword, qwerty, admin).Use the Generate button if you would rather not pick one yourself.
When you enter a new passphrase, an amber warning appears: copy and store this passphrase somewhere safe; it cannot be recovered after you save. The passphrase is the only thing protecting the backup; anyone who obtains a .sigbak and its passphrase can recover every server secret, and a lost passphrase makes the backup unusable. Store it somewhere safe and separate from the backups.
The passphrase field is disabled when the master key is unusable on this host; a .sigbak cannot be produced without it. See At-rest encryption.
If no passphrase is set (or the master key is unusable), scheduled backups write database-only .db files to the database folder instead of a .sigbak. A database-only backup is not portable to another host; it does not contain the configuration, certificates, or the master key required to decrypt the database's secrets on a different machine. To enable full, portable backups, set a backup passphrase.
You can configure one or more backup schedules. Each schedule entry consists of:
Click the Add schedule button to add a new schedule entry, or click Remove to delete an existing entry.
Maximum Backups to Keep governs the scheduled-backup pools only. The database (.db) and archives (.sigbak) folders share a single retention pool: the newest N backups across both folders are kept and the rest are deleted, where N is the configured maximum. A server normally produces just one type, but toggling the passphrase on or off can leave a mix, and they are pruned together by overall recency.
The cert-rollback and pre-upgrade pools are retained separately and are not affected by Maximum Backups to Keep, so a routine daily backup can never evict a certificate-rollback or pre-upgrade recovery point.
Click Save to save the backup settings. A confirmation dialog will appear to confirm the action. Changes take effect immediately.