summaryrefslogtreecommitdiffstats
path: root/qacp.1
blob: 4fe27c2a5456c59a68452f23d0becbf69fb63b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)