abraunegg-onedrive/README.md
2015-09-22 18:31:10 +02:00

1.8 KiB

OneDrive Free Client

Features:

What's missing:

  • Files bigger than 100 MB are not supported
  • OneDrive for business is not supported
  • While local changes are uploaded right away, remote changes are delayed.
  • No GUI

Config:

Config files are loaded in the following order:

  1. /etc/onedrive.conf
  2. /usr/local/etc/onedrive.conf
  3. $XDG_CONFIG_HOME/onedrive/config
  4. ~/.config/onedrive/config

Available options:

  • client_id & client_secret: application identifiers necessary during the authentication
  • sync_dir: directory where the files will be synced
  • skip_file: any files that match this pattern will be skipped during sync
  • skip_dir: any directories that match this pattern will be skipped during sync

Pattern are case insensitive. * and ? wildcards characters are supported. Use | to separate multiple patterns.

First run

The first time you run the program you will be asked to sign in. The procedure require a web browser.

Usage:

onedrive [OPTION]...

no option    Sync and exit.
-m --monitor Keep monitoring for local and remote changes.
	--resync Forget the last saved state, perform a full sync.
-v --verbose Print more details, useful for debugging.
-h    --help This help information.

Notes:

  • After changing the filters (skip_file or skip_dir in your configs) you must execute onedrive --resync
  • Windows naming conventions apply