NOTICE: JetBackup Management Console is in ALPHA testing stage. Please handle with caution. Any information on this document is subject to change as we continue to develop and make changes.

Import / Export settings

JetBackup lets you import/export your JetBackup MC settings through the CLI.
Simple export to a default path.

Please note that if you use this tool to duplicate your server don't forget to change the backup directory on the destination settings to a unique directory.

Command:

jetcli backupmc --export

Example Output

[root@example ~]# jetcli backupmc --export
Export Location: /usr/local/jetapps/usr/jetbackupmc/exports/jetbackup_export_1509458670.tar

Export to a specific path

Command

jetcli backupmc --export /exports

Example Output

[root@example ~]# jetcli backupmc --export /exports
Export Location: /exports/jetbackup_export_1509458693.tar

Import settings

Command

jetcli backupmc --import /exports/jetbackup_export_1509458693.tar
[root@example ~]# jetcli backpmc --import /exports/jetbackup_export_1509458693.tar
Restore Completed