summaryrefslogtreecommitdiff
path: root/download.mdwn
blob: 85878308b5aaab3a7d2426daf0df80750ccc47fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Download
--------

* [direct download](http://code.liw.fi/debian/pool/main/o/obnam/);
  includes source code, and Debian source and binary packages for
  i386, and amd64 architectures for the releases of Debian I happen
  to support
* [using apt](http://liw.fi/code/) (currently wheezy, jessie, and
  unstable supported):

    `deb http://code.liw.fi/debian wheezy main`

* For Ubuntu, see [Chris's 
  PPA](https://launchpad.net/~chris-bigballofwax/+archive/obnam-ppa/).
* For Gentoo, Obnam is in the official portage.
  * <https://packages.gentoo.org/packages/app-backup/obnam>
* For openSUSE, see Valery Yundin's repository:
  <http://download.opensuse.org/repositories/home:/Vayun/>
    - spec files:
      <https://build.opensuse.org/project/show?project=home%3AVayun>

* Centos

    yum install epel-release

    yum install obnam  fuse python-fuse

* from version control:

    `git clone git://git.liw.fi/obnam`

The code is licensed under GNU General Public License version 3, or later.