juicedata / juicesync

A tool to move your data between any clouds or regions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to support native symbolic link semantics

sauhee opened this issue · comments

In the current version, if there is a symbolic link in the copy directory, it will copy the actual file of the symbolic link to the target directory instead of directly copying the symbolic link. But in some cases, it is necessary to copy the symbolic link as it is. It is better to add a --no-follow-link parameter option to copy the file directly instead of copying the symbolic link.

By default, without --no-follow-link option, the symbolic link is copied directly instead of the file.

@sauhee juicesync follows symlink by default, we added --links to copy symlink themself.