summaryrefslogtreecommitdiffstats
path: root/qacp.1
diff options
context:
space:
mode:
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)