ダウンロードリスト

プロジェクト概要

dd_rescue copies data from one file or block device to another. It is intended for error recovery, so by default, it doesn't abort on errors and doesn't truncate the output file. It uses large block sizes to quicken the copying, but falls back to small blocks upon encountering errors. It produces reports that allow you to keep track of bad blocks. dd_rescue features a number of optimizations, such as sparse block detection, preallocation, and Linux zerocopy (splice). It supports data protection by (multi-pass) overwriting of files or partitions with good and fast random numbers.

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2013-02-11 11:39
1.32

このリリースは 2 つの新しいオプションを追加します: - x を容易に、出力ファイルに追加し、-Y OUTFILE (複数回指定することができます) のプライマリ出力ファイルとして同じデータ (同じ位置) を受け取る二次出力ファイルを指定するユーザーことができます。
タグ: Stable, new features
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.

2013-02-04 07:38
1.31

このリリースは、いくつかのマイナーなクリーンアップ (メッセージ) と 1 つの機能をもたらします: それ今上書きされた 2 つの出力ファイル/パーティション/ディスクは、モードを持っています (-3) または 3 (-4) 時間にランダムなデータ、最終的にゼロ。これはセキュリティで保護されたデータ破壊 BSI からドイツのデータ プライバシー基準をサポートします。
タグ: Stable; New Features
This release brings a few minor cleanups (messages) and one feature: it now has a mode where the output file/partition/disk is overwritten two (-3) or three (-4) times with random data and finally with zeros. This supports secure data destruction according to German data privacy standards from BSI.

2013-01-28 06:27
1.30

-p は正しく出力 stdout 作品へのアクセス時間をコピーし、進行状況情報は常に終了するときに更新されます。このリリースで修正 hardbs と最後のブロックをコピー softbs = =。良いオプションの検証。今、512 バイトのブロックを直接 I/O によりより良いデフォルトのブロック サイズ。何度も繰り返し同じブロックを書くための最適化 (-R)。ランダムなデータ (例えば - z 回の繰り返しがまたは Z/dev/urandom) libc または Eli Billauer RC4 を使用して PRNG に基づいて書くことができます。出力ファイル/デバイスは、既に同一の内容が含まれる場合、書き込みを避けることが (-W)。.Deb のバイナリがビルドされます。
タグ: Stable, Minor bugfixes, ´Ńew Features
-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.

2012-02-05 02:08
1.25

最後の発行済みバージョン (1.20) を含めるためスパース モード、マニュアルの改善、FPE バグ修正の逆コピー、既存のファイルを上書きするための追加の警告を変更本当に -y (除く最後に同期しない) 0 デフォルト、EOF エラーを考慮したと (errno 1 つのシナリオで上書きされた)、詳細なエラー メッセージを表示する、移植性と不良ブロックの出力を修正。
タグ: Minor features, Minor bugfixes
Changes since the last published version (1.20) include additional warnings for overwriting existing files in sparse mode, documentation improvements, an FPE bugfix for reverse copy, really defaulting to -y 0 (not syncing except at the end), not considering EOF an error and displaying better error messages (errno was overwritten in one scenario), portability improvements, and fixes for the output of bad blocks.

2010-08-26 07:22
1.20

このリリースでは、(それが断片化をより避けることができる、どのように大規模な結果ターゲットファイルは次のようにするファイルシステムを教えて)fallocateのサポートをもたらします。また、入力ファイルのサイズは、(パイプまたは/ dev / zeroをなど)が、最大転送長さは- mと設定されている知られていないときに進行状況インジケータができます。
タグ: Minor features, Stable
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.

プロジェクトリソース