]> arthur.barton.de Git - bup.git/commitdiff
README: add a list of binary packages
authorGabriel Filion <lelutin@gmail.com>
Mon, 16 May 2011 05:13:28 +0000 (01:13 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 29 May 2011 23:47:20 +0000 (19:47 -0400)
Debian/Ubuntu are known to have bup packages in their archives, thanks
to Jon Dowland.

Also, a NetBSD package is currently being built, as was shared by Thomas
Klausner. However, it is still not found in the official NetBSD packages
search engine.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
README.md

index d29af412f47ce1652e194b60946d640d5c968811..acc5e533cab901abbc127e417932b3b2f97ff115 100644 (file)
--- a/README.md
+++ b/README.md
@@ -83,6 +83,10 @@ Reasons you might want to avoid bup
 Getting started
 ===============
 
+
+From source
+-----------
+
  - Check out the bup source code using git:
  
         git clone git://github.com/apenwarr/bup
@@ -108,7 +112,23 @@ Getting started
        
     (The tests should pass.  If they don't pass for you, stop here and send
     me an email.)
-   
+
+
+From binary packages
+--------------------
+
+Binary packages of bup are known to be built for the following OSes:
+
+ - Debian:
+    http://packages.debian.org/search?searchon=names&keywords=bup
+ - Ubuntu:
+    http://packages.ubuntu.com/search?searchon=names&keywords=bup
+ - NetBSD
+
+
+Using bup
+---------
+
  - Try making a local backup as a tar file:
  
         tar -cvf - /etc | bup split -n local-etc -vv