View on GitHub

Rackup

Easily sync a folder with a Rackspace Cloud Files container

Download this project as a .zip file Download this project as a tar.gz file

Installation & Usage

To install, run pip install rackup. To use, run rackup. Additional arguments may be specified. Run rackup --help for more information.

Authentication

In a ".rackspace" file in your home folder, specify your Rackspace username and API Key. See the sample file for the proper format.

Configuration options

When you run rackup, it will look in the current directory for a ".rackup" file that defines the options for syncing. See the sample file for the proper format. This file is optional, though some command line arguments will be required if it is not present.

You may define:

OS X Notification Center

rackup will attempt to alert you via Notification Center when it is completed. To enable this feature, you need pyobjc; run pip install pyobjc to install.