-
-
Notifications
You must be signed in to change notification settings - Fork 872
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: Synchorinze is not working on subfolder #2696
Comments
@MuelNova A bug refers to technical issues like application crashes, memory leaks, or logical errors, warranting a GitHub issue for resolution. In contrast, difficulties with feature usage or integration challenges should prompt opening a GitHub discussion instead. Please be mindful of this in the future. As to your issue, from your config output, your 'sync_list' is the following:
I get what you are trying to achieve here - however you are not configuring your 'sync_list' correctly. The file excludes everything by default , however as you want to include specific directories, you will need specify to explicitly exclude the root directory, then include the sub directory:
Now - if the above suggestion does not resolve your issue , this will not be fixed in v2.4.25 - sorry. My advice is that you change to start using v2.5.0-rc1 - please read #2662 on how to obtain, build and start using the RC1 client version which has been totally re-written. If you still encounter an issue with v2.5.0-rc1 then this will be looked at before v2.5.0 release is done. Please read:
|
@MuelNova
v2.4.25 handling
v2.5.0 handling
I have also updated the v2.5.x documentation to ensure that this sort of configuration is clearer to understand. As such, I am closing this issue as this is not a bug (as demonstrated) but is a client configuration issue and partly a documentation issue which has been fixed. |
Thank you for your detailed answer. I have tested that and everything works well right now.😄 However, there are something I want to explain though. I do see that "everything will be excluded", but what I have wrote was
Which, from now perspective, is kinda silly. Thank you for your kind advice. I know that I should post on GitHub discussion seeking for the help of advanced usage. But what I was thinking is that this is a bug, because I clearly remember that I configured like this before, and they worked as expected when I was using VM. So I guess it could be a bug related to the distribution or file system (maybe I just accidentally configured correctly) I will make a deeper investigation next time before I open a GitHub issue. Thank you again for making this amazing project and for your detailed answer. |
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
when trying to synchronize
/NovaNo1r/Blog
folder, I found onedrive excludedNovaNo1r
folder, so nothing is synchronized ( no folder created as well)Operating System Details
Linux MuelNova-Arch 6.8.5-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Thu, 11 Apr 2024 01:47:18 +0000 x86_64 GNU/Linux
Client Installation Method
From Distribution Package
OneDrive Account Type
Business | Office365
What is your OneDrive Application Version
onedrive 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'
When first synchronizing, it failed to synchronize.
Steps to reproduce the behaviour
Root file tree as shown:
. ├── Apps ├── Attachments ├── backup ├── CLASS ├── Noir @ novanoir ├── NovaNo1r └── OneSyncFiles
under
NovaNo1r
folderree -L 1 . ├── some_pdf.pdf ├── ... ├── Blog ├── ... └── other_stuffs.
Complete 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: