Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gniting opened this issue Dec 11, 2023 · 0 comments · Fixed by #191
Closed

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

gniting opened this issue Dec 11, 2023 · 0 comments · Fixed by #191
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gniting
Copy link

gniting commented Dec 11, 2023

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:

  • "Music"
  • "Data Store/Music/"
  • "Data\ Store/Music"
    They all result in the Music folder being downloaded.
@gniting gniting added the bug Something isn't working label Dec 11, 2023
@mandarons mandarons changed the title Folder mentioned in the "ignore" section of config.yaml gets downloaded [BUG] Folder mentioned in the "ignore" section of config.yaml gets downloaded Feb 19, 2024
@mandarons mandarons added this to the 1.17.0 milestone Feb 19, 2024
@mandarons mandarons modified the milestones: 1.17.0, 1.18.0 Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
2 participants