-
Hi, I was using Scillion's onedrive to sync an external disk to OneDrive for some time, worked great until I upgraded Ubuntu to 20.04. It stopped working. Is there a way to let onedrive check which folders don't exist anymore locally and remove them from my Onedrive, without uploading any other changes? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You are also lucky you do not have any major data loss or corruption. There are major bugs with that code.
The PPA is also out-of-date and you are running an unsupported version. You need to compile manually to any version >= v2.4.11
What is your 'source-of-truth' ? Local disk or OneDrive? There are several options here:
There is no real easy way to get back in sync - because of the major DB changes between the 'skilion' client, the data integrity checks and ensuring all your data is in the right place. Any 'skilion' DB representation of your sync state is incompatible - but as you have said, it already was not working for several months. Any local folder that does not exist on OneDrive is going to be uploaded, the client has no way to understand that you do not want this to be uploaded. I would login to OneDrive via the web interface, and move your folders around as best as possible to replicate your local directory structure - then this will be easier and not upload / download duplicate data. |
Beta Was this translation helpful? Give feedback.
-
I compiled a new version. I did notice 1 (unrelated) thing. sync_list contents:
In Videos I have 2 folders, DV and DVD, only DV needs to be uploaded. Thanks! |
Beta Was this translation helpful? Give feedback.
@Fire69
You are also lucky you do not have any major data loss or corruption. There are major bugs with that code.
The PPA is also out-of-date and you are running an unsupported version. You need to compile manually to any version >= v2.4.11