Bqckup Documentation
GithubWebsiteTwitter
  • Introduction to Bqckup
  • overview
    • What's Bqckup ?
    • How Bqckup work ?
    • How to Contribute ?
    • Anonymous Statistic
  • Getting Started
    • Installation
    • First Setup
  • Storages
    • Add Storage
  • Backup
    • Add Backup
  • CLI
    • List
  • FAQ
Powered by GitBook
On this page
  • Install Requirements
  • Installation

Was this helpful?

  1. Getting Started

Installation

PreviousAnonymous StatisticNextFirst Setup

Last updated 2 years ago

Was this helpful?

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 sqlite3
sudo yum install sqlite3

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