Before using Backup, it is necessary to install the required packages. Backup only requires sqlite3
to function. Here are the installation instructions for Linux Debian and CentOS systems:
{% tabs %} {% tab title="Debian" %}
sudo apt-get install sqlite3
{% endtab %}
{% tab title="CentOS" %}
sudo yum install sqlite3
{% endtab %} {% endtabs %}
Debian / CentOS is using the same script.
curl https://raw.githubusercontent.com/bqckup/bqckup/1x/install.sh | bash
then you can check it by running this command:
bqckup get-information
the output should be similar to the following picture