-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
60 lines (60 loc) · 1.76 KB
/
config.json
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
{
"jewel_sources": {
"gruppe-VirtualBox": [
"./unitTestFiles/jewel",
"./unitTestFiles/jewel2"
],
"kali": [
"/home/kali/folderToBackup",
"/home/kali/extraFolder",
"/home/kali/extraExtraFolder"
],
"mirco-ThinkPad-T495": [
"/home/mirco/Backuptest"
],
"testCases": [
"/test_Files_Backup/jewel",
"/test_Files_Backup/jewel2",
"/test_Files_Backup/jewel3"
],
"fedora": [
"/home/ole/importantDocuments"
],
"fatih": [
"/test_Files_Backup/jewel",
"/test_Files_Backup/jewel2",
"/test_Files_Backup/jewel3"
]
},
"blacklist": {
"directories": [
"folderToIgnore1",
"folderToIgnore2"
],
"extensions": [
".tmp",
".html"
],
"files": [
"fileToIgnore1.png",
"fileToIgnore2.jpg",
"fileToIgnore.txt"
]
},
"destination": {
"gruppe-VirtualBox": "/home/gruppe/Schreibtisch/backupLocation",
"kali": "/home/kali/backupLocation",
"mirco-ThinkPad-T495": "/home/mirco/backuptarget",
"testCases": "test_Files_Backup/backup_Location",
"fedora": "/home/ole/backupLocation",
"fatih": "test_Files_Backup/backup_Location"
},
"restore_destination": {
"gruppe-VirtualBox": "/home/gruppe/Schreibtisch/Restore",
"kali": "/home/kali/Restore",
"mirco-ThinkPad-T495": "/home/mirco/Backuprestore",
"testCases": "test_Files_Backup/restore_Location",
"fedora": "/home/ole/restoreDestination",
"fatih": "test_Files_Backup/restore_Location"
}
}