Skip to main content

Linux client for Box.com

Project description

box-linux-sync - A naïve [Box.com](http://box.com/) Linux Client

An unofficial attempt to create a Linux synchronization client because Box.com does not provide one.

DISCLAIMER

This software is alpha quality and you should keep away from it if you are sane enough. Unless you want to test and improve it, then you’re more than welcome to try it.

Overview

File synchronization is currently done using the WebDAV interface provided by Box.com. There is also a [Python API](https://github.com/box/box-python-sdk) available but I haven’t started to mess with it.

Requirements

Installation

$ cd ~/path/of/your/choice $ git clone git://github.com/noiselabs/box-linux-sync.git

Installation via Pip is not currently available. Let’s wait for a proper release, OK?.

Usage

###### Check environment and setup box-sync and it’s dependencies:

$ cd ~/path/to/box-linux-sync/bin $ ./box-sync check && ./box-sync setup

###### Edit ~/.noiselabs/box/box-sync.cfg to fit your preferences:

$ vim ~/.noiselabs/box/box-sync.cfg

; box-sync.cfg [main]

; Path to your Box sync dir. Use a relative path to place this dir ; inside $HOME or an absolute path. Default: Box box_dir = Box

; Wether to use a WebDAV filesystem to synchronize your local and ; remote files. Default: true use_davfs = true

###### Start synchronization via Davfs:

$ ./box-sync start

###### Stop synchronization:

$ ./box-sync stop

###### Send box-sync into oblivion when you get tired of it.

This just removes box-sync configuration files and the repository, not your personal Box.com files (unless you have configured the box_sync dir to be inside ~/.noiselabs).

$ ./box-sync uninstall $ rm ~/path/to/box-linux-sync

License

This application is licensed under the LGPLv3 License. See the [LICENSE file](https://github.com/noiselabs/box-linux-sync/blob/master/LICENSE) for details.

Authors

Vítor Brandão - <noisebleed@noiselabs.org> ~ [twitter.com/noiselabs](http://twitter.com/noiselabs) ~ [blog.noiselabs.org](http://blog.noiselabs.org)

See also the list of [contributors](https://github.com/noiselabs/box-linux-sync/contributors) who participated in this project.

News

0.2a1

Release date: UNRELEASED

  • Example news entry for the in-development version

0.1

Release date: 15-Mar-2010

  • Example news entry for a released version

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page