.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)