Skip to content

A client for RBackup - fast, secure, deduplicating remote backup service

Notifications You must be signed in to change notification settings

jendakol/rbackup-scala-client

Repository files navigation

RBackup client

This is Scala implementation of client for RBackup.

Readme TBD :-)

Build (release)

#!/usr/bin/fish

./.travis.sh

env VERSION=$argv[1] \
    SENTRY_DSN="https://abcd@sentry.io/1234" \
    sbt ";clean;setVersionInSources;setSentryDsnInSources;dist"

The SENTRY_DSN is optional.