2018-10-10 01:54:51 +02:00
|
|
|
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
|
|
|
|
|
2023-07-09 00:44:53 +02:00
|
|
|
Install [asciidoctor] or [asciidoc] if you want to build the
|
|
|
|
documentation.
|
2022-12-03 12:08:09 +01:00
|
|
|
|
2018-10-10 01:54:51 +02:00
|
|
|
Download and unpack the latest [btrbk source tarball] and type:
|
|
|
|
|
|
|
|
sudo make install
|
|
|
|
|
2022-12-03 12:08:40 +01:00
|
|
|
#### Try latest master from Github:
|
|
|
|
|
|
|
|
wget https://raw.githubusercontent.com/digint/btrbk/master/btrbk
|
|
|
|
chmod +x btrbk
|
|
|
|
sudo ./btrbk ls /
|
|
|
|
|
2018-10-10 01:54:51 +02:00
|
|
|
|
|
|
|
### Debian Based Distros
|
|
|
|
|
2020-09-21 18:01:15 +02:00
|
|
|
btrbk is in debian stable (utils): https://packages.debian.org/stable/utils/btrbk
|
2018-10-10 01:54:51 +02:00
|
|
|
|
|
|
|
Packages are also available via NeuroDebian: http://neuro.debian.net/pkgs/btrbk.html
|
|
|
|
|
|
|
|
|
|
|
|
### Fedora Linux
|
|
|
|
|
2022-12-03 11:56:12 +01:00
|
|
|
btrbk is in the official Fedora repos: https://src.fedoraproject.org/rpms/btrbk
|
2018-10-10 01:54:51 +02:00
|
|
|
|
|
|
|
sudo dnf install btrbk
|
|
|
|
|
|
|
|
|
|
|
|
### Arch Linux
|
|
|
|
|
|
|
|
btrbk is in AUR: https://aur.archlinux.org/packages/btrbk/
|
|
|
|
|
|
|
|
|
|
|
|
### Alpine Linux
|
|
|
|
|
2020-09-21 18:01:15 +02:00
|
|
|
btrbk is in the community repository
|
2018-10-10 01:54:51 +02:00
|
|
|
|
|
|
|
apk add btrbk
|
|
|
|
|
2020-09-21 18:01:15 +02:00
|
|
|
|
2022-12-03 11:54:45 +01:00
|
|
|
### Gentoo Linux
|
|
|
|
|
|
|
|
btrbk is in portage:
|
|
|
|
|
|
|
|
emerge app-backup/btrbk
|
|
|
|
|
|
|
|
|
2018-10-10 01:54:51 +02:00
|
|
|
### Void Linux
|
|
|
|
|
|
|
|
btrbk is in Void's `current` repository
|
|
|
|
|
|
|
|
xbps-install -S btrbk
|
|
|
|
|
|
|
|
|
|
|
|
[btrbk source tarball]: https://digint.ch/download/btrbk/releases/
|
2022-12-03 12:08:09 +01:00
|
|
|
[asciidoctor]: https://asciidoctor.org
|
2023-07-09 00:44:53 +02:00
|
|
|
[asciidoc]: https://asciidoc.org
|