ERROR: BackupManager encountered an exception: File contains no section headers. file: '/etc/systemd/network/10-eth0.network', line: 1 'B\n'The network configuration file /etc/systemd/network/10-eth0.network has been incorrectly modified, often containing invalid stray characters before than required [Match] and [Network] sections.
To resume backups, follow these steps:
Take a snapshot of the VCSA before performing any changes. Refer Snapshot Best practices for vCenter Server Virtual Machines
cat /etc/systemd/network/10-eth0.network cp /etc/systemd/network/10-eth0.network /etc/systemd/network/10-eth0.network.bakcd /etc/systemd/network/vi 10-eth0.network[Match]Name=eth0
[Network]Address=####.####.####.####/##Gateway=####.####.####.####DNS=####.####.####.####
Note: The #### represents the current IP, Gateway, and DNS information for the environment. Do not alter these existing values.
ip addr show eth0