Merge in updates (including removal of some depcrated bits from the examples).
[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 part.
30
31 You can specify servers via the \ **--servers**\ option or via the
32 environment variable \ ``MEMCACHED_SERVERS``\ . If you specify neither of
33 these, the final value in the command line list is the name of a
34 server(s).
35
36 For a full list of operations run the tool with the \ **--help**\ option.
37
38
39 ----
40 HOME
41 ----
42
43
44 To find out more information please check:
45 `http://libmemcached.org/ <http://libmemcached.org/>`_
46
47
48 ------
49 AUTHOR
50 ------
51
52
53 Brian Aker, <brian@tangent.org>
54
55 Mark Atwood, <mark@fallenpegasus.com>
56
57
58 --------
59 SEE ALSO
60 --------
61
62
63 memcached(1) libmemcached(3)
64