A really cool feature I'd like to request in the next release:
A preference domain option (plist or mobileconfig) to allow additional folders in the User profile for syncing in addition to exclude or include documents and desktop, e.g.
defaults write "/Library/Preferences/com.cambridgeconsultants.onedrive-kfm" SyncDesktopFolder -bool YES
defaults write "/Library/Preferences/com.cambridgeconsultants.onedrive-kfm" SyncDocumentsFolder -bool YES
defaults write "/Library/Preferences/com.cambridgeconsultants.onedrive-kfm" SyncPicturesFolder -bool YES
defaults write "/Library/Preferences/com.cambridgeconsultants.onedrive-kfm" SyncMoviesFolder-bool YES
defaults write "/Library/Preferences/com.cambridgeconsultants.onedrive-kfm" SyncMusicFolder -bool YES
defaults write "/Library/Preferences/com.cambridgeconsultants.onedrive-kfm" SyncDownloadsFolder -bool YES
I understand this might require additional script coding to read the preferences and perform the symlink checks, but this feature would then become in-line with Windows GPO where you can select which folders in the user Profile to sync.
Thanks.
A really cool feature I'd like to request in the next release:
A preference domain option (plist or mobileconfig) to allow additional folders in the User profile for syncing in addition to exclude or include documents and desktop, e.g.
I understand this might require additional script coding to read the preferences and perform the symlink checks, but this feature would then become in-line with Windows GPO where you can select which folders in the user Profile to sync.
Thanks.