Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 801 Bytes

installation.md

File metadata and controls

37 lines (26 loc) · 801 Bytes

Installation

Install Requirements

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 %}

Installation

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