319e2f1590f634b00d10725310e4805d08c8e4ff
[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 B<memcp> copies one or more files into memcached(1) servers.
12 It is similar to the standard UNIX cp(1) command.
13
14 The key names will be the names of the files,
15 without any directory path part.
16
17 You can specify servers via the B<--servers> option or via the
18 environment variable C<MEMCACHED_SERVERS>. If you specify neither of
19 these, the final value in the command line list is the name of a
20 server(s).
21
22 For a full list of operations run the tool with the B<--help> option.
23
24 =head1 HOME
25
26 To find out more information please check:
27 L<http://tangent.org/552/libmemcached.html>
28
29 =head1 AUTHOR
30
31 Brian Aker, E<lt>brian@tangent.orgE<gt>
32
33 Mark Atwood, E<lt>mark@fallenpegasus.comE<gt>
34
35 =head1 SEE ALSO
36
37 memcached(1) libmemcached(3)
38
39 =cut
40