app-backup/zbackup: new ebuild
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>
Fri, 24 Feb 2017 07:32:59 +0000 (09:32 +0200)
committerGöktürk Yüksek <gokturk@gentoo.org>
Sat, 1 Apr 2017 23:56:36 +0000 (19:56 -0400)
commit29f1455481e07c0de116380763f79f72342ca786
tree32e277a30a268ab337ac7db9ce0aad47bbdc3b55
parent31c4885ab29341dd66926dadd1e48c7035233b59
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
app-backup/zbackup/Manifest [new file with mode: 0644]
app-backup/zbackup/files/zbackup-1.4.4-tartool.patch [new file with mode: 0644]
app-backup/zbackup/files/zbackup-9999-tartool.patch [new file with mode: 0644]
app-backup/zbackup/metadata.xml [new file with mode: 0644]
app-backup/zbackup/zbackup-1.4.4.ebuild [new file with mode: 0644]
app-backup/zbackup/zbackup-9999.ebuild [new file with mode: 0644]