Scheduling
#Plakar Control Plane supports three ways to schedule backup operations:
- Manual scheduler: create tasks manually from the UI and attach one or more schedules to run them on a recurring basis
- Policy scheduler: policies automatically schedule tasks based on SLA rules defined for your sources
- User schedulers: each Application user can have its own scheduler, created and managed through the Plakar Control Plane API using that user’s API key
All three trigger the same types of tasks. The manual scheduler gives you direct control from the UI over when and how tasks run, the policy scheduler automates scheduling based on the protection requirements defined in your policies, and user schedulers let external clients manage their own schedules independently through the API.
The different types of tasks you can run in Plakar Control Plane.
How to run a task immediately as a one-off operation in Plakar Control Plane.
How to attach schedules to tasks and monitor job history in Plakar Control Plane.
How policies automatically schedule tasks in Plakar Control Plane.
How Application users get their own scheduler through the Plakar Control Plane API.
How to monitor job history and view job details in Plakar Control Plane.
Backup, check, and sync tasks can also be scheduled declaratively from Kubernetes using the Kubernetes Operator, which is currently the primary example of a user scheduler.