KOP Backup - Backup Job - Rafay Product Documentation

Backup Job

Once you have created a backup policy and deployed a data agent to target clusters, you can create or schedule backup jobs for your clusters. A backup job is an instance of a backup operation.

On-Demand Backups

Follow the below steps to create a backup job for your cluster:

To learn more about a backup job, click the expand/collapse button

Scheduled Backups

Follow below steps if you would like to perform the data backup for your cluster from the configured policy based on the defined schedule.

Below is an example of scheduling a backup job for the cluster to run twice a day at 12am and 12pm.

🚀 Important Note
By default, CRON expressions are interpreted in UTC (Coordinated Universal Time). However, the system now supports specifying a time zone within the CRON expression using CRON_TZ=<TimeZone>, allowing backups to run based on the configured time zone. If no time zone is specified, the backup job will execute in UTC.
This capability is available only in the latest version of the backup agent v1.15.1
Examples:
CRON_TZ=Asia/Kolkata 42 1 * * * – Runs the backup at 01:42 AM IST.
CRON_TZ=America/New_York 0 3 * * * – Runs the backup at 03:00 AM EST.
CRON_TZ=Europe/London 30 5 * * * – Runs the backup at 05:30 AM GMT.
CRON_TZ=Australia/Sydney 15 22 * * * – Runs the backup at 10:15 PM AEST.

Once the scheduled backup job is created, the scheduled backup job will be displayed in the "SCHEDULED BACKUPS" list.

A backup job will be performed immediately after the scheduled backup job is created. When the schedule is up next time, a new backup job will be performed automatically.