Web GUI - Mac problems include/exclude patterns

I am a new user of duplicacy and have installed the web GUI version on my Mac.
I created a backup and included the directory +Matthias/Bildverwaltung/* using include/exclude patterns.

The backup storage is located on a Synology NAS.

The backup failed with this log.

Running backup command from /Users/Matthias/.duplicacy-web/repositories/localhost/0 to back up /Users
Options: [-log backup -storage DS_Test -threads 1 -stats]
2024-11-19 21:21:28.562 INFO REPOSITORY_SET Repository set to /Users
2024-11-19 21:21:28.562 INFO STORAGE_SET Storage set to smb://AdminDS@192.168.178.10/02_Backup/duplicacy
2024-11-19 21:21:29.558 INFO BACKUP_EXCLUDE Exclude files with no-backup attributes
Creating directory snapshots/Test/
2024-11-19 21:21:29.563 INFO BACKUP_START No previous backup found
2024-11-19 21:21:29.563 INFO BACKUP_INDEXING Indexing /Users
2024-11-19 21:21:29.564 INFO SNAPSHOT_FILTER Parsing filter file /Users/Matthias/.duplicacy-web/repositories/localhost/0/.duplicacy/filters
2024-11-19 21:21:29.564 INFO SNAPSHOT_FILTER Loaded 1 include/exclude pattern(s)
2024-11-19 21:21:29.564 ERROR SNAPSHOT_EMPTY No files under the repository to be backed up
No files under the repository to be backed up

+Matthias/* as include/exclude patterns is working

What am I doing wrong?

Nordlicht

  1. Read this: Include Exclude Patterns · gilbertchen/duplicacy Wiki · GitHub, your issue is described in section 1.
  2. Change your patterns to:
    +Matthias/
    +Matthias/Bildverwaltung/*
    

On macOS you don’t really need to define patterns — Time Machine exclusions are on by default