FG
💻 Software

What is the fastest compression method for a large number of files?

Fresh5 days ago
Mar 15, 202646123 views
Confidence Score0%
0%

Problem

I need to compress a directory with around 350,000 fairly small files that amount to about 100GB total. I am using OSX and am currently using the standard "Compress" tool that converts this directory into a .zip file. Is there a faster way to do this?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What is the fastest compression method for a large number of files?

Low Risk

For directories I'd use a piped to with max-compression. a simple way to go is, This works great if you don't intend to fetch small sets of files out of the archive and are just planning to extract the whole thing whenever/wherever required. Yet, if…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment