docs: sanitize
[m6w6/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 --------
52 SEE ALSO
53 --------
54
55 .. only:: man
56
57 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
58