Use the migrate utility to back up and restore Endpoint Security files. The migrate utility:
tgz
.To back up Endpoint Security data:
$FWDIR/bin/upgrade_tools
migrate export
with the path to the output (.tgz) file.
For example: ./migrate export <
output_file_name>
The <
output_file_name>
can be the output file path. If you do not include an output file path, the utility generates the tgz
file in the $FWDIR/bin/upgrade_tools
directory.
./migrate export --include-uepm-msi-files <
output_file_name>.tgz
./migrate export <
output_file_name>.tgz
To restore Endpoint Security data:
tgz
file from the source server to the target server.FWDIR/bin/upgrade_tools
migrate import
with the full path to the input (.tgz) file.For example: ./migrate import <
input_file_name>
To automatically include all client MSI packages, run:
./migrate import --include-uepm-msi-files <
input_file_name>.tgz
To export files without MSI packages, run:
./migrate import <input_file_name>.tgz