From 98a3682ac34e6ff15ab308cd3f0e7c89335ff9c7 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 27 Sep 2021 21:51:51 -0700 Subject: [PATCH] sync-exclude: add .Spotlight-V100 The .Spotlight-V100 is added by macOS's Spotlight indexer to external volumes. NextCloud fails to sync when this file exists. So, ignore it. Signed-off-by: Brandon Philips --- sync-exclude.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/sync-exclude.lst b/sync-exclude.lst index 0c56e7b67..f54d68776 100644 --- a/sync-exclude.lst +++ b/sync-exclude.lst @@ -22,6 +22,7 @@ System Volume Information ].Trash-* .fseventd .apdisk +.Spotlight-V100 .directory -- 2.30.2