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:
sudo apt-get install sqlite3sudo yum install sqlite3Installation
Debian / CentOS is using the same script.
curl https://raw.githubusercontent.com/bqckup/bqckup/1x/install.sh | bashthen you can check it by running this command:
bqckup get-informationthe output should be similar to the following picture

Last updated
Was this helpful?