Backup and Restore
MetroAE supports backup and restore for VSD and VSC.
There are two ways of using the backup command:
- Use
metroae-container backup everything
to back up all supported components - Use
metroae-container backup <component_type>
to back up a specific component.
Restore installs a fresh copy of the components being restored. There are three ways to execute MetroAE restore:
- Use
metroae-container restore everything
to install and restore all supported components - Use
metroae-container restore <component_type>
to install and restore an individual component type (ex.metroae-conatiner restore vsds
) - You can use a combination of MetroAE commands to do a step-by-step install and restore. For example:
metroae-container restore vsds predeploy
metroae-container restore vsds deploy
metroae-container restore vsds postdeploy
Detailed information can be found in the documentation here.