-
|
Hello, I'm using this software inside a container to sync files with a Sharepoint Drive and I have found that when I delete some files from the cloud, a file in my local system appears as original_filename-safeBackup-0001.pdf. I'm not completely sure when this appears, but it seems that deleting from the Cloud file system has something to do with it. This file breaks my application, as it does not have the expected name. Is this fault of the One Drive client or from Sharepoint? is there any way that I can tell the client to not download or create safebackups? I want to have exactly the same files in my local than in my cloud, and i do not want to upload. this is my config: And this is my compose: Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Please enable verbose logging to help determine your cause.
Please read the documentation! |
Beta Was this translation helpful? Give feedback.
-
Please also stop doing this ... this is a major contributor to your issue. Every time you are starting the container, you are blowing away what the client thinks what is insync, thus, has no idea what to do with files that have changed, so, by default the client makes a backup copy of your file so you do not experience data loss. Please stop this resync by default practice. |
Beta Was this translation helpful? Give feedback.
@AleixMT
Please enable verbose logging to help determine your cause.
Please read the documentation!