juicedata / juicesync

A tool to move your data between any clouds or regions.
Apache License 2.0
593 stars 56 forks source link

skip unreachable symbolic link(broken or permission) in file:// storage #80

Closed chnliyong closed 3 years ago

chnliyong commented 3 years ago

Juicesync treat POSIX filesystem file as object to abstract filesystem as object storage, it follow symbolic links.

When the symbolic link is broken(the referenced file does not exist) or there's no permission to read the referenced file or directory, skip it instead exit.