Onedriver Versions Save

A native Linux filesystem for Microsoft OneDrive

v0.9.1

3 years ago
  • Filenames are now sanitized when uploading new files.
  • onedriver now only syncs metadata changes for a file from server to client if its contents have changed as well. This means that programs like LibreOffice will no longer complain about their lockfiles being updated while saving.

No .debs are provided on the releases page anymore - use the PPA instead.

v0.9.0

4 years ago
  • Multiple OneDrive drives can now be mounted simultaneously via systemd.
  • Uploads are now retried, with failed uploads retried automatically.
  • In-progress uploads are now cached on disk and resumed the next time onedriver starts if the upload is terminated prematurely (for instance, if a user shuts down their computer before file uploads have completed).
  • All uploads are now verified against checksums of their local content and retried if there is a mismatch.

v0.8.0

4 years ago
  • Add a desktop launcher for single drive scenarios (better multi-drive support coming soon!).
  • Fix for directories containing more than 200 items.
  • Miscellaneous fixes and tests for OneDrive for Business
  • Compatibility with Go 1.14

v0.7.2-r2

4 years ago

This release is identical to v0.7.2, but provides rpm/deb packages and prebuilt binaries for x86_64 Linux systems.

  • Fedora / CentOS / RHEL users should install the .rpm
  • Debian and Ubuntu variants should install the .deb
  • Other Linux can use the onedriver binary, provided they have webkit2gtk3 installed (refer to your distribution's package manager). The onedriver-headless binary has no dependencies and can be used without webkit2gtk3 (follow the directions in the terminal to perform authentication to the Microsoft Graph API).

Users using the rpm/deb build have the option to automatically start onedriver on login using the instructions here: https://github.com/jstaf/onedriver#installation

Enjoy!