docs: ws
[awesomized/libmemcached] / docs / source / bin / memcp.rst
1 =============================
2 memcp - Copy data to a server
3 =============================
4
5 Copies files to a collection of memcached servers
6
7 SYNOPSIS
8 --------
9
10 memcp [options] [file] [server]
11
12 .. program:: memcp
13
14 DESCRIPTION
15 -----------
16
17 :program:`memcp` copies one or more files into memcached(1) servers.
18 It is similar to the standard UNIX cp(1) command.
19
20 The key names will be the names of the files,
21 without any directory path.
22
23 OPTIONS
24 -------
25
26 You can specify servers via the option:
27
28 .. option:: --servers
29
30 or via the environment variable:
31
32 .. envvar:: `MEMCACHED_SERVERS`
33
34 If you do not specify either these, the final value in the command line list is the name of a server(s).
35
36 For a full list of operations run the tool with the option:
37
38 .. option:: --help
39
40 SEE ALSO
41 --------
42
43 .. only:: man
44
45 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
46