DragonFly On-Line Manual Pages

Search: Section:  


MMRECOVER(1)           DragonFly General Commands Manual          MMRECOVER(1)

NAME

mmrecover - recover JPEG images from disk images.

SYNOPSIS

mmrecover [-l filename] [-o offset] [-p pattern] source_file ...

DESCRIPTION

The mmrecover utility is a command-line JPEG image recovery tool. It analyses the provided source_file files and save (candidate) JPEG images found in the raw data. Only contiguous JPEG files are detected and recovered. -l filename Log mmrecover scan results to filename. If not specified, a file named mmrecover.log is created in the current working directory. -o offset Skip offset bytes at the beginning of source_file before starting recovery. This option cannot be use when multiple source_file are provided on the command-line. -p pattern Use pattern as a template for recovered images filename. Defaults to `recover_%06d.jpg'.

EXIT STATUS

The mmrecover utility exits 0 on success, and >0 if an error occurs.

BUGS

mmrecover can recover your girlfriend's photos but cannot recover your girlfriend. DragonFly 6.5-DEVELOPMENT August 16, 2009 DragonFly 6.5-DEVELOPMENT

Search: Section: