Go to file
abraunegg fc90ccb425
Implement 'bypass_data_preservation' enhancement (Issue #824) (#831)
* On some Linux distributions, the file system search tool locally modifies certain files after indexing. Even though the file contents has not changed, the file itself has, as the local modified timestamp has been updated. This then causes timestamp checks to be invalid. To ignore this in cases where this is occurring, configure 'bypass_data_preservation' to 'true' in the config file and local data protection rules will be ignored.
* Add warning to application startup if 'bypass_data_preservation' has been enabled
2020-05-21 06:48:02 +10:00
.github Update bug_report.md 2019-07-08 05:58:33 +10:00
contrib Release files for 2.4.1 (#883) 2020-05-02 05:49:22 +10:00
docs Update known-issues.md (#889) 2020-04-25 08:36:03 +10:00
src Implement 'bypass_data_preservation' enhancement (Issue #824) (#831) 2020-05-21 06:48:02 +10: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
aclocal.m4 autoconf based build system (#287) 2019-04-17 11:06:24 +10:00
CHANGELOG.md Release files for 2.4.1 (#883) 2020-05-02 05:49:22 +10:00
config Implement 'bypass_data_preservation' enhancement (Issue #824) (#831) 2020-05-21 06:48:02 +10:00
configure Release 2.4.2 Dev Prep (#904) 2020-05-03 08:49:46 +10:00
configure.ac Release 2.4.2 Dev Prep (#904) 2020-05-03 08:49:46 +10: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 Fix rebuilding of onedrive, but ensure version is properly updated (#731) 2019-11-23 11:33:22 +11:00
onedrive.1.in Implement #699 - Perform skip_dir explicit match only (#768) 2020-01-29 16:37:50 +11:00
README.md Update README.md 2020-05-09 10:37:28 +10:00

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, as a Docker container and on FreeBSD. 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 folders (OneDrive Personal)
  • SharePoint / Office 365 Shared Libraries (refer to docs/Office365.md to configure)
  • Desktop notifications via libnotify
  • Dry-run capability to test configuration changes
  • Prevent major OneDrive accidental data deletion after configuration change

What's missing

  • While local changes are uploaded right away, remote changes are delayed until next sync when using --monitor
  • No GUI

Building and Installation

See docs/INSTALL.md

Configuration and Usage

See docs/USAGE.md

Docker support

See docs/Docker.md

Sharepoint group drive in Office 365 business or education

See docs/Office365.md

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

See docs/known-issues.md