Opciones del comando:
Specifies the target server and authentication information if required. Run
vicfg-cfgbackup --help
for a list of all connection options.
Forces the restore of the configuration.
Prints a help message for each command-specific and each connection option. Calling the script with no arguments or with
--help
has the same effect.
Restores configuration from onto the host.
Backs up the host configuration.
Include the number of the build that is running on the host that you are backing up in the backup filename. If you are running the vSphere CLI from vMA, the backup file is saved locally on vMA. Local storage for backup files is safe because vMA is stored in the /vmfs/volumes/ directory, which is separate from the ESXi image and configuration files.
Resets the host to factory settings.
Performs all operations without prompting for confirmation.
Ejemplos:
vicfg-cfgbackup -s C:\backup.txt
Reset del host, restaurar opciones por defecto (restore factory settings): vicfg-cfgbackup -r
Restaurar una configuracion anteriormente salvada en C:\backup.txt vicfg-cfgbackup -l C:\backup.txt
Restaurar la configuracion desde C:\backup.txt sin preguntar confirmacion al usuario: vicfg-cfgbackup -l C:\backup.txt -q