You can easily export or import settings in JetBackup from SSH just by using a simple command. Let us see the procedure in detail.

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.
Was this answer helpful? 0 Users Found This Useful (0 Votes)