Go to file
abraunegg bf029b4676 Update ^C Handling during upload|download operations
* Update ^C Handling during upload|download operations
2024-04-28 09:05:30 +10:00
.github Restore i386 build using Debian 12 2024-03-12 19:16:17 +11:00
contrib Add ONEDRIVE_SYNC_SHARED_FILES 2024-03-27 05:54:12 +11:00
docs Update usage.md 2024-04-15 05:48:07 +10:00
src Update ^C Handling during upload|download operations 2024-04-28 09:05:30 +10:00
tests Update makefiles.sh 2019-01-06 09:49:01 +11:00
.gitignore Add --operation-timeout argument (#1759) 2021-12-30 11:19:55 +11:00
aclocal.m4 autoconf based build system (#287) 2019-04-17 11:06:24 +10:00
changelog.md Re-add documents 2024-01-09 09:27:57 +11:00
config Initial commit of onedrive-v2.5.0-alpha-5 2024-01-09 09:13:17 +11:00
configure Release files for 2.5.0-rc1 2024-03-10 11:34:38 +11:00
configure.ac Release files for 2.5.0-rc1 2024-03-10 11:34:38 +11:00
install-sh autoconf based build system (#287) 2019-04-17 11:06:24 +10:00
LICENSE added readme and license 2015-09-22 18:31:10 +02:00
Makefile.in Update Makefile.in 2024-04-08 13:47:08 +10:00
onedrive.1.in Update onedrive.1.in 2024-03-15 17:26:28 +11:00
readme.md Implement Feature Request #1300 - Support the syncing of individual business shared files (#2646) 2024-03-09 07:15:11 +11:00

OneDrive Client for Linux

Version Release Date Test Build Build Docker Images Docker Pulls

Introducing a free Microsoft OneDrive Client that seamlessly supports OneDrive Personal, OneDrive for Business, OneDrive for Office365, and SharePoint Libraries.

This robust and highly customisable client is compatible with all major Linux distributions and FreeBSD, and can also be deployed as a container using Docker or Podman. It offers both one-way and two-way synchronisation capabilities while ensuring a secure connection to Microsoft OneDrive services.

Originally derived as a 'fork' from the skilion client, it's worth noting that the developer of the original client has explicitly stated they have no intention of maintaining or supporting their work (reference).

This client represents a 100% re-imagining of the original work, addressing numerous notable bugs and issues while incorporating a significant array of new features. This client has been under active development since mid-2018.

Features

  • Compatible with OneDrive Personal, OneDrive for Business including accessing Microsoft SharePoint Libraries
  • Provides rules for client-side filtering to select data for syncing with Microsoft OneDrive accounts
  • Caches sync state for efficiency
  • Supports a dry-run option for safe configuration testing
  • Validates file transfers to ensure data integrity
  • Monitors local files in real-time using inotify
  • Supports interrupted uploads for completion at a later time
  • Capability to sync remote updates immediately via webhooks
  • Enhanced syncronisation speed with multi-threaded file transfers
  • Manages traffic bandwidth use with rate limiting
  • Supports seamless access to shared folders and files across both OneDrive Personal and OneDrive for Business accounts
  • Supports national cloud deployments including Microsoft Cloud for US Government, Microsoft Cloud Germany and Azure and Office 365 operated by 21Vianet in China
  • Supports sending desktop alerts using libnotify
  • Protects against significant data loss on OneDrive after configuration changes
  • Works with both single and multi-tenant applications

What's missing

  • Ability to encrypt/decrypt files on-the-fly when uploading/downloading files from OneDrive
  • Support for Windows 'On-Demand' functionality so file is only downloaded when accessed locally

External Enhancements

Frequently Asked Questions

Refer to Frequently Asked Questions

Have a question

If you have a question or need something clarified, please raise a new disscussion post here

Reporting an Issue or Bug

If you encounter any bugs you can report them here on Github. Before filing an issue be sure to:

  1. Check the version of the application you are using onedrive --version and ensure that you are running either the latest release or built from master.
  2. Fill in a new bug report using the issue template
  3. Generate a debug log for support using the following process
    • If you are in any way concerned regarding the sensitivity of the data contained with in the verbose debug log file, create a new OneDrive account, configure the client to use that, use dummy data to simulate your environment and then replicate your original issue
    • If you are still concerned, provide an NDA or confidentiality document to sign
  4. Upload the debug log to pastebin or archive and email to support@mynas.com.au
    • If you are concerned regarding the sensitivity of your debug data, encrypt + password protect the archive file and provide the decryption password via an out-of-band (OOB) mechanism. Email support@mynas.com.au for an OOB method for the password to be sent.
    • If you are still concerned, provide an NDA or confidentiality document to sign

Known issues

Refer to docs/known-issues.md

Documentation and Configuration Assistance

Installing from Distribution Packages or Building the OneDrive Client for Linux from source

Refer to docs/install.md

Configuration and Usage

Refer to docs/usage.md

Configure OneDrive Business Shared Items

Refer to docs/business-shared-items.md

Configure SharePoint / Office 365 Shared Libraries (Business or Education)

Refer to docs/sharepoint-libraries.md

Configure National Cloud support

Refer to docs/national-cloud-deployments.md

Docker support

Refer to docs/docker.md

Podman support

Refer to docs/podman.md