* [ANNOUNCE] ddpt, version 0.92 available
@ 2011-02-17 20:51 Douglas Gilbert
0 siblings, 0 replies; only message in thread
From: Douglas Gilbert @ 2011-02-17 20:51 UTC (permalink / raw)
To: SCSI development list, Tomas Fasth; +Cc: linux-kernel
ddpt is yet another variant of the venerable Unix
dd command line utility. Some features found in
ddpt which are not found in the current (GNU) dd
implementation:
- sparse writing (i.e. don't write buffer if all zeros)
- write sparing (i.e. don't write buffer if already same
as destination)
- resume (after the copy has been interrupted)
- trim on output of copy, self trim (pt interface only)
- send output to a second file (see 'of2=' option)
- access devices directly via pass-through interface,
bypassing file system
- accept numeric command line arguments in hexadecimal
- explicit controls over how much data is read into the
copy buffer and then written to output (separate from
the logical block sizes of any device involved)
The initial public release was 0.91 in September 2010.
This version (0.92) has a few new features, many bug fixes
and more informative output. For more information and
downloads see:
http://sg.danny.cz/sg/ddpt.html
Changelog for ddpt-0.92 [20110217] [svn: r157]
- when pt used on block device and discrepancy between size
of block device and read capacity size, require force flag
- add coe support for input block devices and regular files
- support conv=fdatasync, conv=fsync, oflag=fdatasync and
oflag=fsync; called at end of copy
- allow partial writes of trailing bytes when output is
regular file or fifo (stdout), ignore if block or pt device
- fix stdin, stdout and fifo handling problems
- if iflag=sparse and of=/dev/null (or not given) warn but
set oflag=sparse and continue
- treat unrecovered errors as partial (as dd does)
- win32: add '--wscan' option to scan for devices and volumes
- select SPT direct pt interface
- add estimate of remaining time in progress signal handler
- accept but ignore cbs= option
- error reporting clean up
- add AM_MAINTAINER_MODE to configure.ac to lessen build issues
Changelog for ddpt-0.91 [20100920] [svn: r121]
....
Doug Gilbert
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-02-17 20:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 20:51 [ANNOUNCE] ddpt, version 0.92 available Douglas Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox