Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 755 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 755 Bytes

dsync

Build Status

A CLI tool for one-way sync of a given directory towards Dropbox

Usage

  1. Create an app at App Console and retrieve an access token
  2. Execute the script like below to upload your target directory:
$ export DSYNC_ACCESS_TOKEN="__YOUR_ACCESS_TOKEN_HERE__"
$ python dsync.py ~/Desktop/example-directory

Motivation

  • Why not use an official client?
    • Because there’s no official way to upload files stored in external device such as USB memory (in my case it's /Volumes/sdcz43).

Installation

$ ./dsy init

Development

$ ./dsy lint