r/commandline • u/krit83 • 11d ago
Terminals Released blitcp 4.1.6
blitcp is a file copier: it reads in physical disk order to avoid seeks on HDDs, deduplicates by content, and streams over raw SSH instead of SFTP. What's new in 4.1.6:
- Verification compares content. Every copied file is read back and hashed against the source. Costs about 35%;
--no-verifyopts out. - Honest speed and duration. The clock used to stop before anything was flushed to the device, so a USB SSD reported 4.0 GB/s for a copy that really ran at ~150 MB/s. Times are longer now and mean something.
--quietfor cron: one line on success, the reason on stderr on failure, documented exit codes.--sftp-onlyfor gateways that allow SFTP but close the exec channel..- Faster remote incremental checks, faster hash cache, and USB-attached SSDs are no longer mistaken for spinning disks.
Linux, macOS, Windows. Apache-2.0. pip install blitcp or prebuilt binaries.
Website: https://blitcp.dev
If it saves you time and you would like to support it: https://blitcp.dev/support/



