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