File: control

package info (click to toggle)
safecopy 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,368 kB
  • ctags: 347
  • sloc: ansic: 2,751; sh: 1,925; makefile: 19
file content (38 lines) | stat: -rw-r--r-- 1,917 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: safecopy
Section: admin
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper (>= 10), dh-autoreconf
Standards-Version: 3.9.8
Homepage: http://safecopy.sf.net
Vcs-Browser: https://anonscm.debian.org/git/forensics/safecopy.git
Vcs-Git: https://anonscm.debian.org/git/forensics/safecopy.git

Package: safecopy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: data recovery tool for problematic or damaged media
 Safecopy tries to get as much data from SOURCE as possible, even resorting
 to device specific low level operations if applicable. This is achieved by
 identifying problematic or damaged areas, skipping over them and continuing
 reading afterwards. The corresponding area in the destination file is either
 skipped (on initial creation that means padded with zeros) or deliberately
 filled with a recognizable pattern to later find affected files on a corrupted
 device. The work is similar to ddrescue, generating an image of the original
 media. This media can be floppy disks, harddisk partitions, CDs, DVDs, tape
 devices, where other tools like dd would fail due to I/O errors.
 .
 Safecopy uses an incremental algorithm to identify the exact beginning and
 end of bad areas, allowing the user to trade minimum accesses to bad areas
 for thorough data resurrection.
 .
 Multiple passes over the same file are possible, to first retrieve as much
 data from a device as possible with minimum harm, and then trying to retrieve
 some of the remaining data with increasingly aggressive read attempts.
 .
 Safecopy includes a low level I/O layer to read CDROM disks in raw mode,
 and issue device resets and other helpful low level operations on a number
 of other device classes.
 .
 Safecopy is useful in forensics investigations and disaster recovery.