mandarons / icloud-drive-docker

Dockerized iCloud Client - make a local copy of your iCloud documents and photos, and keep it automatically up-to-date.
BSD 3-Clause "New" or "Revised" License
968 stars 46 forks source link

[BUG] Folder mentioned in the "ignore" section of config.yaml gets downloaded #180

Closed gniting closed 4 months ago

gniting commented 6 months ago

Describe the bug Folder mentioned in the ignore section is still downloaded

To Reproduce Added folder to the ignore section of config.yaml.

Expected behavior Ignored folder should not be downloaded.

Screenshots N/A

Configuration N/A

Additional context Here's the yaml in question. I am expecting "Music" to not be downloaded, yet it was.

drive:
  destination: "/media/icloud/drive"
  remove_obsolete: true
  sync_interval: 300
  filters: # Optional - use it only if you want to download specific folders.
    # File filters to be included in syncing iCloud drive content
    folders:
      - "Data\ Store"
    file_extensions:
      # File extensions to be included
      # - "pdf"
  ignore:
      - "Data Store/Music/*"
      # - "*.md"

I've tried variations like: