Merge in code for C++ compiling of libmemcached.
[awesomized/libmemcached] / docs / 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 :program: `memcp`
14
15 .. program:: memcp
16
17 .. option:: --help
18
19
20 -----------
21 DESCRIPTION
22 -----------
23
24
25 \ **memcp**\ copies one or more files into memcached(1) servers.
26 It is similar to the standard UNIX cp(1) command.
27
28 The key names will be the names of the files,
29 without any directory path.
30
31 You can specify servers via the \ **--servers**\ option or via the
32 environment variable \ ``MEMCACHED_SERVERS``\. If you do not specify either these, the final value in the command line list is the name of a
33 server(s).
34
35 For a full list of operations run the tool with the \ **--help**\ option.
36
37
38 ----
39 HOME
40 ----
41
42
43 To find out more information please check:
44 `http://libmemcached.org/ <http://libmemcached.org/>`_
45
46
47 ------
48 AUTHOR
49 ------
50
51
52 Brian Aker, <brian@tangent.org>
53
54 Mark Atwood, <mark@fallenpegasus.com>
55
56
57 --------
58 SEE ALSO
59 --------
60
61
62 memcached(1) libmemcached(3)
63