Go to file
Norbert Preining f1211a20d1 get rid of forced root necessity during installation (#538)
Remove the creation of /var/log/onedrive directory. The default is
not to log, and fall back to logging to home directory. It is
the obligation of the system administrator to create these
directory. Furthermore, we don't know whether the group "users"
is actually present.

Remove the owner/group specification from the directory creation.
We install the actual service files without owner/group specs
anyway.

Update USAGE.md to document this.
2019-06-16 05:54:07 +10:00
.github Handle OneDrive API response when cTag key is missing (Issue #512) (#513) 2019-05-30 12:41:26 +10:00
contrib Update files for release 2.3.4 (#530) 2019-06-13 09:52:44 +10:00
docs get rid of forced root necessity during installation (#538) 2019-06-16 05:54:07 +10:00
src Handle a directory in the sync_dir when no permission to access (Issue #532) (#536) 2019-06-15 09:23:32 +10: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 autoconf based build system (#287) 2019-04-17 11:06:24 +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 Update files for release 2.3.4 (#530) 2019-06-13 09:52:44 +10:00
config Implement --sync-root-files when using a sync_list file (Issue #491) (#492) 2019-05-09 21:18:49 +10:00
configure Update to v2.3.5-dev (#531) 2019-06-13 16:52:39 +10:00
configure.ac Update to v2.3.5-dev (#531) 2019-06-13 16:52:39 +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 get rid of forced root necessity during installation (#538) 2019-06-16 05:54:07 +10:00
onedrive.1.in Rework directory layout and refactor MD files for readability (#523) 2019-06-11 18:40:05 +10:00
README.md Rework directory layout and refactor MD files for readability (#523) 2019-06-11 18:40:05 +10:00

OneDrive Free Client

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

Features

  • State caching
  • Real-Time file monitoring with Inotify
  • Resumable uploads
  • Support OneDrive for Business (part of Office 365)
  • Shared folders (OneDrive Personal)
  • SharePoint / Office 365 Shared Libraries (refer to README.Office365.md to configure)
  • Notifications

What's missing

  • While local changes are uploaded right away, remote changes are delayed
  • 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