Go to file
S 28b37007f2 Add NixOS installation instructions (#785)
I've added installation instructions for both the package and service. However, the language is somewhat informal. (The instructions, while may seem unclear to someone not familiar with NixOS, should actually be perfectly clear to anybody using NixOS, while being brief along the lines of other Distros)
2020-01-28 15:39:25 +11:00
.github Update bug_report.md 2019-07-08 05:58:33 +10:00
contrib Fix Docker alpine by adding ldc-runtime to output build (#778) 2020-01-18 06:35:27 +11:00
docs Add NixOS installation instructions (#785) 2020-01-28 15:39:25 +11:00
src Implement #763 - Delete local files after sync (#767) 2020-01-27 08:42:00 +11:00
tests Update makefiles.sh 2019-01-06 09:49:01 +11:00
.gitignore Update gitignore (#528) 2019-06-13 06:01:19 +10:00
.travis-ci.sh Update LDC to v1.16.0 (#574) 2019-07-08 18:09:46 +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.3.13 (#760) 2019-12-31 12:47:12 +11:00
config Implement #763 - Delete local files after sync (#767) 2020-01-27 08:42:00 +11:00
configure Release-2.4.0-dev prep (#761) 2020-01-01 07:50:50 +11:00
configure.ac Release-2.4.0-dev prep (#761) 2020-01-01 07:50:50 +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 Fix rebuilding of onedrive, but ensure version is properly updated (#731) 2019-11-23 11:33:22 +11:00
onedrive.1.in Make user-agent string a configuration option (#673) 2019-09-24 16:42:40 +10:00
README.md Fix Office 365 file name in README (#766) 2020-01-07 07:02:31 +11:00

OneDrive Free Client

Version Release Date Travis CI Docker Build Docker Pulls

A complete tool to interact with OneDrive on Linux. Built following the UNIX philosophy

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