-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.toml
66 lines (60 loc) · 2.07 KB
/
settings.toml
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
62
63
64
65
66
[forget_directories_watcher]
dir_path = "/hard/xar/medo_testdata/check_forget_dirs_watcher"
cycle_time = 30
[[tasks]]
name = "from_backup_to_architector"
description = "задача копирования из бэкапа в архитектор"
source_dir = "../../test_data/copy_from_in_test_data/in"
target_dirs = ["../../test_data/copy_from_in_test_data/out", "../../test_data/copy_from_in_test_data/out2"]
report_dir = "../../test_data/copy_from_in_test_data/report"
timer = 15000
delete_after_copy = false
copy_modifier = "CopyAll"
is_active = true
clean_types = ["Квитанция"]
generate_exclude_file = false
color = "#44FFE9"
sound = false
autocleaning = false
visible = true
[tasks.filters]
document_types = ["Транспортный контейнер", "Документ"]
document_uids = []
[[tasks]]
name = "from_in_to_backup"
description = "Копирование из деректории in в директорию backup"
source_dir = "../../test_data/copy_from_in_test_data/in2"
target_dirs = ["../../test_data/copy_from_in_test_data/out", "../../test_data/copy_from_in_test_data/out2"]
report_dir = "../../test_data/copy_from_in_test_data/report"
timer = 45000
delete_after_copy = false
copy_modifier = "CopyOnly"
is_active = true
clean_types = ["Квитанция"]
generate_exclude_file = false
color = "#7F44FF"
sound = true
autocleaning = true
visible = true
[tasks.filters]
document_types = ["Транспортный контейнер", "Документ"]
document_uids = []
[[tasks]]
name = "test_in3_task"
description = "тестовая задача"
source_dir = "../../test_data/copy_from_in_test_data/in3"
target_dirs = ["../../test_data/copy_from_in_test_data/out"]
report_dir = "../../test_data/copy_from_in_test_data/report"
timer = 45000
delete_after_copy = false
copy_modifier = "CopyOnly"
is_active = true
clean_types = ["Квитанция"]
generate_exclude_file = false
color = "#E0D457"
sound = false
autocleaning = true
visible = true
[tasks.filters]
document_types = ["Документ", "rc", "Транспортный контейнер"]
document_uids = []