Comprehensive and Detailed 250 to 350 words of Explanation From VMware Cloud Foundation (VCF) documents:
InVMware Cloud Foundation (VCF), the protection of theNSX Managerconfiguration is paramount, as it contains the state of the entire software-defined network, including firewall rules, logical switches, and routing topologies. To meet strict compliance requirements for real-time or change-based protection, NSX offers specific automated backup triggers.
Within theNSX Manager UI(under System > Lifecycle > Backup & Restore), an administrator can configure the backup behavior. While a time-based schedule (e.g., daily at 2:00 AM) is common, it does not satisfy the requirement for backups "anytime a change is made." To accomplish this, the administrator must enable the"Backup on Configuration Change"toggle within the backup scheduling configuration.
When this feature is enabled, the NSX Manager monitors its own management database (DS) for write operations. Once a configuration change is detected (such as adding a segment or modifying a DFW rule), the system initiates an automated backup process. This ensures that the backup repository always contains a near-instantaneous reflection of the current network state, minimizing data loss in the event of a cluster failure.
Option B is incorrect because this feature is not enabled by default; it requires an external SFTP/FTP server to be configured first. Option C (Cron jobs) is an unsupported manual workaround that bypasses the SDDC-native management tools. Option A is redundant as the functionality is built directly into the NSX backup engine. Consequently, the verified method for compliance is to use thenative recurring backup schedule with the "Detect Configuration Change" option enabled.