Unix and Linux Discussions Tagged with recover |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
9,804 |
Shell Programming and Scripting |
|
|
|
6 |
25,783 |
Ubuntu |
|
|
|
6 |
6,100 |
Shell Programming and Scripting |
|
|
|
2 |
3,684 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
7,821 |
What is on Your Mind? |
|
|
|
9 |
13,924 |
Linux |
|
|
|
2 |
17,888 |
Fedora |
|
|
|
8 |
24,251 |
Red Hat |
|
|
|
2 |
6,758 |
Filesystems, Disks and Memory |
|
|
|
3 |
13,078 |
HP-UX |
|
|
|
2 |
2,647 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,643 |
Shell Programming and Scripting |
|
|
|
7 |
23,842 |
Filesystems, Disks and Memory |
|
|
|
1 |
3,745 |
Linux |
|
|
|
5 |
41,104 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
33,686 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,675 |
AIX |
|
|
|
3 |
2,096 |
Solaris |
|
|
|
1 |
2,305 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,638 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,518 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
6,394 |
HP-UX |
|
|
|
5 |
16,973 |
Cybersecurity |
|
|
|
4 |
3,275 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
7,135 |
Cybersecurity |
|
|
|
2 |
3,918 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,278 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,330 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
31,472 |
UNIX for Advanced & Expert Users |
|
|
|
3 |
4,076 |
Programming |
|
|
|
8 |
9,615 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
4,981 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
79,114 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,587 |
UNIX for Dummies Questions & Answers |
TSK_RECOVER(1) General Commands Manual TSK_RECOVER(1)
NAME
tsk_recover - Export files from an image into a local directory
SYNOPSIS
tsk_recover [-vVae] [-i imgtype ] [-b dev_sector_size ] [-o sector_offset ] [-d dir_inum ] image output_dir
DESCRIPTION
tsk_recover recover files to the output_dir from the image. By default recovers only unallocated files. With flags, it will export all
files.
The arguments are as follows:
-v verbose output to stderr
-V Print version
-a Recover allocated files only
-e Recover all files (allocated and unallocated)
-i imgtype
The format of the image file (use '-i list' for supported types) If not given, autodetection methods are used.
-b dev_sector_size
The size (in bytes) of the device sectors If not given, autodetection methods are used.
-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.
-d dir_inum
Directory inum to recover from (must also specify a specific partition using -o or there must not be a volume system)
EXAMPLES
To recover only unallocated files from image.dd to the recovered directory:
# tsk_recover ./recovered ./image.dd
AUTHOR
Brian Carrier <carrier at sleuthkit dot org>
Send documentation updates to <doc-updates at sleuthkit dot org>
TSK_RECOVER(1)