Skip to content

This release includes 2 security fixes for security teams reviewing exposed deployments.

Published 3mo Backup & Recovery
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →
This release patches 2 known CVEs

Topics

backup cli copy-tool cross-platform deduplication file-copy
+14 more
file-transfer linux macos nas python remote-copy rsync-alternative scp-alternative ssh ssh-transfer synology tar-streaming usb-copy windows

Summary

AI summary

Updates Bug Fixes, Security Fixes, and New Features across a mixed release.

Full changelog

New Features

  • File-path destination for single-file copies — When copying a single file, the destination can now be a file path (e.g. fast_copy host:file.tar.gz /local/renamed.tar.gz). Works across all modes: L2L, R2L, L2R, R2R. A trailing / or \ forces directory interpretation

Bug Fixes

  • Windows verify crash on device paths — Fixed ValueError: path is on mount '\\.\nul' crash during post-copy verification when os.walk encountered Windows device paths. Cross-mount paths are now skipped with a warning
  • Remote single-file copy failed with "Not a directory" — Copying a single file from a remote source (e.g. host:/path/to/file.tar.gz) failed because the tar command tried to cd into the file path instead of its parent directory

Security Fixes

  • File-destination heuristic hardened — Uses splitext() instead of checking for any dot in the basename, preventing false positives on hidden directories (.outputs, .config)
  • R2R rename error checking — Remote-to-remote post-copy rename now checks the exit code and warns on failure instead of silently continuing

Security Fixes

  • Hardened file‑destination heuristic using splitext() to prevent false positives on hidden directories like .outputs and .config
  • Remote‑to‑remote rename now checks exit code and warns on failure

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

Track Fast_copy new release with new features

Get notified when new releases ship.

Sign up free

About Fast_copy new release with new features

All releases →

Related context

Beta — feedback welcome: [email protected]