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