cfrbck

Version, currently master branch1 version
  • master branchlatestFeb 22, 2016

github.com/Fusion/CfrBck

A dedupping backup tool written in Crystal. Nowhere near complete!

0 stars
0 dependents
License: Apache-2.0

Installation

# Add this to your shard.yml
dependencies:
  cfrbck:
    github: Fusion/CfrBck
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
Apache-2.0
Author
Chris Ravenscroft

Dependencies

Runtime Dependencies

  • ssh*github: datanoise/ssh2.cr
  • progress*github: askn/progress

README

cfrbck

Not an actual project so far. It may not ever become one.

This is an attempt at writing a backup tool, dedupping while maintaining full and incremental backups.

This is meant for a specific use case: backing up a containers host.

Installation

  1. git checkout
  2. install shards. Then run 'shards' for dependencies.

Usage

cfrbck -h

Development

My first crystal project and I picked one that would require playing with slices etc. Silly me. Also, no functional programming-ness so far so apologies for the myriad of side effects.

Contributing

(But why would you want to?)

  1. Fork it ( https://github.com/fusion/cfrbck/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors