blob: 2895b6e6c5fba360f95fd27c83f84f2e83a24401 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
INSTALLATION
============
Requirements:
bash gawk
Recommended:
rdiff-backup duplicity rsync gzip hwinfo sfdisk
Installation:
To install backupninja, simply do the following:
$ ./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.
|