mirror of https://github.com/digint/btrbk
documentation: README.md: add fedora instructions and pv prereq
parent
b891617086
commit
59cc728d90
|
@ -51,10 +51,12 @@ Prerequisites
|
|||
* [btrfs-progs]: Btrfs filesystem utilities >= v3.18.2
|
||||
* [Perl interpreter]: Probably already installed on your system
|
||||
* [OpenSSH]: If you want to transfer backups from/to remote locations
|
||||
* [Pipe Viewer]: If you want rate limiting and progress bars
|
||||
|
||||
[btrfs-progs]: http://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/
|
||||
[Perl interpreter]: https://www.perl.org
|
||||
[OpenSSH]: http://www.openssh.org
|
||||
[Pipe Viewer]: http://www.ivarch.com/programs/pv.shtml
|
||||
|
||||
|
||||
Instructions
|
||||
|
@ -85,6 +87,13 @@ btrbk is in `stretch (testing) (utils)`: https://packages.debian.org/stretch/btr
|
|||
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/
|
||||
|
|
Loading…
Reference in New Issue