RSS All releases tagged Stable

  •  11 Feb 2013 02:39
Avatar

Release Notes: This release adds two new options: -x facilitates appending to an output file, and -Y OUTFILE (can be specified multiple times) allows the user to specify secondary output files which receive the same data (at the same position) as the primary output file.

Release Notes: -p correctly copies access times, output to stdout works, and the progress info is always updated when exiting. This release fixes copying the last block with hardbs==softbs. Better option validation. Allows for 512 byte blocks with direct I/O now, and has better defaults for block sizes. Optimization for writing the same block again and again (-R). Can write random data (e.g. -z seedval or -Z /dev/urandom) using the libc or Eli Billauer's RC4 based PRNG. Writes can be avoided if the output file/device already contains identical contents (-W). Builds .deb binaries.

  •  25 Aug 2010 22:22
Avatar

Release Notes: This release brings support for fallocate (to tell the filesystem how large the resulting target file will be, so it can avoid fragmentation better). It also enables a progress indicator when the input file size is not known (e.g. a pipe or /dev/zero) but the maximum transfer length has been set with -m.

  •  20 Aug 2010 23:16
Avatar

Release Notes: This release include some fixes (sparse writing, filling 0 when read errors occur) and some better error handling (consider ENOSPC fatal, don't repeat warnings for failed fsyncs). The program now defaults to -y0, meaning no fsyncs. Optionally, dd_rescue can now use the splice system call (on Linux) to do avoid copying of data in memory. The output of the program is now better, allowing the user to see better on what operation (read, write, fsync) warnings or errors occurred. Most importantly, there is a progress bar now, with a completion percentage and an ETA displayed.

Screenshot

Project Spotlight

TinyIB

A lightweight PHP image board.

Screenshot

Project Spotlight

Snippetory

A general Java template engine based on passive templates.