]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpmove.man
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / man / lpmove.man
CommitLineData
ef416fc2 1.\"
6e12033b 2.\" lpmove man page for CUPS.
ef416fc2 3.\"
d58c2629 4.\" Copyright 2007-2016 by Apple Inc.
6e12033b 5.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 6.\"
e3101897 7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
ef416fc2 8.\"
d58c2629 9.TH lpmove 8 "CUPS" "26 May 2016" "Apple Inc."
ef416fc2 10.SH NAME
fa73b229 11lpmove \- move a job or all jobs to a new destination
ef416fc2 12.SH SYNOPSIS
13.B lpmove
6e12033b
MS
14[
15.B \-E
16] [
17\fB\-h \fIserver\fR[\fB:\fIport\fR]
18] [
19.B \-U
fa73b229 20.I username
21]
6e12033b
MS
22.I job
23.I destination
fa73b229 24.br
25.B lpmove
6e12033b
MS
26[
27.B \-E
28] [
29\fB\-h \fIserver\fR[\fB:\fIport\fR]
30] [
31.B \-U
fa73b229 32.I username
33]
6e12033b
MS
34.I source
35.I destination
ef416fc2 36.SH DESCRIPTION
6e12033b 37\fBlpmove\fR moves the specified \fIjob\fR or all jobs from \fIsource\fR to \fIdestination\fR. \fIjob\fR can be the job ID number or the old destination and job ID.
fa73b229 38.SH OPTIONS
6e12033b 39The \fBlpmove\fR command supports the following options:
bd7854cb 40.TP 5
6e12033b 41.B \-E
bd7854cb 42Forces encryption when connecting to the server.
43.TP 5
6e12033b 44\fB\-U \fIusername\fR
bd7854cb 45Specifies an alternate username.
46.TP 5
6e12033b 47\fB\-h \fIserver\fR[\fB:\fIport\fR]
bd7854cb 48Specifies an alternate server.
6e12033b
MS
49.SH EXAMPLES
50Move job 123 from "oldprinter" to "newprinter":
51.nf
52
53 lpmove 123 newprinter
54
55 \fIor\fR
56
57 lpmove oldprinter-123 newprinter
58
59.fi
60Move all jobs from "oldprinter" to "newprinter":
61.nf
62
63 lpmove oldprinter newprinter
64.fi
ef416fc2 65.SH SEE ALSO
6e12033b
MS
66.BR cancel (1),
67.BR lp (1),
68.BR lpr (1),
69.BR lprm (1),
fa73b229 70.br
6e12033b 71CUPS Online Help (http://localhost:631/help)
ef416fc2 72.SH COPYRIGHT
bd5a2f28 73Copyright \[co] 2007-2017 by Apple Inc.