-
-
Notifications
You must be signed in to change notification settings - Fork 868
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: Local files are not safely backed up (Another #2616 case) #2625
Comments
abraunegg
added a commit
that referenced
this issue
Feb 11, 2024
* Local files should be safely backed up when the item is not in sync locally to prevent data loss when they are deleted online
Fixed via 1be74fc Evidence:
|
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. |
Repository owner
locked as resolved and limited conversation to collaborators
Feb 19, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Local files should be safely backed up when the item is not in sync locally to prevent data loss.
Operating System Details
Client Installation Method
From Source
OneDrive Account Type
Personal
What is your OneDrive Application Version
v2.5.0-alpha-5 GitHub version: v2.4.25-64-g1630ae3
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'
skipped
Steps to reproduce the behaviour
$ touch 1
$ onedrive --sync
$ echo "123" > 1
// delete 1 online
$ onedrive --sync
// file is directly deleted locally
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: