-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgreensync_template.xml
More file actions
42 lines (42 loc) · 1.62 KB
/
greensync_template.xml
File metadata and controls
42 lines (42 loc) · 1.62 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
<?xml version="1.0" encoding="utf-8"?>
<FreeFileSync XmlType="GUI" XmlFormat="23">
<Notes>{{NOTES}}</Notes>
<Compare>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Compare>
<Synchronize>
<Changes>
<Left Create="{{LEFT_CREATE}}" Update="{{LEFT_UPDATE}}" Delete="{{LEFT_DELETE}}"/>
<Right Create="{{RIGHT_CREATE}}" Update="{{RIGHT_UPDATE}}" Delete="{{RIGHT_DELETE}}"/>
</Changes>
<DeletionPolicy>RecycleBin</DeletionPolicy>
<!-- RecycleBin, Permanent, or versioning-which requires more settings-use ffs'es GUI to set up versioning. -->
<VersioningFolder Style="Replace"/>
</Synchronize>
<Filter>
<Include>
{{INCLUDE_LIST}}
</Include>
<Exclude>
{{EXCLUDE_LIST}}
</Exclude>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
<TimeSpan Type="None">0</TimeSpan>
</Filter>
<FolderPairs>
<Pair>
<Left Threads="50">{{BASE_LOCAL}}{{PROJECT_LOCAL}}</Left>
<Right Threads="50">{{BASE_REMOTE}}{{PROJECT_REMOTE}}</Right>
<!-- (Left/Right) threads count can affect performance. You can try different values for optimizing your setup https://freefilesync.org/manual.php?topic=performance -->
</Pair>
</FolderPairs>
<Errors Ignore="true" Retry="0" Delay="5"/>
<!-- ignore="true" since you can see the error logs when sync operation is finished -->
<PostSyncCommand Condition="Completion"/>
<LogFolder/>
<EmailNotification Condition="Always"/>
<GridViewType>Action</GridViewType>
</FreeFileSync>