Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 568 Bytes

File metadata and controls

21 lines (13 loc) · 568 Bytes

Contingency

A portable and minimal file backup utility.

Build Status Go Report Card

Getting started

This project requires Go to be installed. On OS X with Homebrew you can just run brew install go.

Running it then should be as simple as:

$ make
$ ./bin/contingency

Testing

make test