Go to file
abraunegg 0774a8fd06
Release files for 2.4.10 (#1283)
* Release files for 2.4.10
2021-02-19 19:37:34 +11:00
.github Update bug_report.md 2020-10-26 07:55:23 +11:00
contrib Release files for 2.4.10 (#1283) 2021-02-19 19:37:34 +11:00
docs Release files for 2.4.10 (#1283) 2021-02-19 19:37:34 +11:00
src Support sync_list matching full path root wildcard with exclusions to simplify sync_list configuration (#1273) 2021-02-14 08:55:49 +11:00
tests Update makefiles.sh 2019-01-06 09:49:01 +11:00
.gitignore Update RPM spec file (Issue #871) (#873) 2020-04-19 06:24:35 +10:00
.travis-ci.sh Fix Codacy issues (#881) 2020-04-22 13:23:15 +10:00
.travis.yml Update Travis CI building to test build on ARM64 (Issue #95) (#177) 2018-10-04 09:22:49 +10:00
CHANGELOG.md Release files for 2.4.10 (#1283) 2021-02-19 19:37:34 +11:00
LICENSE added readme and license 2015-09-22 18:31:10 +02:00
Makefile.in Rename Office365.md to SharePoint-Shared-Libraries.md (#1232) 2021-01-20 09:26:38 +11:00
README.md Update README.md 2021-02-04 17:02:31 +11:00
aclocal.m4 autoconf based build system (#287) 2019-04-17 11:06:24 +10:00
config Add new config option to rate limit connection to OneDrive (#1210) 2021-01-04 08:28:34 +11:00
configure Release files for 2.4.10 (#1283) 2021-02-19 19:37:34 +11:00
configure.ac Release files for 2.4.10 (#1283) 2021-02-19 19:37:34 +11:00
install-sh autoconf based build system (#287) 2019-04-17 11:06:24 +10:00
onedrive.1.in Rename Office365.md to SharePoint-Shared-Libraries.md (#1232) 2021-01-20 09:26:38 +11:00

README.md

OneDrive Client for Linux

Version Release Date Travis CI Docker Build Docker Pulls

A free Microsoft OneDrive Client which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365 and SharePoint.

This powerful and highly configurable client can run on all major Linux distributions, FreeBSD, or as a Docker container. It supports one-way and two-way sync capabilities and securely connects to Microsoft OneDrive services.

This client is a 'fork' of the skilion client which was abandoned in 2018.

Features

  • State caching
  • Real-Time file monitoring with Inotify
  • File upload / download validation to ensure data integrity
  • Resumable uploads
  • Support OneDrive for Business (part of Office 365)
  • Shared Folder support for OneDrive Personal and OneDrive Business accounts
  • SharePoint / Office365 Shared Libraries
  • Desktop notifications via libnotify
  • Dry-run capability to test configuration changes
  • Prevent major OneDrive accidental data deletion after configuration change
  • Support for National cloud deployments (Microsoft Cloud for US Government, Microsoft Cloud Germany, Azure and Office 365 operated by 21Vianet in China)

What's missing

  • While local changes are uploaded right away, remote changes are delayed until next automated sync cycle when using --monitor
  • 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
  • A GUI for configuration management

Frequently Asked Questions

Refer to Frequently Asked Questions

Reporting issues

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
  4. Upload the debug log to pastebin or archive and email to support@mynas.com.au

Known issues

Refer to docs/known-issues.md

Documentation and Configuration Assistance

Building and Installation

Refer to docs/INSTALL.md

Configuration and Usage

Refer to docs/USAGE.md

Configure OneDrive Business Shared Folders

Refer to docs/BusinessSharedFolders.md

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

Refer to docs/SharePoint-Shared-Libraries.md

Configure National Cloud support

Refer to docs/national-cloud-deployments.md

Docker support

Refer to docs/Docker.md