The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2012-03-10 | 1.2 kB | |
| safecopy-1.7-extras.tar.gz | 2012-03-10 | 8.7 MB | |
| safecopy-1.7.tar.gz | 2012-03-10 | 398.5 kB | |
| Totals: 3 Items | 9.1 MB | 37 | |
safecopy-1.7 Release Notes: Safecopy can now wait for a disappearing source device to come back with the --forceopen option, which is useful in case of USB devices that vanish during renumeration. It is now possible to tell safecopy where to continue a previous session, which allows incremental mode when writing directly unto a target device. Safecopy now reports meaningful exit codes. 0 is reported in case of a 100% successful copy. 1 In case of non recoverable errors, and 2 in case of an error or otherwise aborted process. The 1.7 release of safecopy consists of two files, the source tarball, containing the complete program sourecode and test suite, and the extras tarball containing optional documentation and the benchmark suite to simulate specific faulty hardware. ChangeLog: 2009.09.09 - Fixed a bug with badblock include file handling ( ID: 2854324 ) 2012.03.10 - New --forceopen option to wait for removable drives to come back - New -c (continue) option to resume when copying directly unto devices - Return codes: (0 for success, 2 for abort/ error, 1 for incomplete copy) - Adapted test suite to test for these return codes - Code cleanup