Skip to content

Releases: nethappen/blocksync-fast

v1.0.7

03 May 21:59

Choose a tag to compare

[1.0.7] - 2025-05-03

Fixed

  • Fixed compilation issues when using GCC 15.

v1.0.6

05 Sep 12:42

Choose a tag to compare

[1.0.6] - 2024-09-05

Added

  • Streams: allows use STDOUT for digest data in Make-digest operation

Fixed

  • Improved STDIN stream handling: the program now notifies if the input size exceeds or is smaller than the declared limit.
  • Minor corrections

v1.0.5

29 Aug 12:40
c18811a

Choose a tag to compare

[1.0.5] - 2024-08-29

Fixed

  • Fixed issues with detection of the libgcrypt library during configuration

v1.0.4

06 Aug 14:02
466b7f5

Choose a tag to compare

[1.0.4] - 2024-08-06

Added

  • Streams: allows use STDIN as source image
  • Options: size option to specify the size of source data
  • Progress: higher percentage precision in tracking progress for large images
  • Options: --show-progress as alias --progress
  • Options: --show-progress-detail as alias --progress-detail
  • Scripts: gfs-lvm-backup.sh with example file

v1.0.3

04 Jun 12:05
4d95e54

Choose a tag to compare

[1.0.3] - 2023-05-15

Added

  • Options: delta-info and digest-info to check and prints information from file header
  • Streams: allows use STDIN and STDOUT for delta data
  • Apply-delta: option to apply delta to destination device
  • Make-delta: option to create delta from source device and digest
  • Delta files: stores only differential changes between source and target device
  • Delta files support

[1.0.1] - 2023-04-19

Added

  • Benchmark algos: added option to benchmark all supported hash algorithms
  • xxHash library: optional support for fast hashing algos: XXH32, XXH64, XXH3LOW, XXH3, XXH128
  • xxHash support added

[1.0.0] - 2023-03-11

Added

  • Mmap: alternative read/write method
  • Digest file: which stores checksums of target device
  • Libgcrypt support (1.90): provides multiple hashing algos for digest file
  • Block size: adjustable block-size option
  • Buffer size: adjustable buffer-size option
  • Blocksync operation mode: which compares and syncs the source and target device
  • Initial version release