-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmc_parameters.json
More file actions
89 lines (89 loc) · 4.61 KB
/
mc_parameters.json
File metadata and controls
89 lines (89 loc) · 4.61 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[
{
"ParamPresetName": "default",
"ParamPresetValues": {
"InputPath": "F:\\DCIM",
"OutputPath": "D:\\MyPictures",
"MirrorEnable": 0,
"MirrorPath": "E:\\Backup",
"FormatPreference": "all",
"FormatInExclude": [
"*"
],
"OutputSubfolderStyle": "%y4%-%mo%-%d%",
"OutputFileStyle": "%n%",
"HistFilePath": "$($PSScriptRoot)\\mc_historyfile.json",
"UseHistFile": 1,
"WriteHistFile": "yes",
"HistCompareHashes": 1,
"CheckOutputDupli": 0,
"AvoidIdenticalFiles": 1,
"AcceptTimeDiff": 1,
"InputSubfolderSearch": 1,
"VerifyCopies": 1,
"OverwriteExistingFiles": 0,
"EnableLongPaths": 0,
"ZipMirror": 0,
"UnmountInputDrive": 0,
"PreventStandby": 1
}
},
{
"ParamPresetName": "speed",
"ParamPresetValues": {
"InputPath": "F:\\DCIM",
"OutputPath": "D:\\MyPictures",
"MirrorEnable": 0,
"MirrorPath": "E:\\Backup",
"FormatPreference": "all",
"FormatInExclude": [
"*"
],
"OutputSubfolderStyle": "%y4%-%mo%-%d%",
"OutputFileStyle": "%n%",
"HistFilePath": "$($PSScriptRoot)\\mc_historyfile.json",
"UseHistFile": 0,
"WriteHistFile": "yes",
"HistCompareHashes": 0,
"CheckOutputDupli": 0,
"AvoidIdenticalFiles": 0,
"AcceptTimeDiff": 1,
"InputSubfolderSearch": 1,
"VerifyCopies": 0,
"OverwriteExistingFiles": 0,
"EnableLongPaths": 0,
"ZipMirror": 0,
"UnmountInputDrive": 0,
"PreventStandby": 1
}
},
{
"ParamPresetName": "backup",
"ParamPresetValues": {
"InputPath": "F:\\DCIM",
"OutputPath": "D:\\MyPictures",
"MirrorEnable": 1,
"MirrorPath": "E:\\Backup",
"FormatPreference": "all",
"FormatInExclude": [
"*"
],
"OutputSubfolderStyle": "%y4%-%mo%-%d%",
"OutputFileStyle": "%n%",
"HistFilePath": "$($PSScriptRoot)\\mc_historyfile.json",
"UseHistFile": 1,
"WriteHistFile": "yes",
"HistCompareHashes": 1,
"CheckOutputDupli": 0,
"AvoidIdenticalFiles": 1,
"AcceptTimeDiff": 1,
"InputSubfolderSearch": 1,
"VerifyCopies": 1,
"OverwriteExistingFiles": 0,
"EnableLongPaths": 0,
"ZipMirror": 0,
"UnmountInputDrive": 0,
"PreventStandby": 1
}
}
]