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
90
91
92
93
94
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 3.0 (Win32)">
<META NAME="CREATED" CONTENT="20091206;16574000">
<META NAME="CHANGED" CONTENT="20100420;21220800">
<META NAME="Info 1" CONTENT="">
<META NAME="Info 2" CONTENT="">
<META NAME="Info 3" CONTENT="">
<META NAME="Info 4" CONTENT="">
<STYLE TYPE="text/css">
<!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
H3 { margin-bottom: 0.21cm }
H3.western { font-family: "Arial", sans-serif }
H3.cjk { font-family: "MS Mincho" }
A:link { so-language: zxx }
-->
</STYLE>
</HEAD>
<BODY LANG="de-DE" DIR="LTR">
<H3 CLASS="western"><FONT FACE="Tahoma, sans-serif">Symbolic link
handling <SPAN STYLE="font-weight: normal">(Windows since Vista and
Linux)</SPAN></FONT></H3>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">FreeFileSync
offers three advanced options to configure processing of Symbolic
Links (also called Symlinks or Soft Links). They can be configured
directly within a *.ffs_gui/ffs_batch file via a text editor. Only
the first option is presented on GUI:</FONT></P>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<OL>
<P ALIGN=LEFT STYLE="margin-right: 0.98cm; margin-bottom: 0cm"><SPAN ID="Rahmen7" DIR="LTR" STYLE="float: left; width: 80%; height: 0.14cm; border: none; padding: 0cm; background: #e6e6e6">
<P ALIGN=LEFT STYLE="margin-left: 0.79cm; margin-right: 0.98cm; margin-bottom: 0cm">
<FONT FACE="Courier New, monospace"><IncludeSymlinks> false </IncludeSymlinks><BR><TraverseDirectorySymlinks>true </TraverseDirectorySymlinks><BR><CopyFileSymlinks> false </CopyFileSymlinks></FONT></P>
</SPAN><BR CLEAR=LEFT>
</P>
</OL>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<UL>
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">Enable
"<I>Include Symbolic Links</I>" in order to process
Symbolic Links at all, i.e. add them to the file and directory
listing.<BR></FONT> </P>
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">"<I>Traverse
Directory Links</I>" specifies handling of Symbolic Links to
directories:<BR>If this option is enabled, they are traversed like
ordinary directories during comparison. When synchronizing, the
target of the Symbolic Link will be copied. If disabled, Symbolic
Links are not traversed. During synchronization, copying them
results in a copy of the Symbolic Link.<BR></FONT> </P>
<LI><P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">"<I>Copy
File Links</I>" defines the behavior for copying Symbolic Links
pointing to files:<BR>If checked, the Symbolic Link itself will be
copied. If unchecked, the target of the Link will be copied instead.</FONT></P>
</UL>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<P STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">On GUI
only the first option is available for configuration, while "<I>Traverse
Directory Links</I>" is implicitly enabled and </FONT><FONT FACE="Tahoma, sans-serif">"</FONT><FONT FACE="Tahoma, sans-serif"><I>Copy
File Links</I></FONT><FONT FACE="Tahoma, sans-serif">" disabled.</FONT></P>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<P STYLE="margin-bottom: 0cm"><IMG SRC="CmpSettings.png" NAME="Grafik1" ALIGN=BOTTOM WIDTH=292 HEIGHT=225 BORDER=0></P>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<P STYLE="margin-left: 1.46cm; margin-bottom: 0cm"><SPAN ID="Rahmen1" DIR="LTR" STYLE="float: left; width: 80%; height: 0.14cm; border: 1px solid #000080; padding: 0.05cm; background: #ccccff">
<P ALIGN=LEFT STYLE="margin-left: 0.79cm; margin-right: 0.98cm; margin-bottom: 0cm">
<FONT FACE="Tahoma, sans-serif"><B>Note:</B></FONT></P>
<UL>
<LI><P ALIGN=LEFT STYLE="margin-bottom: 0cm"><FONT FACE="Tahoma, sans-serif">In
the Windows build the options described above always apply to
</FONT><FONT FACE="Tahoma, sans-serif"><I>"Reparse Points"</I></FONT><FONT FACE="Tahoma, sans-serif">.
Reparse Points are a more general concept including for example
Symbolic Links, Junctions and Mount Points. The term </FONT><FONT FACE="Tahoma, sans-serif"><I>"Symbolic
Link" </I></FONT><FONT FACE="Tahoma, sans-serif"><SPAN STYLE="font-style: normal">has
been retained nevertheless for harmonization with Linux.</SPAN></FONT></P>
<LI><P ALIGN=LEFT STYLE="margin-bottom: 0cm; font-style: normal"><FONT FACE="Tahoma, sans-serif">Creating
or copying Symbolic Links requires the application to be started
with Administrator rights.</FONT></P>
</UL>
</SPAN><BR CLEAR=LEFT><BR>
</P>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
</BODY>
</HTML>
|