-
Hello, When I Installed onedrive I choose the default settings and it installed on my /home. My linux is sharing a SSD with windows, but I have a 1TB HDD to put files. I forgot to point the HDD for the OneDrive folder, and also that I had a 60 gb photo folder on the cloud. I changed the config file and added the folder I dont want to be synced, and also changed the syn_dir In the config file I have:
And here is my config display:
Then I ran the sync and got that:
I expected to not sync the SkiDrive folder, but it seems that it is synchronizing. Am I missing something? Did I spelled something wrong? Besides the skip_dir problem, does it look ok to change the directory to from my ssd to my hdd? I've installed onedrive through apt-get. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If your Regarding your 'skip_dir' issue, you are adding '\ ' as part of your configuration - this means, it is trying to match a path that has '\ ' in it - which is not what you want / need to do. You need to remove that and use just
You are running an unsupported client version - refer to https://github.com/abraunegg/onedrive/blob/master/docs/INSTALL.md#installing-from-distribution-packages and upgrade your client. |
Beta Was this translation helpful? Give feedback.
-
By using the PPA you are using an unsupported version. You also are impacted by this issue: #1274 You need to uninstall the PPA, ensure all files are removed, then compile from source.
When you update the 'sync_dir' option, you will need to ensure that you first stop the client so that there is no active running process (see above bug with PPA). Once the application is stopped, move all your files to your new location, reconfigure the client, then restart the client.
It is best to manually delete this from all locations where it is not required, as, now you are skipping it, deleting it will not have any 'sync' effect. It is best to perform all your clean up operations when you are re-configuring / installing the correct client version. |
Beta Was this translation helpful? Give feedback.
@rnpereira
If your
/mnt/7693df7e-ee0b-40a2-94dd-0d79a04a77df/OneDrive
path is the correct location for your Windows data then yes, just be sure to not enable 'files on demand' in Windows otherwise that would lead to major issues for you.Regarding your 'skip_dir' issue, you are adding '\ ' as part of your configuration - this means, it is trying to match a path that has '\ ' in it - which is not what you want / need to do.
You need to remove that and use just
skip_dir = "SkyDrive camera roll"
- refer to the examples as per: https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md#skip_dir