summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-backup/zbackup: Delete old version (1.4.4).Arfrever Frehtes Taifersar Arahesis2018-04-261-34/+0
|
* app-backup/zbackup: relax protobuf dependency (wrt #621362)Vladimir Pavljuchenkov (SpiderX)2017-12-281-1/+1
| | | | | Closes: https://bugs.gentoo.org/621362 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/zbackup: relax protobuf dependency (wrt #621362)Vladimir Pavljuchenkov (SpiderX)2017-12-281-0/+34
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-backup/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-backup/zbackup: use HTTPS for GitHubDavid Hicks2017-07-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-backup/zbackup: new ebuildVladimir Pavljuchenkov (SpiderX)2017-04-016-0/+119
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