russross / s3dirsync

A daemon that syncs a local directory with an Amazon S3 bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Propolis

Propolis publishes a local directory to an Amazon S3 bucket. It watches for changes in the local directory and mirrors them online. This is useful as a publishing tool or as a simple backup system.

It is written in Go and uses sqlite as a local metadata cache. It uses inotify to watch for local changes, and as such requires Linux.

Status

Dead. I never got very far on this and don't expect to ever continue development.

About

A daemon that syncs a local directory with an Amazon S3 bucket

License:GNU General Public License v2.0


Languages

Language:Go 99.7%Language:Makefile 0.3%