Nicht immer ist ZPAQ besser als beispielsweise 7zip, aber gerade bei vielen ähnlichen (oder sogar identischen) Dateien merkt man den Dedup-Algorithmus schon ziemlich stark.

#zpaq #7zip

Ich archiviere immer mal wieder größere Dateimengen in Archiven, nutze dafür #7zip (mit #LZMA2 und Ultra-Compression). Mit der Option "qs" und einer Dictionary Size von 1024MB werden die Archive - je nach Dateien - nochmal erheblich kleiner.
Unübertroffen ist aber #ZPAQ (dank Dedup-Algorithmus) - unglaublich, wie klein die Archive werden (Compression UND Decompression sind aber CPU- und zeitintensiv). ZPAQ hat per se keine GUI, ist aber in #PeaZIP integriert.

What's your preferred method of #backup a #Linux server (I'm running #debian) in order to recover from a disaster?

How about backing up user data?

I think #zpaq might be great for user data and the like, but anything that might need file permissions or the sort (?) something like #borgmatic might be a better idea?

A new variant of the Agent Tesla #malware has been observed delivered via a lure file with the #ZPAQ compression format to harvest data from several email clients and nearly 40 web browsers☝️🤖

https://thehackernews.com/2023/11/new-agent-tesla-malware-variant-using.html?utm_content=buffer97cf3&utm_medium=social&utm_source=bufferapp.com&utm_campaign=buffer

New Agent Tesla Malware Variant Using ZPAQ Compression in Email Attacks

New variant of Agent Tesla malware identified. It's a keylogger and remote access trojan (RAT) offered as part of a malware-as-a-service (MaaS) model.

The Hacker News
Fast Whole-Genome Phylogeny of the COVID-19 Virus SARS-CoV-2 by Compression

We analyze the whole genome phylogeny and taxonomy of the SARS-CoV-2 virus using compression. This is a new fast alignment-free method called the “normalized compression distance” (NCD) method. It discovers all effective similarities based ...

PubMed Central (PMC)

I found out about #debsums. It popped in my head that "I can use this to see which files I changed on my server and back them up!"

sudo debsums -ca | xargs -I {} zpaq a server-debsums-ca-.zpaq {}

The above uses my favorite archiver--#zpaq (please check it out!), to create incremental, highly compressed backups of such files debsum indicates to us.

This isn't flawless, though. It skips my sshd_config and not every Debian package has an md5 checksum list of every file.

#debian #backups

#compression #zpaq
Bon j'ai écrit un petit topo sur zpaq là : https://sebsauvage.net/links/?iRMA8Q

- mieux que 7z pour compresser des données > 2 Go (avec l'option -m4)
- très similaire à borg pour les backups incrémentaux (avec -m1,2 ou 3 pour une compression plus rapide). (mais je continue à préférer borg pour les backups)

ZPAQ - Liens en vrac de sebsauvage

@alcinnz One of the best purchases I've ever made. Extremely happy with my purchase. No regrets. The only downside is a battery life that can be tuned. I got the DIY edition and built everything and got an SSD that was all centered around battery life to compensate for the bad battery life.

What are your favorite command line tools? One of my favorites is #zpaq.

#ZPAQ is an #publicdomain incremental, journaling compressor.

zpaq is an archiver for incremental additions, where new files detected in a directory tree are added to an existing archive. zpaq can extract specific versions of files, encrypt archives, as well as rollback to remove additions, and duduplicate blocks to improve compression. zpaq has an official specification and #Cpp #library.

Website 🔗️: http://mattmahoney.net/dc/zpaq.html

apt 📦️: zpaq

#free #opensource #foss #fossmendations #sysadmin

ZPAQ

#Zpaq is used as a Kolmogorov complexity approximation tool in the following article:

Phylogeny of the COVID-19 Virus SARS-CoV-2 by Compression (https://www.biorxiv.org/content/10.1101/2020.07.22.216242v2)

Original source: https://encode.su/threads/456-zpaq-updates/page85