Go to file
abraunegg b38fd5c200
Override skip_dir|skip_file through flag to force sync (#1960)
* Force a synchronization of a specific folder, only when using --synchronize --single-directory and ignoring all non-default skip_dir and skip_file rules
2022-05-16 10:16:50 +10:00
.github Update config.yml 2022-05-04 05:34:25 +10:00
contrib fix(docker): add git to docker build (#1945) 2022-05-04 04:53:32 +10:00
docs Override skip_dir|skip_file through flag to force sync (#1960) 2022-05-16 10:16:50 +10:00
src Override skip_dir|skip_file through flag to force sync (#1960) 2022-05-16 10:16:50 +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
.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.17 (#1941) 2022-04-30 11:25:42 +10:00
LICENSE added readme and license 2015-09-22 18:31:10 +02:00
Makefile.in Fix installation permissions for onedrive man-pages file (#1953) 2022-05-06 08:24:05 +10:00
README.md Update README.md 2022-03-12 04:59:06 +11:00
aclocal.m4 autoconf based build system (#287) 2019-04-17 11:06:24 +10:00
config Improve when the local database integrity check is performed and on what frequency (#1938) 2022-04-28 11:51:50 +10:00
configure Release 2.4.18 Dev Prep (#1942) 2022-05-01 09:51:29 +10:00
configure.ac Release 2.4.18 Dev Prep (#1942) 2022-05-01 09:51:29 +10:00
install-sh autoconf based build system (#287) 2019-04-17 11:06:24 +10:00
onedrive.1.in Add --operation-timeout argument (#1759) 2021-12-30 11:19:55 +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 the developer has confirmed he has no desire to maintain or support the client (reference). This fork has been in active development since mid 2018.

Features

  • State caching
  • Real-Time local file monitoring with inotify
  • Real-Time syncing of remote updates via webhooks
  • 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)
  • Supports single & multi-tenanted applications
  • Supports rate limiting of traffic

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 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

Podman support

Refer to docs/Podman.md