Skip to content

jendakol/rbackup

Repository files navigation

RBackup

Remote backup; Rust backup

Motivation

Having a small home server (NAS), I had been using an application for backing up all important data from home computers. When the service was announced to be about discontinued I've started to implement my own solution which is RBackup.

I also used this application as a great project for learning quite new but powerful language called Rust.

Key features

  1. Supports backup for multiple devices grouped in accounts // TBD - describe structure
  2. Supports files versioning
  3. Uses deduplication (block) (see rdedup)
  4. Communicates over HTTP (the client can be almost any HTTP client)
  5. Security - supports SSL, data encryption
  6. Doesn't need any special storage (works on top of filesystem)

See RBackup docs for more information.