-
Curious. Is there an option to not sync any deletions to the local device? I want to be able to delete files from my OneDrive without losing the locally synced copies. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 6 replies
-
@markusbkk |
Beta Was this translation helpful? Give feedback.
-
I was wondering the same thing |
Beta Was this translation helpful? Give feedback.
-
As per my testing with v2.5.0 RC3: Delete files onlineApplication runtime using --download-only
Files still exist locally Application runtime using --download-only --cleanup-local-files
Files are removed |
Beta Was this translation helpful? Give feedback.
-
Thank you for the info. I tried to compile 2.4.25 but can't compile it it's getting stuck during compilation. So I'm using 2.4.23-1, which is the latest pi os version and it's syncing the deleted files:
|
Beta Was this translation helpful? Give feedback.
-
To compile for a Raspberry Pi you must follow the all instructions including using the correct compiler and ensuring you have adequate swap space available. These are the reasons for failure.
It is not the latest. You are using the distribution provided version which is obsolete and not supported. Please install the client the correct way for Raspberry Pi platforms. As per the installation documentation: |
Beta Was this translation helpful? Give feedback.
-
OK I compiled 2.4.25, but it's still deleting the files: This is the config
|
Beta Was this translation helpful? Give feedback.
-
@yzgyr v2.4.x Documentationv2.5.x Documentation |
Beta Was this translation helpful? Give feedback.
@markusbkk
Thinking about this again - the option
--download-only
should do what you are asking .. as otherwise the option to clean up local files would not exist, which can only be uses with that option.