vCenter Server Appliance file-based backups (SFTP/SCP/NFS) fail under two primary scenarios, typically following an emergency evacuation, cloning, or migration activity:
BackupManager encountered an exception. Exception: Full backup not allowed during VM snapshot./var/log/vmware/applmgmt/backup.log may indicate generic validation failures or metadata mismatches.VMware vCenter Server Appliance 7.x
VMware vCenter Server Appliance 8.x
VMware vCenter Server Appliance 9.x
The backup engine utilizes local and remote sentinel files to ensure data consistency and prevent concurrent operations. These files can become stale during non-standard shutdowns or cloning operations:
backupMarker.txt located in /etc/vmware/ persists post-migration, or after the recovery of the vCenter Virtual Machine after restoration from a third party back up solution (Commvault, Veeam, etc.). This file signals to the backup engine that a snapshot-based operation is already in progress, blocking new full backups File-Based backup in vCenter VAMI UI fails with "Full backup not allowed during VM snapshot"backup-metadata.json file at the root of the backup target. If the VCSA IP has changed or the version recorded in the metadata does not match the current build, the scheduler refuses to initialize the job Scheduled vCenter File-Based Backup fails but manual backup jobs succeedResolving Snapshot Marker Errors
cd /etc/vmware
ls -l backupMarker.txtrm /etc/vmware/backupMarker.txtResolving Scheduled Backup Metadata Mismatch
backup-metadata.jsonmv backup-metadata.json backup-metadata.json.oldFor further details on identifying active VM snapshots that may be locked at the ESXi host level, refer to Finding and listing virtual machine snapshots