-
Notifications
You must be signed in to change notification settings - Fork 91
/
INSTALL
48 lines (31 loc) · 1.51 KB
/
INSTALL
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Dependencies:
If you want to enable the localisation, you need gettext.
Perl is needed for FTP and SSH uploads.
Everything else is written in Bash.
How to install backup-manager
~/backup-manager $
~/backup-manager $ su
~/backup-manager # make install
~/backup-manager # cp /usr/share/backup-manager/backup-manager.conf.tpl /etc/backup-manager.conf
~/backup-manager #
You can then edit /etc/backup-manager.conf to fit your needs.
Refere to the wiki for details:
https://github.com/sukria/Backup-Manager/wiki
For Apple OSX with Fink:
------------------------
1) Install Fink.
2) Download Backup-Manager:
Olga:~ user$ curl -L https://github.com/sukria/Backup-Manager/archive/0.7.13.zip > ~/Desktop/Backup-manager-0.7.13.zip
Olga:~ user$ cd ~/Desktop
Olga:Desktop user$ unzip backup-manager-0.7.13.zip
Olga:Desktop user$ cd Backup-Manager-0.7.13
3) Then "make install", and install the needed packages asked by Fink,
as all the needed packages are not installed with the basic Fink install.
Olga:sukria-Backup-Manager-g3bfd294 user$ make install -e FINK=/sw
4) After complete install, copy, edit the "backup-manager.conf" file:
Olga:sukria-Backup-Manager-g3bfd294 user$ cp /usr/share/backup-manager/backup-manager.conf.tpl /etc/backup-manager.conf
Olga:sukria-Backup-Manager-g3bfd294 user$ vim /etc/backup-manager.conf
5) Then you can start Backup-Manager with:
Olga:~ user$ env PATH=/sw/lib/coreutils/bin:$PATH backup-manager -v
6) Backup-Manager is now installed in:
/usr/share/backup-manager