-
-
Notifications
You must be signed in to change notification settings - Fork 871
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: Ignore ".folder_name" but sync "folder_name" #2796
Comments
@abraunegg |
I would rather you find a way to test this before release, so that a fix can be made if required. The v2.5.0 client is not backwards compatible - many things internally have changed how sync's occur, how integrity is checked - so as an abundance of caution is needed. Please read the client architecture documentation: https://github.com/abraunegg/onedrive/blob/onedrive-v2.5.0-release-candidate-3/docs/client-architecture.md Please find a way to test this issue with RC3 before the 16th. |
Tested with the newest version 'onedrive v2.5.0-rc3-58-g0d3d416'.
|
Thanks - will look at this with priority this week. |
Regarding this issue, I believe I have this sorted via PR #2797 From this PR, this is the logging output:
The application config was:
Please can you URGENTLY test this. To test this PR:
To run the PR, you need to run the client from the PR build directory:
To install the PR, you will need to perform When running the PR, your version should be: |
Thanks for the fix. I will test it out when I come home from work. |
@abraunegg I've just tested it and it works as expected, thank you a lot! 🚀 |
@cyb3rko I need to run that urgently through all my existing 'sync_list' test cases before merging into v2.5.0 RC3. |
PR merged into RC3 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
Hi Alex, first of all thanks for this awesome piece of software, I've been using it for years now <3
I mainly sync my Android project folders between by devices. Each project folder has one
.gradle
and onegradle
folder.Now I want to ignore the
.gradle
folder and not sync it while keepinggradle
in sync.Project 1/
├── .gradle/
├── gradle/
└── etc/
Project 2/
├── .gradle/
├── gradle/
└── etc/
Project 3/
└── ...
Here's my
sync_list
:For
.gradle
it's working as expected:Skipping item - excluded by sync_list config: Programming/Projects/Android/FlashDimCompose/.gradle/file-system.probe
But for some reason the sync_list above does also exclude my
gradle
folder as shown by one of the log entries:Skipping item - excluded by sync_list config: Programming/Projects/Android/FlashDimCompose/gradle/libs.versions.toml
Am I misunderstanding something here?
Thanks for your help!
Operating System Details
Linux niko-fedo 6.10.6-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Aug 19 14:09:30 UTC 2024 x86_64 GNU/Linux Fedora Linux 40 (KDE Plasma)
Client Installation Method
From Distribution Package
OneDrive Account Type
Personal
What is your OneDrive Application Version
v2.4.25
What is your OneDrive Application Configuration
What is your 'curl' version
Where is your 'sync_dir' located
Local
What are all your system 'mount points'
/
What are all your local file system partition types
How do you use 'onedrive'
/
Steps to reproduce the behaviour
gradle
.gradle
.gradle
via sync_listComplete Verbose Log Output
Screenshots
No response
Other Log Information or Details
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: