Export Jetbackup Settings from SSH
- Log into your SSH with root access.
- Type the below command to export Jetbackup settings to your internal server.
jetbackup --export
- You’ll see the below output:
[root@test ~]# jetbackup --export Export Location: /usr/local/jetapps/usr/jetbackup/exports/jetbackup_export_1631339047.tar*The export location may vary.
Import Jetbackup Settings from SSH
Well, it’s fairly easy to import jetbackup settings from SSH. Follow the below command to do so.
jetbackup --import /custom/backup/path/jetbackup_export_1631339053.tar
You will receive a confirmation as Restore Completed message.To know more about import or export settings check the blog.