Using aria2 download in the wizard
Check if extraction process is using all CPU’s
| Format | Pros | Cons | Notes |
|---|---|---|---|
| gzip / pigz | Very fast, low memory, pigz uses multiple cores | Moderate compression (~3–4x) | Good for large backups where speed matters more than storage. Use pigz for multi-core. |
| xz / pxz | High compression (~6–8x), pxz is parallel | Slower, high memory usage | Great if storage is more important than speed. Multi-core via pxz or xz -T. |
| zstd | Excellent speed + compression, supports multi-threading | Not as universally installed | Ideal for large backups, native multi-core, fast decompression. |
| lz4 | Very fast compression & decompression, low CPU | Low compression (~2–3x) | Best for very fast incremental backups, especially if you append frequently. |
| bz2 | Decent compression | Very slow, single-threaded | Usually not worth it for huge backups today. |
Since your data is only added, you can:
backup_2025-12-16.tar.zstrsync or borg style backups:
Attendance: