Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zpaqfranz 60.8 #195106

Merged
merged 2 commits into from
Oct 21, 2024
Merged

zpaqfranz 60.8 #195106

merged 2 commits into from
Oct 21, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# -backupzeta
_This new switch, to be used in the backup command, generates checksums on the fly, without reading them at the end of the .zpaq file creation, saving a lot of time, especially on slow disk drives like HDDs. The generated checksums are quite robust ("almost" XXHASH64 and CRC-32). In the future, it will also support encrypted volumes https://github.com/fcorbelli/zpaqfranz/issues/139_

Improved build compatibility on BSD operating systems

  • OpenBSD
  • NetBSD
  • DragonFly

Set the creation date of .zpaq archives to 1/1/1980

so it is easy to quickly identify those that were not written completely fcorbelli/zpaqfranz#138

New hash algorithms ZETA and ZETAENC.

Can be selected with -zeta and -zetaenc. You can find the explanation here fcorbelli/zpaqfranz#139 (comment)

-destination

With the new switch, it is possible to load a series of lines (from a text file) as if they were multiple -to options. The explanation is here fcorbelli/zpaqfranz#136 (comment)

-nodelete

This switch does not mark files as deleted if they are not found during the path scan. It is used for bulk manipulation of the file list. The explanation is here fcorbelli/zpaqfranz#136 (comment)

-salt

This switch forces an empty salt (i.e., 32 bytes of zeros). It is something you should NOT normally use. It serves as a development mechanism (i.e., it is something that is useful for ME, not for YOU).

-hdd

With this switch, you use the computer's memory (including virtual memory, i.e., the swap file) to sequentially write the extracted data. It is useful if you have a lot of RAM or an SSD system drive and want to extract to an HDD. In this case, everything will first be decompressed into RAM and then written to the HDD, without any seeks (head movement) in the output. It is not suitable for gigantic files, but for medium sizes, it can halve the extraction time.
fcorbelli/zpaqfranz#135

-ramdisk

Internal for -hdd

fix on -input

Minor bug fixed on Windows

warnings in yellows

Because sometimes colours... counts...

Download zpaqfranz

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

🤖 An automated task has requested bottles to be published to this PR.

@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 21, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 21, 2024
Merged via the queue into master with commit 8ec1d00 Oct 21, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-zpaqfranz-60.8 branch October 21, 2024 20:19
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