diff --git a/src/sync.d b/src/sync.d index d674c5a1..1789e777 100644 --- a/src/sync.d +++ b/src/sync.d @@ -439,6 +439,9 @@ final class SyncEngine private void uploadNewItems(string path) { + if (isSymlink(path) && !exists(readLink(path))) { + return; + } if (isDir(path)) { if (path.matchFirst(skipDir).empty) { Item item;