Go to file
Alexander Neumann ab602b88de Add Makefiles and simple test suite 2014-08-05 23:13:19 +02:00
cmd/khepri Add Makefiles and simple test suite 2014-08-05 23:13:19 +02:00
test Add Makefiles and simple test suite 2014-08-05 23:13:19 +02:00
LICENSE Add README and LICENSE 2014-04-27 15:49:48 +02:00
Makefile Add Makefiles and simple test suite 2014-08-05 23:13:19 +02:00
README.md Change README text 2014-04-28 21:20:32 +02:00
generic_test.go Break out test functions 2014-08-01 22:09:30 +02:00
hashing.go Restructured repository 2014-07-28 20:21:19 +02:00
hashing_example_test.go Restructured repository 2014-07-28 20:21:19 +02:00
hashing_test.go Break out test functions 2014-08-01 22:09:30 +02:00
id.go Restructured repository 2014-07-28 20:21:19 +02:00
object.go Refactor 2014-08-04 22:46:14 +02:00
object_test.go Refactor 2014-08-04 22:46:14 +02:00
repository.go Refactor 2014-08-04 22:46:14 +02:00
repository_test.go Refactor 2014-08-04 22:46:14 +02:00
snapshot.go Add command 'fsck' 2014-08-04 23:25:58 +02:00
snapshot_test.go Rename field in Snapshot: Tree -> TreeID 2014-08-04 23:25:32 +02:00
tree.go Restructured repository 2014-07-28 20:21:19 +02:00
tree_test.go Removed gingo/gomega for testing 2014-08-01 20:07:38 +02:00

README.md

WARNING

WARNING: At the moment, consider khepri as alpha quality software, it is not yet finished. Do not use it for real data!

Khepri

Khepri is a program that does backups right. The design goals are:

  • Easy: Doing backups should be a frictionless process, otherwise you are tempted to skip it. Khepri should be easy to configure and use, so that in the unlikely event of a data loss you can just restore it. Likewise, restoring data should not be complicated.

  • Fast: Backing up your data with khepri should only be limited by your network or harddisk bandwidth so that you can backup your files every day. Nobody does backups if it takes too much time. Restoring backups should only transfer data that is needed for the files that are to be restored, so that this process is also fast.

  • Verifiable: Much more important than backup is restore, so khepri enables you to easily verify that all data can be restored.

  • Secure: Khepri uses cryptography to guarantee confidentiality and integrity of your data. The location the backup data is stored is assumed not to be a trusted environment (e.g. a shared space where others like system administrators are able to access your backups). Khepri is built to secure your data against such attackers.

License

Khepri is licensed under "BSD 2-Clause License". You can find the complete text in the file LICENSE.