An Azure backup service that provides built-in management at scale.
Yes. For Azure VM backups, the first backup is a full backup and subsequent backups are incremental.
For the scenario described:
- If the first backup runs on 1 Jan, that first recovery point is the full backup.
- The following scheduled backups, including the backups taken over the next 90 days, are incremental backups.
The monthly and yearly retention settings do not cause Azure Backup to take separate full backups. They are retention rules applied to recovery points created by the backup schedule.
Key points:
- A backup policy has two parts: schedule and retention.
- Retention is applied to backup points.
- Monthly and yearly retention simply keep selected recovery points longer.
- Each recovery point behaves like a full point for restore, so restoring an older point does not take more time than restoring a newer point.
So in practice:
- Initial backup = full
- Later scheduled backups = incremental
- Monthly/yearly retained points = still based on those scheduled recovery points, not new full backups