~ubuntu-branches/ubuntu/precise/pcopy/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-10-18 13:07:33 UTC
  • Revision ID: james.westby@ubuntu.com-20061018130733-op2plg9ab5ed1ghu
Tags: upstream-1.5
ImportĀ upstreamĀ versionĀ 1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                                Pcopy
 
2
 
 
3
        Copyright (c) 1997 Peter Eriksson <pen@lysator.liu.se>
 
4
 
 
5
 
 
6
Pcopy is a small program I wrote for doing disk-to-disk copies as
 
7
fast as possible, that can handle bad sectors in a graceful way,
 
8
and that also displays a progress counter while doing the copying.
 
9
 
 
10
(I got annoyed at using "dd" to copy large disk partitions, waiting
 
11
for hours hoping that it will finish, and that it won't abort due
 
12
to bad sectors...)
 
13
 
 
14
To use it on partitions larger than 4GB requires a C compiler
 
15
that understands "long long", and supports the llseek() call.
 
16
 
 
17
OR a 64bit kompiler and system.
 
18
 
 
19
 
 
20
It also requires a threads library, either Posix threads (pthreads)
 
21
or Unix International (UI) threads (also known as "Solaris" threads).
 
22
 
 
23
Pcopy is free software available under the GNU General Public License
 
24
(see the file "COPYING" for more information).
 
25
 
 
26
 
 
27
 
 
28
COMPILATION & INSTALLATION
 
29
 
 
30
Run the "configure" script, then "make" followed by "make install".
 
31
 
 
32
 
 
33
 
 
34
ORIGINATING SITE
 
35
 
 
36
Pcopy's main distribution site is:
 
37
 
 
38
        ftp://ftp.lysator.liu.se/pub/unix/pcopy
 
39
 
 
40
 
 
41
- Peter Eriksson <pen@lysator.liu.se>, 2 Jun 1997