Skip to content

announce/dsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool to upload a specified directory to Dropbox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published