@if (devMode) { }
Backups

Automatic backups are created when significant changes are made. Manual and pre-restore backups are not counted toward this limit.

@if (backups.length === 0) {
No backups yet
} @for (backup of backups; track backup.id) {
{{ formatDate(backup.createdAt) }}
{{ getReasonLabel(backup.reason) }} {{ backup.identityCount }} identity(ies)
}