Intent-driven scheduling of backup jobs
Souvik Dutta, Suri Brahmaroutu
TL;DR
The paper addresses integrating new backup jobs into existing schedules under time-dependent constraints while preserving ongoing operations. It introduces an intent-driven framework that parses admin goals into scheduling parameters and uses a kernel density estimate $F_h(t)$ of current schedules to construct a sampling distribution $G(\alpha,t)$ that guides placement of new windows. A greedy sampling algorithm then selects $k$ new windows while enforcing constraints through domain expansion, edge correction, and affinity adjustments. Evaluated on thousands of NetBackup-like policies with $P$-periodicity and real workload patterns, the approach improves reliability and reduces disruptions, demonstrating practical value for enterprise backup management.
Abstract
Job scheduling under various constraints to achieve global optimization is a well-studied problem. However, in scenarios that involve time-dependent constraints, such as scheduling backup jobs, achieving global optimization may not always be desirable. This paper presents a framework for scheduling new backup jobs in the presence of existing job schedules, focusing on satisfying intent-based constraints without disrupting current schedules. The proposed method accommodates various scheduling intents and constraints, and its effectiveness is validated through extensive testing against a variety of backup scenarios on real-world data from Veritas Netbackup customer policies.
