mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
commit
d6c5e4de55
1 changed files with 13 additions and 9 deletions
|
@ -29,18 +29,22 @@ package which can be installed with the package manager. As |project_name| is
|
|||
still a young project, such a package might be not available for your system
|
||||
yet.
|
||||
|
||||
============ ===================== =======
|
||||
Distribution Source Command
|
||||
============ ===================== =======
|
||||
Arch Linux `[community]`_ ``pacman -S borg``
|
||||
Debian `unstable/sid`_ ``apt install borgbackup``
|
||||
Ubuntu `Xenial Xerus 16.04`_ ``apt install borgbackup``
|
||||
OS X `Brew cask`_ ``brew cask install borgbackup``
|
||||
============ ===================== =======
|
||||
============ ============================================= =======
|
||||
Distribution Source Command
|
||||
============ ============================================= =======
|
||||
Arch Linux `[community]`_ ``pacman -S borg``
|
||||
Debian `stretch`_, `unstable/sid`_ ``apt install borgbackup``
|
||||
NixOS `.nix file`_ N/A
|
||||
OS X `Brew cask`_ ``brew cask install borgbackup``
|
||||
Ubuntu `Xenial 16.04`_, `Wily 15.10 (backport PPA)`_ ``apt install borgbackup``
|
||||
============ ============================================= =======
|
||||
|
||||
.. _[community]: https://www.archlinux.org/packages/?name=borg
|
||||
.. _stretch: https://packages.debian.org/stretch/borgbackup
|
||||
.. _unstable/sid: https://packages.debian.org/sid/borgbackup
|
||||
.. _Xenial Xerus 15.04: https://launchpad.net/ubuntu/xenial/+source/borgbackup
|
||||
.. _Xenial 16.04: https://launchpad.net/ubuntu/xenial/+source/borgbackup
|
||||
.. _Wily 15.10 (backport PPA): https://launchpad.net/~neoatnhng/+archive/ubuntu/ppa
|
||||
.. _.nix file: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/backup/borg/default.nix
|
||||
.. _Brew cask: http://caskroom.io/
|
||||
|
||||
Please ask package maintainers to build a package or, if you can package /
|
||||
|
|
Loading…
Reference in a new issue