This topic summarizes how to create a script to automate importing and exporting config tree settings.
Legato currently overwrites private config trees during upgrading. The import/export script is an easy way to create a copy of your config trees so you can reinstate them after installing a new Legato version without rebuilding them.
This code sample shows how you can wrap instapp
in a shell script that will automate the import/export functions:
If you save this script as inst.sh
, you can run like this:
or
Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.