<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=113</id>
		<title>113 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=113"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=113&amp;action=history"/>
		<updated>2026-04-12T16:22:43Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=113&amp;diff=27210&amp;oldid=prev</id>
		<title>Willyk: Iomega 1-Step Backup Image.113 file format</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=113&amp;diff=27210&amp;oldid=prev"/>
				<updated>2017-02-17T15:24:35Z</updated>
		
		<summary type="html">&lt;p&gt;Iomega 1-Step Backup Image.113 file format&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- Iomega *.113 files for http://fileformats.archiveteam.org/wiki/113 --&amp;gt;&lt;br /&gt;
{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Backup&lt;br /&gt;
|extensions={{ext|113}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Distributions ===&lt;br /&gt;
Iomega released several versions of a 1-Step backup Program.&lt;br /&gt;
This program ran on Win9x operating systems, ie Win95, Win98, and WinME.&lt;br /&gt;
The signatures mentioned below assume an Intel Chip-set and little-endian numeric format.&lt;br /&gt;
Its probable there were Macintosh versions for the Motorola 68000 Chip-set &lt;br /&gt;
If Mac versions exist, the signature bytes are probably swapped.&lt;br /&gt;
&lt;br /&gt;
There are known to be two downloadable versions of this software package available &lt;br /&gt;
for installation on Win9x systems:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
w32_iom221a_en.exe      version 4.1    distribution date 08/27/2001&lt;br /&gt;
iobackup-w32-x86-44.exe version 4.4    distribution date 02/29/2000&lt;br /&gt;
The distribution dates above are from the time stamps on the files and the&lt;br /&gt;
version numbers are from the enclosed readme.txt files.  You figure it out.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You should be able to find these with an internet search for the installer file name.  &lt;br /&gt;
Version 4.1 is also know to be available on some of the IomegaWare distribution CDs.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
see also http://www.willsworks.net/file-format/iomega-1-step-backup --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The installers above created dtiom98.exe which is the backup and restore program&lt;br /&gt;
and dtsc.exe allows file selection and controlling whether the backup will be compressed.&lt;br /&gt;
&lt;br /&gt;
=== Backup File Identification ===&lt;br /&gt;
The backup program would only run if a Iomega disk was connected to the system and then&lt;br /&gt;
the backup was written to one or more 'Image.113' files on the removable media.  &lt;br /&gt;
Only one such file was allowed on each media disk.  If more&lt;br /&gt;
than one disk was required additional 'Image.113' files were created on additional disks&lt;br /&gt;
in the set.  These were normal files and could be copied or renamed later.  Each backup&lt;br /&gt;
file starts with a header similar to the dump of a sample below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   00000: 55 AA 55 AA  FF 00 02 00  00 00 DB 00  00 00 AE B0 |U.U.............&lt;br /&gt;
   00010: 03 5E AE B0  03 5E 00 00  95 06 02 00  00 00 42 61 |.^...^........Ba&lt;br /&gt;
   00020: 63 6B 75 70  20 4A 6F 62  20 32 2C 20  44 69 73 6B |ckup Job 2, Disk&lt;br /&gt;
   00030: 20 31 20 20  20 20 20 20  20 20 20 20  20 20 20 20 | 1              &lt;br /&gt;
   00040: 20 20 20 20  20 20 20 20  20 20 EB BA  05 5E 00 00 |          ...^..&lt;br /&gt;
   00050: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 |................&lt;br /&gt;
   00060: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 |................&lt;br /&gt;
   00070: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 |................&lt;br /&gt;
   00080: 00 00 00 00  00 00 00 00  00 00 AE B0  03 5E 01 00 |.............^..&lt;br /&gt;
   00090: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 |................&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
all begin with the 4 bytes signature shown at offset 0.&lt;br /&gt;
a descriptive string begins at offset 0x1E&lt;br /&gt;
Job # reflects the backup number on the host machine.&lt;br /&gt;
Disk # refects the disk # in this backup series.&lt;br /&gt;
There appears to be no information on the number of disks in the set in the header.&lt;br /&gt;
The 4 byte long beginning at offset 0xA is the next available block in the file.&lt;br /&gt;
Most of the other 4 byte longs in the header starting at offsets 0xE,0x12,0x4A,0x8A&lt;br /&gt;
appear to be similar time stamps with unknown significance.&lt;br /&gt;
&lt;br /&gt;
=== File Format ===&lt;br /&gt;
&lt;br /&gt;
These files appear to use an internal block size of 0x7400 bytes.&lt;br /&gt;
The next available block above = (file size)/0x7400&lt;br /&gt;
The file data region begins after block 3, offset 0x15C00.&lt;br /&gt;
&lt;br /&gt;
If the file contains compressed data the 1st 8 bytes will all be zeros.&lt;br /&gt;
The 1st 8 bytes in each block of a compressed file appear to be the&lt;br /&gt;
initial offset in an output file at which to begin decompression and&lt;br /&gt;
the next 4 byte long is the number of data bytes to decompress &amp;lt;= 0x7400.&lt;br /&gt;
For each sequential block in a backup file the 8 byte long increases.&lt;br /&gt;
This is sufficient to identify a compressed backup.  Unfortunately the&lt;br /&gt;
file compression method has not been identified so at this time the data&lt;br /&gt;
cannot be extracted from these files without using the original software.&lt;br /&gt;
&lt;br /&gt;
If the file contains uncompressed data the 3rd block at offset 0x15C00 will&lt;br /&gt;
begin with the 4 signature bytes shown in the sample dump below.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   15c00: CC 33 CC 33  86 00 A8 00  00 00 00 00  00 00 04 00 |.3.3............&lt;br /&gt;
   15c10: 0A 00 49 07  00 00 00 00  00 00 00 00  00 00 00 00 |..I.............&lt;br /&gt;
   15c20: 00 0A 00 00  00 00 00 00  00 00 00 1C  00 10 00 00 |................&lt;br /&gt;
   15c30: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00 |................&lt;br /&gt;
   15c40: 00 00 00 00  00 00 00 00  00 04 00 63  00 3A 00 02 |...........c.:..&lt;br /&gt;
   15c50: 00 00 00 00  00 00 00 00  00 09 00 00  00 00 00 00 |................&lt;br /&gt;
   15c60: 00 00 00 00  04 00 63 00  3A 00 00 00  00 00 00 00 |......c.:.......&lt;br /&gt;
   15c70: 00 00 00 00  10 00 4F 49  4D 47 03 00  00 00 00 00 |......OIMG......&lt;br /&gt;
   15c80: 00 00 00 00  00 00 04 00  63 00 3A 00  0A 00 00 00 |........c.:.....&lt;br /&gt;
   15c90: 99 66 99 66  07 00 99 66  99 66 0A 00  99 66 99 66 |.f.f...f.f...f.f&lt;br /&gt;
   15ca0: 02 00 99 66  99 66 00 00  CC 33 CC 33  C2 00 A6 01 |...f.f...3.3....&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The signature hex byte sequence CC 33 CC 33 indicates the beginning of a data header region.&lt;br /&gt;
The signature hex byte sequence 99 66 99 66 occurs at the beginning and end of the&lt;br /&gt;
file data region.  Each file header contains the file properties including&lt;br /&gt;
the file name and path (if it exists) as variable length unicode strings.&lt;br /&gt;
At offset 0x15C14 in the dump above is a 8 byte number representing the file length.&lt;br /&gt;
Its 0 as this is a drive specification for 'c:' which occurs 3 times in the header&lt;br /&gt;
as unicode strings.  All headers contain the 'OIMG' bytes shown above. If the file&lt;br /&gt;
length were greater than zero the file data would be present between the two&lt;br /&gt;
file data signatures 99 66 99 66.  At offset 0x15CA8 above is another header&lt;br /&gt;
region signature CC 33 CC 33 where the next file header begins.&lt;br /&gt;
This is more than enough to identify an uncompressed data file.&lt;br /&gt;
&lt;br /&gt;
=== links ===&lt;br /&gt;
The following links are to a reverse engineering project where C source code was&lt;br /&gt;
created to validate the information above and create a program that can list or extract files&lt;br /&gt;
from an uncompressed backup.  Unfortunately as mentioned above the compression method&lt;br /&gt;
used in the compressed backups has not yet been identified so file extraction from&lt;br /&gt;
compressed archives is currently not available.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
113-format provides more detail on the internal file format&lt;br /&gt;
rd113-info provides some help and examples on program useage&lt;br /&gt;
rd113.lzh contains WinNT console applications that run under Win32&lt;br /&gt;
rd113-src.tar.gz contains the source code to build the console programs &lt;br /&gt;
    for Linux, DOS, or Win32&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
unfortunately the system won't let me save the page with these links displayed&lt;br /&gt;
what a pain&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
http://www.willsworks.net/file-format/iomega-1-step-backup/113-format&amp;lt;br/&amp;gt;&lt;br /&gt;
http://www.willsworks.net/file-format/iomega-1-step-backup/rd113-info&amp;lt;br/&amp;gt;&lt;br /&gt;
http://www.willsworks.net/downloads/rd113.lzh&amp;lt;br/&amp;gt;&lt;br /&gt;
http://www.willsworks.net/downloads/rd113-src.tar.gz&amp;lt;br/&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Willyk</name></author>	</entry>

	</feed>