[SnappleServer.DRCTasks:0] [DRC] [drc-UUID] Task drc-mgr-UUID is started for VM[/UUID/VM Name.vmx] for task
[SnappleServer.DRCTasks:0] [DRC] Task drc-mgr-UUID failed: Error VM_BACKUP_FAILED (6900): Failed to backup VM '[WorkloadDatastore] UUID/<VM name.vmx>' (VM Name): VM <VM Name> snapshot failed. Internal error: VMX file size is too big. Please contact support. (Created at DRCAgentSvc.java:5147)
[SnappleServer.DRCTasks:0] __ERR__ [DRC] [drc-UUID] Backup task drc-mgr-UUID failed.
VMware Live Cyber Recovery 7.27.x and older
The failure is due to a larger VMX file size caused by guestInfo.appInfo information from the appInfo plugin. This is an application tool that is dumping alot of info into the VMX file. VLCR has a hard 55K limits on the VMX file size due to the way they are stored on the underlying filesystem.
vmware-toolbox-cmd config set appInfo disabled true
OR
vmware-toolbox-cmd config set appinfo poll-interval 0
Windows Guest
VMwareToolboxCmd.exe config set appInfo disabled true
OR
VMwareToolboxCmd.exe config set appInfo poll-interval 0