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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 17, 2019
a7439bb · Feb 17, 2019
Feb 17, 2019
Feb 9, 2019
Feb 17, 2019
Feb 17, 2019
Nov 25, 2018
Dec 8, 2018
Feb 17, 2019
Feb 17, 2019
Dec 30, 2018
Aug 7, 2018
Feb 10, 2019
Oct 29, 2018
Dec 29, 2018
Feb 9, 2019

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://[email protected]/1234" \
    sbt ";clean;setVersionInSources;setSentryDsnInSources;dist"

The SENTRY_DSN is optional.