.TH TSK_RECOVER 1 .SH NAME tsk_recover - Export files from an image into a local directory .SH SYNOPSIS .B tsk_recover [-vVae] [-i .I imgtype .B ] [-b .I dev_sector_size .B ] [-o .I sector_offset .B ] [-d .I dir_inum .B ] .I image output_dir .SH DESCRIPTION .B tsk_recover recover files to the .I output_dir from the .I image. By default recovers only unallocated files. With flags, it will export all files. The arguments are as follows: .IP -v verbose output to stderr .IP -V Print version .IP -a Recover allocated files only .IP -e Recover all files (allocated and unallocated) .IP "-i imgtype" The format of the image file (use '\-i list' for supported types) If not given, autodetection methods are used. .IP "-b dev_sector_size" The size (in bytes) of the device sectors If not given, autodetection methods are used. .IP "-o sector_offset" Sector offset for a volume to recover (recovers only that volume) If not given, will attempt to recover all volumes in image and save them to different folders. .IP "-d dir_inum" Directory inum to recover from (must also specify a specific partition using \-o or there must not be a volume system) .SH EXAMPLES To recover only unallocated files from image.dd to the recovered directory: # tsk_recover ./recovered ./image.dd .SH AUTHOR Brian Carrier Send documentation updates to