1DAR_CP(1)                   General Commands Manual                  DAR_CP(1)
2
3
4

NAME

6       dar_cp - disk archive copy
7

SYNOPSIS

9       dar_cp <source file> <destination file>
10
11       dar_cp -h
12
13       dar_cp -V
14

DESCRIPTION

16       dar_cp is similar to the standard 'cp' command, except it does not stop
17       copying when an I/O error is met. Instead, it skips a bit  further  and
18       continues to copy the rest of the file, as much as possible.
19
20
21       dar_cp only accepts full filename (not directory) as argument. The rea‐
22       son of its existence in dar package is that you  need  it  if  you  use
23       Parchive  with  dar  and have a corruption on a CD-R or any other read-
24       only medium. You need to copy  the  corrupted  slice  on  a  read-write
25       filesystem,  for  Parchive  be able to repair it using slice associated
26       redundancy files.
27
28

OPTIONS

30       -h                  Displays help usage.
31
32       -V                  Displays version information.
33
34

EXIT CODES

36       dar_cp exists with the following codes:
37
38       0         upon normal execution (be some corrupted  parted  skipped  or
39                 not)
40
41       1         syntax error on command-line
42
43       2         could not open source or destination files
44
45       3         any other system error met during the copy
46
47       5         when some data could not be copied due to I/O error
48
49

SIGNALS

51       Any  signal sent to dar_cp will abort the program immediately, there is
52       no way to have a proper termination before the end of the process
53
54

SEE ALSO

56       dar(1), dar_xform(1), dar_manager(1), dar_slave(1)
57
58

KNOWN BUGS

60       None actually.
61
62

AUTHOR

64       http://dar.linux.free.fr/
65       Denis Corbin
66       France
67       Europe
68
69
70
713rd Berkeley Distribution       FEB 24th, 2007                       DAR_CP(1)
Impressum