mixin

FolioBackup

const mixin FolioBackup

FolioBackup provides APIs associated with managing backups

methods create

Kick off a backup operation in the background

list

List the backups currently available ordered from newest to oldest

create abstract FolioFuture create()

Kick off a backup operation in the background. Raise exception if a backup is already running.

list abstract FolioBackupFile[] list()

List the backups currently available ordered from newest to oldest.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST