This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryUpdates Highlights, Full changelog, and SSH across a mixed release.
Full changelog
Highlights
--exclude now accepts glob patterns
Previously exact-name only. Now accepts fnmatch-style globs and prunes matching directories during the walk, so we don't descend into them.
fast-copy /src /dst --exclude .venv --exclude '*.bat' --exclude '.git*'
Works for both local scans and remote (SSH) source scans.
Verification distinguishes "grew during copy" from corruption
When a destination file ends up larger than what we recorded at scan time, that almost always means an active writer appended to it during the copy — not corruption. v3.0.2 splits these cases:
- Destination smaller than expected → still a hard failure (
SIZE MISMATCH). - Destination larger than expected → yellow
GREW DURING COPYwarning, run still succeeds. - Hash spot-check skips files that grew, since their hash is expected to differ by design.
Full changelog
c948988Fix UNC long-path prefix, tar batch grouping, Windows trailing quote51337acv3.0.2 — glob excludes, distinguish "grew during copy" from corruption
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Fast_copy new release with new features
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]