Skip to content

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## πŸš€ Release Notes β€” NTFS Partition Image Support (VHD Mode)

Added

  • Support for NTFS partition imaging with VHD restoration
    • You can now create NTFS partition images and restore them directly as VHD files, mountable from Windows.

Usage Example

To back up your C: drive (or any NTFS partition):

zpaqfranz a z:\backup.zpaq C: -image -vhd

Just add -vhd to the usual -image command (* no vss for now, next release...)

The process stores a special backward-compatible format, split into two files:

image_C.fhd
image_C.header

Restoration

To extract and restore as a mountable VHD file:

zpaqfranz x z:\backup.zpaq -vhd

This will generate

image_C.vhd

Notes on Storage and Efficiency

  • The resulting .vhd file is not as compact as the zpaqfranz's NTFS-specific image format (-image -ntfs).
  • However, it does not require double the disk space for restoration (unlike the ntfs command).
  • The output file size corresponds roughly to the actual used space on the original partition.

Example:
A 256 GB NTFS partition with 100 GB of used data will produce a .vhd file of about 100 GB.

Mounting and Extraction

The generated .vhd can be mounted or opened using:

  • Windows Disk Management
  • FTK Imager
  • OSFMount
  • Or directly opened with 7-Zip to extract files.

Experimental Feature

This feature is still experimental β€” a large on-screen warning will appear.
It has not been fully tested yet.
Future versions will include auto-mount support and further refinements.

Integrity Check

To verify that two directories (e.g., G:\data and C:\data) are identical β€”
for instance, after mounting your .vhd as G: β€” run:

zpaqfranz sum g:\data -xxh3 -ssd -summary
zpaqfranz sum c:\data -xxh3 -ssd -summary

Tip: Use the -ssd flag only for solid-state drives.

Avoid it on traditional spinning disks.

Tip: extracting huge file on NTFS partition, use -sparse to speed up (a lot)

Download zpaqfranz

View the full release notes at https://github.com/fcorbelli/zpaqfranz/releases/tag/63.5.


@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Oct 13, 2025
Copy link
Contributor

πŸ€– An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 13, 2025
@BrewTestBot BrewTestBot enabled auto-merge October 13, 2025 20:59
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 13, 2025
Merged via the queue into main with commit 1942a22 Oct 13, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-zpaqfranz-63.5 branch October 13, 2025 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants