Macos, resource deadlock avoided

Hi, my backups have started to fail with a “resource deadlock avoided” error. The Duplicacy error is ERROR CHUNK_MAKER.

2023-02-13 09:07:20.634 ERROR CHUNK_MAKER Failed to read 0 bytes: read /Volumes/Macintosh HD/System/Volumes/Data/Users/robert/Library/CloudStorage/GoogleDrive-XXX: resource deadlock avoided
Failed to read 0 bytes: read /Volumes/Macintosh HD/System/Volumes/Data/Users/robert/Library/CloudStorage/GoogleDrive-XXX: resource deadlock avoided

I have excluded the directory so not sure why it is failing in this path:
-Volumes/Macintosh HD/System/Volumes/Data/Users/robert/Library/CloudStorage/*

BR
Robert

The path in include/exclude patterns much be relative. Therefore, if the source directory is /Volumes/Macintosh HD/System/Volumes/Data then the pattern should be:

-Users/robert/Library/CloudStorage/*

Hi, something else must have changed in the latest macOS version, since my filters have been working fine until now. Anyway, I solved it by redoing everything.