1DAR_SLAVE(1) General Commands Manual DAR_SLAVE(1)
2
3
4
6 dar_slave - disk archive slave
7
9 dar_slave [options] [<path>/]source
10
11 dar_slave -h
12
13 dar_slave -V
14
16 dar_slave reads an archive and listens for dar orders on standard
17 input, sending asked parts of the archive on standard output.
18
19 Source is the basename of the archive to read. By default, dar_slave
20 uses standard input and output to communicate with a dar process, which
21 may be running on the local host or on a remote host. It is possible to
22 change the behavior of dar_slave to use named pipe instead of standard
23 input and output
24
25
27 -h Displays help usage.
28
29 -V Displays version information.
30
31 -i <filename> reads the orders from the named file instead of
32 standard input. In most cases the filename will be
33 a named pipe.
34
35 -o <filename> sends the data to the named file <filename> instead
36 of standard output. In most cases the filename will
37 be a named pipe.
38
39 -E <string> string is a command to be launched between slices.
40 See dar(1) man page (same option) for more informa‐
41 tions.
42
43 -Q Do not display any message on stderr when not
44 launched from a terminal (for example when launched
45 from an at job or crontab). Remains that any ques‐
46 tion to the user will be assumed a 'no' answer,
47 which most of the time will abort the program.
48
49 -j when virtual memory is exhausted, as user to make
50 room before trying to continue. By default, when
51 memory is exhausted dar aborts.
52
53
55 dar_slaves exists with the same codes as dar does, see dar(1) man page.
56
57
59 Any signal sent to dar_slave will abort the program immediately, there
60 is no way to have a proper termination before the end of the process
61
62
64 dar(1), dar_xform(1), dar_manager(1), dar_cp(1)
65
66
68 None actually.
69
70
72 http://dar.linux.free.fr/
73 Denis Corbin
74 France
75 Europe
76
77
78
793rd Berkeley Distribution JAN 8, 2006 DAR_SLAVE(1)