Blog Post
OneDrive Sync Up Episode 22: File Archive with Trent Green
5 Comments
- Renes225Copper Contributor
Hi StephenRice !
Unfortunately this link (You can learn more at http://you%20can%20learn%20more%20about%20m365%20archive%20at%20https//learn.microsoft.com/en-us/microsoft-365/archive/archive-overview?view=o365-worldwide) is not working. Can you post the link again please?Thx!
- StephenRice
Microsoft
Fixed in the post! Sorry about that!
- Donal1575Copper Contributor
Backup files to One Drive folders went to the recycling bin in One Drive, and removed files – hundreds of files.
any ideas how to fix error.
- sfiruchCopper Contributor
My biggest pain point is OneDrive.exe performance when syncing 300k+ files. As a performance-oriented developer I can barely understand why it'd be so slow. Also, people have been complaining about this for years. Still, no improvements. Would love to know if anybody is working on reduced CPU and memory usage - or what the way forward is.
Performance is so bad that I started looking for OneDrive alternatives yesterday.
- deividepereiraCopper Contributor
Rclone may serve you well. It works with Windows, macOS, Linux and there's even Android binaries available for testing.
I use with the 'mount' option between two PCs and A LOT of files. Most of my software I run in portable mode, and for the apps that don't have a native portable mode, I create portable envs using batch files to start them and basically run them in portable mode that way.
My "portable python" folder has almost 100.000 files alone.
Rclone uses way less RAM than the official OneDrive and ODfB clients.
You'll need to set a few things manually though. For instance, if you have Sharepoint Sites as shortcuts, you'll need to add--header "Prefer: Include-Feature=AddToOneDrive"to your rclone mount to be able to see them, also, you won't have the "Files on demand" anymore BUT you can use
--vfs-cache-max-sizeor
--vfs-cache-min-free-spaceso you'll never run out of space on your disk.
Beware that if you're actively syncing 300k+ files, your problem is not the OneDrive client (app), but rather throttling from OneDrive/Sharepoint servers.
In my case I have +200k files total, but I don't modify all of them constantly. Maybe a few hundred/day gets updated and synced. For my usage, rclone has been better than the official OneDrive client.