From: Gabriel Filion Date: Mon, 16 May 2011 05:13:28 +0000 (-0400) Subject: README: add a list of binary packages X-Git-Tag: bup-0.25-rc1~8 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=081ca808cd950ff6d1249b5fe27d958b4bf9d559 README: add a list of binary packages 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 --- diff --git a/README.md b/README.md index d29af41..acc5e53 100644 --- 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