You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Describe the bug
Folder mentioned in the
ignore
section is still downloadedTo Reproduce
Added folder to the
ignore
section ofconfig.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.
I've tried variations like:
"Music"
"Data Store/Music/"
"Data\ Store/Music"
They all result in the Music folder being downloaded.
The text was updated successfully, but these errors were encountered: