Skip to content

Allow to sync sync_dir to a specific remote folder #1675

Answered by abraunegg
sromeroi asked this question in Q&A
Discussion options

You must be logged in to vote

This is not directly possible with the client because of limitations of the OneDrive API.

This is achievable however, but you need to look at how you structure your local folders.

  1. On your local filesystem, create a new path, for example: /opt/OneDrive. Configure the application 'sync_dir' to point to this location.
  2. Within your home directory, symbolicly link ~/OneDrive -> /opt/OneDrive/DesktopSync

This will give you:

  • Your ~/OneDrive will look / feel as per normal
  • The data will be stored online under /DesktopSync

This is the only way to achieve this sort of syncing to a specific folder.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sromeroi
Comment options

@abraunegg
Comment options

@sromeroi
Comment options

Answer selected by abraunegg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1674 on November 05, 2021 08:48.