-
Notifications
You must be signed in to change notification settings - Fork 0
/
inanna.ffs_batch
57 lines (57 loc) · 2 KB
/
inanna.ffs_batch
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
<?xml version="1.0" encoding="utf-8"?>
<FreeFileSync XmlType="BATCH" XmlFormat="23">
<Notes/>
<Compare>
<Variant>Content</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Compare>
<Synchronize>
<Differences LeftOnly="right" LeftNewer="right" RightNewer="right" RightOnly="right"/>
<DeletionPolicy>RecycleBin</DeletionPolicy>
<VersioningFolder Style="Replace"/>
</Synchronize>
<Filter>
<Include>
<Item>*</Item>
</Include>
<Exclude>
<Item>\System Volume Information\</Item>
<Item>\$Recycle.Bin\</Item>
<Item>\RECYCLER\</Item>
<Item>\RECYCLED\</Item>
<Item>*\desktop.ini</Item>
<Item>*\thumbs.db</Item>
<Item>*\.Ds_Store</Item>
<Item>*\WebEnvironment.xml</Item>
<Item>*\LocalVersion.json</Item>
<Item>*\AllVersion.json</Item>
<Item>*\CheckVersion.json</Item>
<Item>*\update.ffs_batch</Item>
<Item>*\update.bat</Item>
</Exclude>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
<TimeSpan Type="None">0</TimeSpan>
</Filter>
<FolderPairs>
<Pair>
<Left>F:\_project\TMD\Inanna\InannaLua\</Left>
<Right>F:\_project\TMD\SouthPark\ClientCocos\proj.win32\Debug.win32\InannaLua\</Right>
</Pair>
<Pair>
<Left>F:\_project\TMD\Inanna\InannaResource</Left>
<Right>F:\_project\TMD\SouthPark\ClientCocos\proj.win32\Debug.win32\InannaResource\</Right>
</Pair>
</FolderPairs>
<Errors Ignore="true" Retry="0" Delay="5"/>
<PostSyncCommand Condition="Completion"/>
<LogFolder/>
<EmailNotification Condition="Always"/>
<GridViewType>Action</GridViewType>
<Batch>
<ProgressDialog Minimized="false" AutoClose="true"/>
<ErrorDialog>Show</ErrorDialog>
<PostSyncAction>None</PostSyncAction>
</Batch>
</FreeFileSync>