.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "MEMCP" "1" "Feb 01, 2024" "1.1" "libmemcached-awesome" .SH NAME memcp \- libmemcached Documentation .SH SYNOPSIS .sp memcp [options] \-\-servers .sp Copy files to a collection of memcached servers. .SH DESCRIPTION .sp \fBmemcp\fP copies one or more files into \fBmemcached(1)\fP servers. It is similar to the standard UNIX \fBcp(1)\fP command. .sp The key names will be the names of the files, without any directory path. .SH OPTIONS .INDENT 0.0 .TP .B \-h|\-\-help Display help. .UNINDENT .INDENT 0.0 .TP .B \-V|\-\-version Display version. .UNINDENT .INDENT 0.0 .TP .B \-q|\-\-quiet Operate quietly. .UNINDENT .INDENT 0.0 .TP .B \-v|\-\-verbose Operate more verbosely. .UNINDENT .INDENT 0.0 .TP .B \-d|\-\-debug See \fI\%\-v|\-\-verbose\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-e|\-\-expire Use \fIexpiration\fP seconds (or a UNIX timestamp). .UNINDENT .INDENT 0.0 .TP .B \-H|\-\-hash Use \fIalgorithm\fP as key hash algo. See \fI\%memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-s|\-\-servers Specify the list of servers as \fIhostname[:port][,hostname[:port]...]\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-n|\-\-non\-blocking Enable non\-blocking operations. .UNINDENT .INDENT 0.0 .TP .B \-N|\-\-tcp\-nodelay Disable Nagle\(aqs algorithm. .UNINDENT .INDENT 0.0 .TP .B \-b|\-\-binary Enable binary protocol. .UNINDENT .INDENT 0.0 .TP .B \-B|\-\-buffer Buffer requests. .UNINDENT .INDENT 0.0 .TP .B \-u|\-\-username Use \fIusername\fP for SASL authentication. .UNINDENT .INDENT 0.0 .TP .B \-p|\-\-password Use \fIpassword\fP for SASL authentication. .UNINDENT .INDENT 0.0 .TP .B \-F|\-\-flags Use \fInumber\fP as key\(aqs flags. .UNINDENT .INDENT 0.0 .TP .B \-U|\-\-udp Enable UDP operation mode. .UNINDENT .INDENT 0.0 .TP .B \-S|\-\-set Issue \fISET\fP command(s). This is the default mode. See also \fI\%\-A|\-\-add\fP and \fI\%\-R|\-\-replace\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-A|\-\-add Issue \fIADD\fP command(s). .UNINDENT .INDENT 0.0 .TP .B \-R|\-\-replace Issue \fIREPLACE\fP command(s). .UNINDENT .INDENT 0.0 .TP .B \-.|\-\-basename Use basename of path as key (default). .UNINDENT .INDENT 0.0 .TP .B \-+|\-\-relative Use relative path (as passed), instead of basename only. .UNINDENT .INDENT 0.0 .TP .B \-/|\-\-absolute Use absolute path (real path), instead of basename only. .UNINDENT .SH ENVIRONMENT .INDENT 0.0 .TP .B MEMCACHED_SERVERS Specify a list of servers. .UNINDENT .SH NOTES .SS PROGRAM PREFIX .sp The prefix of this program is variable, i.e. it can be configured at build time. .sp Usually the client programs of \fBlibmemcached\-awesome\fP are prefixed with \fBmem\fP, like \fBmemcat\fP or \fBmemcp\fP\&. .sp It can be configured, though, to replace the prefix with something else like \fBmc\fP, in case of that, the client programs of \fBlibmemcached\-awesome\fP would be called \fBmccat\fP, \fBmccp\fP, etc. respectively. .SH SEE ALSO .sp \fBmemcached(1)\fP \fBlibmemcached(3)\fP \fBmemcached_behavior(3)\fP .\" Generated by docutils manpage writer. .