-
-
Notifications
You must be signed in to change notification settings - Fork 870
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: skip_dir = "/crypt" does not work #2590
Comments
Thankyou for raising this curious issue. I do note however you have listed 'crypt' 3 different times - I am guessing to try and work out potential folder name issues:
Using your exact Top Level1st level2nd LevelApplication Configuration:
I can confirm that this odd bug exists for in v2.4.x codebase:
Unfortunately, the issue here this is not going to be fixed in v2.4.x, however, whilst the code logic for v2.5.x was similar, this issue has been fixed and is not present in v2.5.0 'alpha-5': Application Configuration
Application Run
Given that no issue exists in |
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
I have a top level directory called "crypt" (/crypt). skip_dir does not work with that directory (it works with all other directories). In other words, onedrive tries to backup all of the contents of the /crypt directory, even with the skip_dir directive in the config file. (Manjaro Linux - 6.6.8-2-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Dec 21 16:21:45 UTC 2023 x86_64 GNU/Linux, onedrive v2.4.25).
Operating System Details
uname -a Linux laptop 6.6.8-2-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Dec 21 16:21:45 UTC 2023 x86_64 GNU/Linux lsb_release -a LSB Version: n/a Distributor ID: ManjaroLinux Description: Manjaro Linux Release: 23.1.2 Codename: Vulcan onedrive --version onedrive v2.4.25
Client Installation Method
From 3rd Party Source (PPA, OpenSuSE Build Service etc)
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'
OneDrive account is shared across multiple systems (1 Windows 11 system and 1 Fedora system).
Steps to reproduce the behaviour
onedrive --synchronize --verbose --resync --dry-run shows that the /crypt directory is getting backed up.
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: