-
I can successfully sync my own files using the tool and all is well. I can also get it to sync the business shared folders. My first attempt unfortunately led to the business shared folders being placed in the same local directory as my own files, so at next sync they were being copied to the onedrive service as new files there. This obviously isn't what I want. I've created a new config dir and authorised the client, but I can't work out how to turn off the syncing of everything except the business shared folders. In a dry run, it always shows that it will sync my own files and directories too, leading to the same issue. I think I could do this with selective sync on the command-line but I have dozens of these business folders and ideally just want a config that can be easily daemonised to deal with the whole category. I expected this to be detailed in the docs at https://github.com/abraunegg/onedrive/blob/master/docs/advanced-usage.md but couldn't see it. Everything is so nicely documented and easy to follow, I can't help but feel I might just be missing where this is recorded. I hope this is the right place to ask about this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The only way at present is to have 2 separate configurations: Client Configuration 1: Normal OneDrive account folders only
Client Configuration 2: Sync Business Folders only
Test this with Feature Request #1251 will (when I get to it) may simplify this, but at present the above is your only option. |
Beta Was this translation helpful? Give feedback.
@digehode
The only way at present is to have 2 separate configurations:
Client Configuration 1: Normal OneDrive account folders only
sync_business_shared_folders = "false"
within your config fileClient Configuration 2: Sync Business Folders only
sync_business_shared_folders = "true"
within your config file