43090ac961956fb3c6d91a661643d58c11e3f449
[awesomized/libmemcached] / docs / memcp.pod
1 =head1 NAME
2
3 memcp - Copies files to a collection of memcached servers
4
5 =head1 SYNOPSIS
6
7 memcp [options] file file <servers>
8
9 =head1 DESCRIPTION
10
11 memcp operates similar to the standard unix cp command. Files will be stored
12 in the collection of memcached servers specified. Key names will be based on
13 the name of the file (which does not include its directory path).
14
15 You can specify servers via the --servers option or memcat will use the
16 environmental variable MEMCACHED_SERVERS. If you specify neither of these
17 memcp will expect that the final value in the list passed to it is the name
18 of a server(s).
19
20 For a full list of its operations run the tool with the --help option.
21
22 =head1 HOME
23
24 To find out more information please check: http://tangent.org/552/libmemcached.html
25
26 =head1 AUTHOR
27
28 Brian Aker, brian@tangent.org
29
30 =head1 SEE ALSO
31
32 memcached(1) libmemcached(3)
33
34 =cut
35