Enabling Synthetic Full Backup Schedule
After you specify synthetic full backup schedule settings for the backup job, Veeam Agent automatically enables this synthetic full backup schedule for the job. You can also enable synthetic full backup schedule manually, for example, if you previously disabled it. To enable a synthetic full backup schedule, use the following command:
veeamconfig schedule synthfull enable --jobid <job_id> |
or
veeamconfig schedule synthfull enable --jobname <job_name> |
where:
- <job_id> — ID of the backup job for which you want to enable a synthetic full backup schedule. You should look up the job ID in advance, for example, with the veeamconfig job list command. To learn more, see Viewing List of Backup Jobs.
- <job_name> — name of the backup job for which you want to enable a synthetic full backup schedule.
For example:
user@srv01:~$ veeamconfig schedule synthfull enable --jobname DailyBackup |
You can disable the synthetic full backup schedule for a backup job at any time. To learn more, see Disabling Backup Schedule.