How to Export or Import Settings in JetBackup via SSH?

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.
  • backup jetbackup settings, restore jetbackup settings, backup and restore jetbackup on external server, secure your jetbackup settings, send jetbackup settings to remote, export jetbackup settings from ssh, export jetbackup settings, restore jetbackup settings on remote server, restore jetbackup settings from ssh, how to secure jetbackup settings, import jetbackup settings from ssh, backup jetbackup settings on remote server, import jetbackup settings to remote
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What are some Basic SSH commands?

List of some basic SSH commands are: ls – This command is used to list all files and...

How to connect to SSH?

Putty is an open-source SSH client used to connect to a remote server. This article describes how...

20 Basic Linux Commands and their Uses.

Following are the top 20 basic Linux Commands with Live Examples that would definitely help you...

How to Block/Unblock IPs from SSH?

You can easily block or unblock IPs  from SSH. #1. Block An IP Address from SSH First of all,...

How to install CpCleaner in cPanel through SSH?

CpCleaner is a cPanel plugin created to give cPanel users the option to clean junk files that...