As you may know, zbackup is a globally-deduplicating tool that uses rsync. When you feed a large .tar archive into it, the software will store duplicate regions on it only once and reuse it, when needed. This way, if the…
As you may know, zbackup is a globally-deduplicating tool that uses rsync. When you feed a large .tar archive into it, the software will store duplicate regions on it only once and reuse it, when needed. This way, if the…
Hello Linux Geeksters. As you may know, Zbackup is a commad-line only deduplicating backup tool, re-using the data that has been already backed up as .tar, in order not to create duplicates and store only the new changes. It has…