.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "KDB\-CP" "1" "2015-11-19" "" "" . .SH "NAME" \fBkdb\-cp\fR \- Copy keys within the key database . .SH "SYNOPSIS" \fBkdb cp \fR . .SH "DESCRIPTION" This command copies key(s) in the Key database\. . .br You can copy keys to another directory within the database or even below another key\. . .br Note that you can\'t copy a key below itself\. . .P Where \fBsource\fR is the path of the key(s) you want to copy and \fBdest\fR is the path where you would like to copy the key(s) to\. . .br Note that when using the \fB\-r\fR flag, \fBsource\fR as well as all of the keys below it will be copied\. . .SH "OPTIONS" . .TP \fB\-H\fR, \fB\-\-help\fR Show the man page\. . .TP \fB\-V\fR, \fB\-\-version\fR Print version info\. . .TP \fB\-r\fR, \fB\-\-recursive\fR Recursively copy keys\. . .TP \fB\-v\fR, \fB\-\-verbose\fR Explain what is happening\. . .SH "EXAMPLES" To copy a multiple keys: . .br \fBkdb cp \-r user/example1 user/example2\fR . .P To copy a single key: . .br \fBkdb cp user/example/key1 user/example/key2\fR . .P To copy keys below an existing key: . .br \fBkdb cp \-r user/example user/example/key1\fR . .br Note that in this example, all keys in the example directory will be copied below \fBkey1\fR EXCEPT \fBkey1\fR\.