From 21899d76b350709a06d9ebcb9cb50052e7ebe567 Mon Sep 17 00:00:00 2001 From: Nate Straz Date: Tue, 8 Jul 2008 19:05:33 +0000 Subject: Add man pages for all commands. --- qacp.1 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 qacp.1 (limited to 'qacp.1') diff --git a/qacp.1 b/qacp.1 new file mode 100644 index 0000000..4fe27c2 --- /dev/null +++ b/qacp.1 @@ -0,0 +1,28 @@ +.TH QACP 1 "8 July 2008" +.SH NAME +qacp \- Quality Assurance Remote Copy +.SH SYNOPSIS +\fBqacp\fR [-\fBq\fR] \fIlocalpath...\fR [\fIuser\fR@]\fIhost\fR:\fIremotepath\fR +.br +\fBqacp\fR [-\fBq\fR] [\fIuser\fR@]\fIhost\fR:\fIremotepath...\fR \fIlocalpath\fR +.SH DESCRIPTION +.B Qacp +copies files between the remote host and the local host using qarshd(8). +It provides the same lack of security and authentication as qarsh(1). + +.B Qacp +does not support recursive operations. For copying directory structures +we recommend piping tar through qarsh(1) or using rsync(1). +.SH OPTIONS +.TP +.B \-q +Don't print out each file name as files are copied. +.SH EXAMPLES +.TP +Copying files to a remote host. +# qacp /tmp/somefile root@testhost:/tmp +.TP +Copying directory structures +# rsync -r -e qarsh /tmp/testsuite root@testhost:/tmp +.SH "SEE ALSO" +scp(1), rsync(1), qarsh(1), qarshd(8), btimed(8), btimec(1) -- cgit