Displaying 1 result from an estimated 1 matches for "schliephake".
2007 Feb 07
4
DO NOT REPLY [Bug 4378] New: Handling of symbolic links
...mmary: Handling of symbolic links
Product: rsync
Version: 2.6.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: michael.schliephake@t-online.de
QAContact: rsync-qa@samba.org
RSync ignores symbolic links by default (warning written out).
Scenario: 'dirA' contains files and links and should be synchronized with
'dirB' and vice versa.
rsync -v --delete dirA dirB
copies files from A to B and lets li...