backupninja/INSTALL.md

29 lines
553 B
Markdown
Raw Normal View History

2017-02-17 09:28:31 +01:00
Installation
============
On Debian, Ubuntu and derivatives
---------------------------------
Run `apt-get install backupninja`.
By hand
-------
Requirements:
2017-02-17 09:28:31 +01:00
bash gawk
2017-02-17 09:28:31 +01:00
Recommended:
borgbackup cryptsetup duplicity flashrom gzip hwinfo rdiff-backup restic rsync sfdisk
2017-02-17 09:28:31 +01:00
To install backupninja, simply do the following:
2017-02-17 09:28:31 +01:00
$ ./autogen.sh
$ ./configure
$ make
$ make install
You may wish to change the install locations, or other options. To find
the available possibilities, run `./configure --help`.