/* -------------------------------------------------------------------------- */ /* Copyright 2002-2024, OpenNebula Project, OpenNebula Systems */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may */ /* not use this file except in compliance with the License. You may obtain */ /* a copy of the License at */ /* */ /* http://www.apache.org/licenses/LICENSE-2.0 */ /* */ /* Unless required by applicable law or agreed to in writing, software */ /* distributed under the License is distributed on an "AS IS" BASIS, */ /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ /* See the License for the specific language governing permissions and */ /* limitations under the License. */ /* -------------------------------------------------------------------------- */ #ifndef BACKUP_JOB_H_ #define BACKUP_JOB_H_ #include "PoolObjectSQL.h" #include "ObjectXML.h" #include "ObjectCollection.h" /** * The BackuJob class, it organize backups of multiple VMs * * The schema is as follows: * * * * * Of this backup job. BJ with higher priority are scheduled first * List of associated scheduled action * * VMs with all backups up to date * * VMs that need a backup * * VMs with an ongoing backup operation * * VMs that fail the last backup operation * * Last time the backup job was triggered * Time to backup all VMs int the backup job *