mirror of https://github.com/digint/btrbk
57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
![]() |
Installation
|
||
|
============
|
||
|
|
||
|
Btrbk is a single perl script, and does not require any special
|
||
|
installation procedures or libraries. In order to install the btrbk
|
||
|
executable along with the documentation and an example configuration
|
||
|
file, choose one of the following methods:
|
||
|
|
||
|
|
||
|
### Generic Linux System
|
||
|
|
||
|
Download and unpack the latest [btrbk source tarball] and type:
|
||
|
|
||
|
sudo make install
|
||
|
|
||
|
|
||
|
### Gentoo Linux
|
||
|
|
||
|
btrbk is in portage:
|
||
|
|
||
|
emerge app-backup/btrbk
|
||
|
|
||
|
|
||
|
### Debian Based Distros
|
||
|
|
||
|
btrbk is in `stretch (testing) (utils)`: https://packages.debian.org/stretch/btrbk
|
||
|
|
||
|
Packages are also available via NeuroDebian: http://neuro.debian.net/pkgs/btrbk.html
|
||
|
|
||
|
|
||
|
### Fedora Linux
|
||
|
|
||
|
btrbk is in the official Fedora repos: https://apps.fedoraproject.org/packages/btrbk
|
||
|
|
||
|
sudo dnf install btrbk
|
||
|
|
||
|
|
||
|
### Arch Linux
|
||
|
|
||
|
btrbk is in AUR: https://aur.archlinux.org/packages/btrbk/
|
||
|
|
||
|
|
||
|
### Alpine Linux
|
||
|
|
||
|
btrbk is in `testing`, install with:
|
||
|
|
||
|
apk add btrbk
|
||
|
|
||
|
### Void Linux
|
||
|
|
||
|
btrbk is in Void's `current` repository
|
||
|
|
||
|
xbps-install -S btrbk
|
||
|
|
||
|
|
||
|
[btrbk source tarball]: https://digint.ch/download/btrbk/releases/
|