diff options
author | Vladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua> | 2017-02-24 09:32:59 +0200 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-04-01 19:56:36 -0400 |
commit | 29f1455481e07c0de116380763f79f72342ca786 (patch) | |
tree | 32e277a30a268ab337ac7db9ce0aad47bbdc3b55 /app-backup/zbackup/Manifest | |
parent | sys-kernel/hardened-sources: version bump to 4.9.20 (diff) | |
download | gentoo-29f1455481e07c0de116380763f79f72342ca786.tar.gz gentoo-29f1455481e07c0de116380763f79f72342ca786.tar.bz2 gentoo-29f1455481e07c0de116380763f79f72342ca786.zip |
app-backup/zbackup: new ebuild
zbackup is a globally-deduplicating backup tool, based on the ideas found in rsync.
Feed a large .tar into it, and it will store duplicate regions of it only once,
then compress and optionally encrypt the result. Feed another .tar file,
and it will also re-use any data found in any previous backups.
This way only new changes are stored, and as long as the files are not very different,
the amount of storage required is very low. Any of the backup files stored previously
can be read back in full at any time.
Base for ebuild from https://github.com/SpiderX/portage-overlay/tree/master/app-backup/zbackup
Gentoo-Bug: https://bugs.gentoo.org/576796
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-backup/zbackup/Manifest')
-rw-r--r-- | app-backup/zbackup/Manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-backup/zbackup/Manifest b/app-backup/zbackup/Manifest new file mode 100644 index 000000000000..9020e7f8aff7 --- /dev/null +++ b/app-backup/zbackup/Manifest @@ -0,0 +1 @@ +DIST zbackup-1.4.4.tar.gz 87118 SHA256 efccccd2a045da91576c591968374379da1dc4ca2e3dec4d3f8f12628fa29a85 SHA512 96f0984be71e521b2a188448bb2801996701be6e96b1dac4672cabc9f6bcb6631fdb8d03f5dde4bbdbb0050d9bd1409d468fcba15f93730d69e6c55271aba575 WHIRLPOOL 4c41f300177b3a140f833f999e5b86e8c3386e81c02a7a94f2a0dd418ba2027adb2c7906d5d2a59fba12b47c5ea3190727ef63b1e8fd12eef8bc9fbe2ca426a6 |