Incremental block-based backup to object storage
Go to file
SamYaple 2e389f1ddb Add storage code
This code will be the basis of writing out the data to the backing
storage with the initial driver being on disk storage.

Additionally move compression/encryption code to storage rather than
backup module

./backup.py --backup /dev/loop0 --manifest mani --location /path/to/store/backup/

Change-Id: I22d291ea3ac03b4d5ddb447915c972db4cdc195d
2016-01-19 19:14:23 +00:00
doc/source Add glossary for some common terms 2016-01-11 18:15:16 +00:00
ekko Add storage code 2016-01-19 19:14:23 +00:00
tests Initial Commit 2016-01-04 16:28:29 +00:00
tools Add storage code 2016-01-19 19:14:23 +00:00
.gitignore Create manifest and implement sqlite driver 2016-01-11 18:15:17 +00:00
.gitreview Added .gitreview 2016-01-04 10:07:07 +00:00
.testr.conf Initial Commit 2016-01-04 16:28:29 +00:00
CONTRIBUTING.rst Initial Commit 2016-01-04 16:28:29 +00:00
HACKING.rst Initial Commit 2016-01-04 16:28:29 +00:00
LICENSE Initial Commit 2016-01-04 16:28:29 +00:00
MANIFEST.in Initial Commit 2016-01-04 16:28:29 +00:00
README.rst Initial Commit 2016-01-04 16:28:29 +00:00
babel.cfg Initial Commit 2016-01-04 16:28:29 +00:00
requirements.txt Updated from global requirements 2016-01-18 22:40:21 +00:00
setup.cfg Add storage code 2016-01-19 19:14:23 +00:00
setup.py Updated from global requirements 2016-01-15 08:23:50 +00:00
test-requirements.txt Updated from global requirements 2016-01-16 03:26:06 +00:00
tox.ini Initial Commit 2016-01-04 16:28:29 +00:00

README.rst

ekko

Block-based backups stored in object-storage

Please feel here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO