This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBackup and Sync.ffs_gui
65 lines (65 loc) · 2.18 KB
/
Backup and Sync.ffs_gui
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
<?xml version="1.0" encoding="utf-8"?>
<FreeFileSync XmlType="GUI" XmlFormat="16">
<Compare>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Compare>
<Synchronize>
<Variant>Mirror</Variant>
<DetectMovedFiles>false</DetectMovedFiles>
<DeletionPolicy>RecycleBin</DeletionPolicy>
<VersioningFolder Style="Replace"/>
</Synchronize>
<Filter>
<Include>
<Item>*</Item>
</Include>
<Exclude>
<Item>\System Volume Information\</Item>
<Item>\$Recycle.Bin\</Item>
<Item>\RECYCLE?\</Item>
<Item>*\desktop.ini</Item>
<Item>*\thumbs.db</Item>
</Exclude>
<TimeSpan Type="None">0</TimeSpan>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
</Filter>
<FolderPairs>
<Pair>
<Left>C:\Users\phili\Dropbox\Eigene Sachen\TrainingsLog\postgres</Left>
<Right>Y:\</Right>
</Pair>
<Pair>
<Left>C:\Users\phili\Documents\FullStackLearning\TrainingsLog</Left>
<Right>\\RASPBERRYPI\share\TrainingsLog</Right>
<Filter>
<Include>
<Item>*</Item>
</Include>
<Exclude>
<Item>.git*</Item>
<Item>node_modules*</Item>
<Item>postgres-data*</Item>
<Item>public*</Item>
<Item>.gitignore</Item>
</Exclude>
<TimeSpan Type="None">0</TimeSpan>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
</Filter>
</Pair>
<Pair>
<Left>\\RASPBERRYPI\share\TrainingsLog\postgres-data</Left>
<Right>C:\Users\phili\Dropbox\Eigene Sachen\TrainingsLog\postgres</Right>
</Pair>
</FolderPairs>
<Errors Ignore="false" Retry="0" Delay="5"/>
<PostSyncCommand Condition="Completion"/>
<LogFolder/>
<EmailNotification Condition="Always"/>
<Gui>
<MiddleGridView>Action</MiddleGridView>
</Gui>
</FreeFileSync>