Bug 8751 - rsync does not update symlink
Summary: rsync does not update symlink
Status: RESOLVED WORKSFORME
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.0.6
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-08 14:58 UTC by nand
Modified: 2013-05-27 00:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nand 2012-02-08 14:58:09 UTC
rsync -a /dir/mysymlink root@ABC:/dir/mysymlink
does not update symlink (where it points) on machine ABC. Does create it only if it not exists.


rsync -a /dir/ root@ABC:/dir
this does update /dir/mysymlink
Comment 1 Wayne Davison 2013-05-27 00:20:19 UTC
Rsync updates symlinks.  You'll need to be more specific.