Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | app-backup/zbackup: Delete old version (1.4.4). | Arfrever Frehtes Taifersar Arahesis | 2018-04-26 | 1 | -34/+0 |
| | |||||
* | app-backup/zbackup: relax protobuf dependency (wrt #621362) | Vladimir Pavljuchenkov (SpiderX) | 2017-12-28 | 1 | -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-28 | 1 | -0/+34 |
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 | ||||
* | app-backup/*: Update Manifest hashes | Michał Górny | 2017-12-09 | 1 | -1/+1 |
| | |||||
* | app-backup/zbackup: use HTTPS for GitHub | David Hicks | 2017-07-30 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 | ||||
* | app-backup/zbackup: new ebuild | Vladimir Pavljuchenkov (SpiderX) | 2017-04-01 | 6 | -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 |