summaryrefslogtreecommitdiffstats
path: root/qacp.1
diff options
context:
space:
mode:
authorNate Straz <nstraz@redhat.com>2008-07-08 19:05:33 +0000
committerNathan Straz <nstraz@redhat.com>2008-09-23 09:37:47 -0400
commit21899d76b350709a06d9ebcb9cb50052e7ebe567 (patch)
tree2f9cd21fb181d3af6380a2fe110294c63668635a /qacp.1
parent48325c1f8280415f7f9373b78ec9e49cf7d22047 (diff)
downloadqarsh-21899d76b350709a06d9ebcb9cb50052e7ebe567.tar.gz
qarsh-21899d76b350709a06d9ebcb9cb50052e7ebe567.tar.xz
qarsh-21899d76b350709a06d9ebcb9cb50052e7ebe567.zip
Add man pages for all commands.
Diffstat (limited to 'qacp.1')
-rw-r--r--qacp.128
1 files changed, 28 insertions, 0 deletions
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)