Download SqlBak Application
- Download the SqlBak app (the current version is 3.0.10)
- Install it on the computer where the DBMS is running
- When prompted, enter your secret key



There are two ways to install SqlBak app on Linux:
-
Automatically, by executing the following command
curl -sSL https://sqlbak.com/download/linux/latest | sudo bash -s <your_secret_key>
-
Using a package manager ()Using a package manager on
-
Add SqlBak's GPG key
su - root -c "curl -sSL https://sqlbak.com/deb/key/deb.gpg.key | sudo apt-key add -"
su - root sh -c 'echo "deb [arch=amd64] https://sqlbak.com/deb stable main" >> /etc/apt/sources.list.d/sqlbak.list' -
Update the package list
su - root -c "apt-get update"
-
Install the app (the current version is 1.1.50)
su - root -c "apt-get install sqlbak"
-
Register the server
su - root -c "sqlbak -r -k <your_secret_key> [-n <desired_server_name>]"
-
Add SqlBak's GPG key
sudo curl -sSL https://sqlbak.com/deb/key/deb.gpg.key | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://sqlbak.com/deb stable main" >> /etc/apt/sources.list.d/sqlbak.list' -
Update the package list
sudo apt-get update
-
Install the app (the current version is 1.1.50)
sudo apt-get install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
sudo sh -c 'echo "
[sqlbakrepo]
name=Sqlbak Repository
baseurl=https://sqlbak.com/rpm
enabled=1
gpgcheck=0" >> /etc/yum.repos.d/sqlbak.repo' -
Install the app (the current version is 1.1.50)
sudo yum install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
sudo sh -c 'echo "
[sqlbakrepo]
name=Sqlbak-Repository
baseurl=https://sqlbak.com/rpm
enabled=1
gpgcheck=0" >> /etc/zypp/repos.d/sqlbak.repo' -
Update the package lists
sudo zypper update
-
Install the app (the current version is 1.1.50)
sudo zypper install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
sudo sh -c 'echo "
[sqlbakrepo]
name=Sqlbak Repository
baseurl=https://sqlbak.com/rpm
enabled=1
gpgcheck=0" >> /etc/yum.repos.d/sqlbak.repo' -
Update the package lists
sudo dnf update
-
Install the app (the current version is 1.1.50)
sudo dnf install sqlbak
-
Register the server
sudo sqlbak -r -k <your_secret_key> [-n <desired_server_name>]
-
Add SqlBak's GPG key
Read more about How to start with SqlBak on Linux and SqlBak on Linux Reference Manual