1MEMCP(1) libmemcached MEMCP(1)
2
3
4
6 memcp - Copies files to a collection of memcached servers
7
9 memcp [options] file file <servers>
10
12 memcp copies one or more files into memcached(1) servers. It is
13 similar to the standard UNIX cp(1) command.
14
15 The key names will be the names of the files, without any directory
16 path part.
17
18 You can specify servers via the --servers option or via the environment
19 variable "MEMCACHED_SERVERS". If you specify neither of these, the
20 final value in the command line list is the name of a server(s).
21
22 For a full list of operations run the tool with the --help option.
23
25 To find out more information please check:
26 <http://tangent.org/552/libmemcached.html>
27
29 Brian Aker, <brian@tangent.org>
30
31 Mark Atwood, <mark@fallenpegasus.com>
32
34 memcached(1) libmemcached(3)
35
36
37
38 2009-05-20 MEMCP(1)