Liking cljdoc? Tell your friends :D

Clojure rsync Clojars Project

A Clojure library designed to sync files from one location to the other.

Usage

(require '[avisi.rsync :as rsync])
(rsync/sync "s3://aws-codedeploy-us-east-1/latest" "/tmp")

Supported locations

protocolexample url
filefile:///tmp/put-it-here
s3s3://my-bucket/my-object

Spec support

If you want to validate your input parameters, turn on spec support:

(require '[clojure.spec.test :as stest])
(require '[avisi.rsync :as rsync])
(stest/instrument `rsync/sync)

License

This is free and unencumbered software released into the public domain.

See LICENSE for more details.

Can you improve this documentation? These fine people already did:
G.J. van de Streek & Gert-Jan van de Streek
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close