How to ensure one-way sync? #136
|
I don't trust OneDriveGUI entirely yet, so I'd like to know how to ensure that it's solely performing a one-way sync — after all, if the synchronization process breaks somehow, it might sync the breakage back to the server. |
Answered by
bpozdena
Nov 21, 2025
Replies: 3 comments 2 replies
|
Filed at |
1 reply
|
If you are unsure how the sync will behave with specific settings, you can enable the Dry run option, which will just simulate the sync process without actually moving any files around. |
1 reply
|
The GUI will use --download-only when you enable 'Download only' in the GUI. If you hover your mouse cursor over any GUI option, you'll get a basic tool tip. For more details, please check the onedrive client documentation. |
0 replies
Answer selected by
roke-julian-lockhart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The GUI will use --download-only when you enable 'Download only' in the GUI.
If you hover your mouse cursor over any GUI option, you'll get a basic tool tip. For more details, please check the onedrive client documentation.