Skip to main content

Manage Periodic Backups With AutoBackup Policy

DisasterPolicy describes automated backup, data sync, and resource sync policies. Use AutoBackup for periodic application backup.

Create Policy

Open Policy Management.

Policy management

Click Create Policy, select AutoBackup, and configure schedule, start time, TTL, and state.

Create policy

CRD Example

apiVersion: testudo.softcdata.com/v1
kind: DisasterPolicy
metadata:
name: daily-backup
spec:
type: AutoBackup
state: Enabled
schedule: "0 2 * * *"
ttl: 168h

Recommendations

  • Stagger schedules across applications.
  • Use separate policies for large namespaces.
  • Keep TTL aligned with compliance and capacity.
  • Check the next execution after policy changes.