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