kolbe / br

A command-line tool for distributed backup and restoration of the TiDB cluster data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BR

Build Status codecov LICENSE Language GoDoc Go Report Card GitHub release GitHub release date

Backup & Restore (BR) is a command-line tool for distributed backup and restoration of the TiDB cluster data.

Architecture

architecture

Documentation

Chinese Document

English Document

Building

  1. Install retool

  2. To build binary and run test:

$ make
$ make test

Notice BR supports building with Go version Go >= 1.13

When BR is built successfully, you can find binary in the bin directory.

Contributing

Contributions are welcomed and greatly appreciated. See CONTRIBUTING for details on submitting patches and the contribution workflow.

License

BR is under the Apache 2.0 license. See the LICENSE file for details.

About

A command-line tool for distributed backup and restoration of the TiDB cluster data

License:Apache License 2.0


Languages

Language:Go 87.3%Language:Shell 11.9%Language:Makefile 0.8%