-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
47 lines (30 loc) · 1.1 KB
/
README
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
Install
=======
1. Remove previously installed versions (using make or .deb packages)
2. install dependencies
3. make && sudo make install
4. sudo sbackupconfig
See INSTALL file for more information.
Uninstall
=========
To remove a prior installation of Simple Backup Suite and all user
configuration files:
sudo make uninstall && sudo make clean && sudo make purge-user-config
Configuration Hint
===================
Follow links
------------
use the option in general->backuplinks=1 to activate and
general->backuplinks=0 to deactivate.
See the example configuration file for more infos.
Notes on Upgrade to 0.2.0-RC3
=============================
In RC3 the naming convention of log files was changed.
To change the names of the log files in your configuration files you
have 2 possibilities:
* run 'sudo sbackupconfig' afterwards you've installed Simple Backup
or
* open each of your profiles in 'Simple Backup configuration' and
afterwards save them again.
Please note: your configuration files are modified automatically if you
install Simple Backup from software packages (PPA) during the installation.