FG

How best to compare huge directory trees

Fresh3 days ago
Mar 15, 202614943 views
Confidence Score0%
0%

Problem

How can I compare directory trees of huge size? I am thinking a free tool to make a snapshot of the filesystem structure (listing of files and directories, their size & timestamps) would be ideal so I could compare the snapshot to another one made later. Treecomp would be great for that but with a …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How best to compare huge directory trees

Low Risk

you can just use in the terminal This will return all the files in all sub folder including there sizes, then just compare the files To save the data to a text file Then you can just use something like diff to compare the files This is for linux :D

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment