Back to Pocketbase

Interface BackupsConfig

static/jsvm/interfaces/core.BackupsConfig.html

latest1.3 KB
Original Source

Interface BackupsConfig

Hierarchy

  • BackupsConfig

Index

Methods

validate

Properties

croncronMaxKeeps3

Methods

validate

  • validate(): void

Validate makes BackupsConfig validatable by implementing [validation.Validatable] interface.

Returns void

Properties

cron

cron: string

Cron is a cron expression to schedule auto backups, eg. "* * * * *".

Leave it empty to disable the auto backups functionality.

cronMaxKeep

cronMaxKeep: number

CronMaxKeep is the max number of cron generated backups to keep before removing older entries.

This field works only when the cron config has valid cron expression.

s3

s3: S3Config

S3 is an optional S3 storage config specifying where to store the app backups.

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc