Downloading my whole OneDrive Storage locally? #3430
-
|
Hello, I've been using Windows 11 for quite some time and loved how I could access my OneDrive directly from the file manager. It would show every file I have access to and only download it locally when I start making changes to it. Saves storage, but also makes it quick and easy to access... Now I assumed that was how these tools would work, however it appears that this tool is downloading my whole onedrive cloud storage locally on my machine. Is that what this is doing? and is there a more reasonable alternative if so? I don't understand the popularity if its doing that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes — this client is a synchronisation client. Its job is to keep your Microsoft OneDrive data in sync both ways:
By default, this means that your files are stored locally so they’re always available to you, even offline. That said, you don’t have to sync everything. The client includes Client Side Filtering rules, which let you choose exactly what gets synced. You can configure this in several ways, including through a If you want a deeper understanding of how the client operates under the hood, I recommend:
This project has become the most widely used CLI OneDrive client because:
Put simply: it fills a gap that other tools don’t cover.
The functionality you’re describing — where you see everything in File Manager but the files are only downloaded when you open them — is known as “on-demand” access.
This client is intentionally designed as a robust sync solution, not an on-demand client. If on-demand behaviour is your top requirement, you’ll want to follow the feature request and keep an eye on alternatives like onedriver or GNOME’s work, but today the most reliable option remains full/local sync with selective filtering. |
Beta Was this translation helpful? Give feedback.
@ZaneDragonBorn
Yes — this client is a synchronisation client. Its job is to keep your Microsoft OneDrive data in sync both ways:
By default, this means that your files are stored locally so they’re always available to you, even offline.
That said, you don’t have to sync everything. The client includes Client Side Filtering rules, which let you choose exactly what gets synced. You can configure this in several ways, including through a
sync_listfile. Documentation and examples are here:👉 https://github.com/abraunegg/onedrive/blob/master/docs/usage.md#using-client-side-filter…