Merge in docs.
[m6w6/libmemcached] / docs / memcp.rst
1 .. highlight:: perl
2
3
4 memcp
5 *****
6
7
8 Copies files to a collection of memcached servers
9
10
11 ********
12 SYNOPSIS
13 ********
14
15
16
17 .. code-block:: perl
18
19 memcp [options] file file <servers>
20
21
22
23 ***********
24 DESCRIPTION
25 ***********
26
27
28 \ **memcp**\ copies one or more files into memcached(1) servers.
29 It is similar to the standard UNIX cp(1) command.
30
31 The key names will be the names of the files,
32 without any directory path part.
33
34 You can specify servers via the \ **--servers**\ option or via the
35 environment variable \ ``MEMCACHED_SERVERS``\ . If you specify neither of
36 these, the final value in the command line list is the name of a
37 server(s).
38
39 For a full list of operations run the tool with the \ **--help**\ option.
40
41
42 ****
43 HOME
44 ****
45
46
47 To find out more information please check:
48 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
49
50
51 ******
52 AUTHOR
53 ******
54
55
56 Brian Aker, <brian@tangent.org>
57
58 Mark Atwood, <mark@fallenpegasus.com>
59
60
61 ********
62 SEE ALSO
63 ********
64
65
66 memcached(1) libmemcached(3)
67