Skip to content
The Fan Club edited this page Mar 10, 2015 · 42 revisions

There are several tools available to copy and install IMG files to SD Memory Cards, but I was looking for something that could easily backup and restore disk image files for my Raspberry Pi.

I also wanted a program that could write compressed IMG files directly to the memory card without the need to decompress the image files first. dd the command line utility has been my default choice for years, but lacked a GUI that fit my requirements and so I decided to write my own - that is how dd Utility came to be.

Features

  • Write IMG files to memory cards and hard drives.
  • Backup and Restore IMG files to memory cards and hard drives.
  • Install and Restore compressed disk image files on the fly. Supported file formats: IMG, Zip, GZip and XZ.
  • Backup and compress disk image files on the fly in ZIP format to significantly reduce the file size of backups.
  • Ideal for flashing IMG files to SD Cards for use with Raspberry Pi, Arduino,  BeagleBoard and other ARM boards.

Requirements

- Linux and Mac OS X supported.

Technical

- Written in Bash and a bit of Applescript for dialogs for the Mac OS X version. - Source Code [Ubuntu / Linux](https://github.com/thefanclub/dd-utility/blob/master/source/ddutility.sh) and [Mac OS X](https://github.com/thefanclub/dd-utility/blob/master/source/ddutility-mac.sh)

Instructions

- For [Ubuntu / Linux](https://github.com/thefanclub/dd-utility/wiki/Instructions-Ubuntu) - For [Mac OS X](https://github.com/thefanclub/dd-utility/wiki/Instructions-Mac-OSX)
Clone this wiki locally