bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.
GNU General Public License v3.0
704 stars 33 forks source link

Allow enforcing one-way synchronization. #140

Closed RokeJulianLockhart closed 9 months ago

RokeJulianLockhart commented 9 months ago

https://github.com/bpozdena/OneDriveGUI/discussions/136#discussion-5859087

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.

RokeJulianLockhart commented 9 months ago

This is possible via the command line, per https://github.com/bpozdena/OneDriveGUI/discussions/136#discussioncomment-7602761

`onedrive --help` > ```.log > --download-only > Replicate the OneDrive online state locally, by only downloading changes from OneDrive. Do not upload local changes to OneDrive. > ```

but I'd like to be able to perform it on the GUI. I also don't even know whether doing it via the command line, per https://github.com/bpozdena/OneDriveGUI/discussions/137#discussion-5859092, would work.

bpozdena commented 9 months ago

Download/Upload only options can be enabled in the GUI: image

You can hover your mouse over the options to get a very brief description of the feature. Check the OneDrive Client documentation for more details.

RokeJulianLockhart commented 9 months ago

https://github.com/bpozdena/OneDriveGUI/issues/140#issuecomment-1817075480

Apologies, @bpozdena. I missed that!

RokeJulianLockhart commented 9 months ago

https://github.com/bpozdena/OneDriveGUI/issues/140#issuecomment-1817075480

@bpozdena, I don't see that GUI. Is that because I'm not using the alpha?

20231118T030658GMT

RokeJulianLockhart commented 9 months ago

https://github.com/bpozdena/OneDriveGUI/issues/140#issuecomment-1818067592

I wasn't aware that two configuration pages existed.