Backup Examples
MariaDB offers a complete API-based backup capability to meet the data protection and recovery options. You can create and manage various backup types, including snapshots, physical backups, logical backups, incremental backups, and binary log backups.
Snapshot Backup Examples
Create instant point-in-time snapshots of your MariaDB Cloud database services using one-time snapshot backups or cron-scheduled API calls.
Snapshot Backup ExamplesPhysical Backup Examples
Execute full physical backups of your database files using MariaDB Cloud's API with support for one-time execution or automated scheduling examples.
Physical Backup ExamplesLogical Backup Examples
Create logical dump backups of your databases using API calls. It includes cron scheduling backups.
Logical Backup ExamplesIncremental Backup Examples
Captures only the data that has modified since the last full backup, with one-time and cron-based examples.
Incremental Backup ExamplesBinary Log Backup Examples
Configure the binary log backups, which are required for point-in-time recovery. It includes both one-time and cron-scheduled backups.
Binary Log Backup ExamplesOther Backup API Examples
Manage backup schedules and monitor backup status using API calls. It includes listing, retrieving, updating, or deleting backup schedules, and checking the status of backup jobs.
Other Backup API ExamplesLast updated
Was this helpful?

