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