-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ini
61 lines (56 loc) · 1.03 KB
/
config.ini
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[DEFAULT]
InstanceName = WorkPCUbuntuLinux
StorageLocal = /tmp/storage
Compression = yes
CompressionLevel = 9
Encrypt = yes
EncryptEmail = email@address.com
EncryptPhrase = superPassword
[REMOTE:webdav_yandex]
Type = webdav
Host = webdav.yandex.ru
Port = 443
Protocol = https
Login = user
Password = password
[REMOTE:ftp_yandex]
Type = ftp
Host = ftp.homeserver.ru
Port = 21
Login = login
Password = password
[File:test]
Enabled = yes
Directory = /home/vanzhiganov/Documents
Compression = yes
CompressionLevel = 9
SavedDaily = 7
SavedWeekly = 4
SavedMonthly = 12
Remote = webdav_yandex
[Database:test_mysql]
Enabled = yes
Engine = mysql
Host = localhost
User = root
Password = rootpassword
Database = mysql
Compression = yes
CompressionLevel = 9
SavedDaily = 7
SavedWeekly = 4
SavedMonthly = 12
Remote = webdav_yandex
[Database:test_pgsql]
Enabled = yes
Engine = pgsql
Host = localhost
User = root
Password = rootpassword
Database = postgres
Compression = yes
CompressionLevel = 9
SavedDaily = 7
SavedWeekly = 4
SavedMonthly = 12
Remote = webdav_yandex