...
To import the configuration from a file:
Copy the export tar file, encryption key file and the md5 file created by the command on the origin server to the target server.
Run the import command on the target DPOD server CLI:
Code Block /app/scripts/app_configuration_import.sh -f <path to export tar file> -m <path to export tar md5 file> -k <path to export encryption key file>
Run the following command for help and list of available options:
...