2022-05-13 20:08:20 +08:00
. \"
. \" lpmove man page for CUPS.
. \"
2023-01-12 15:27:08 +08:00
. \" Copyright © 2021-2022 by OpenPrinting.
2022-05-13 20:08:20 +08:00
. \" Copyright © 2007-2019 by Apple Inc.
. \" Copyright © 1997-2006 by Easy Software Products.
. \"
. \" Licensed under Apache License v2.0. See the file "LICENSE" for more
. \" information.
. \"
2023-01-12 15:27:08 +08:00
.TH lpmove 8 "CUPS" "2022-05-02" "OpenPrinting"
2022-05-13 20:08:20 +08:00
.SH NAME
lpmove \- move a job or all jobs to a new destination
.SH SYNOPSIS
.B lpmove
[
\fB \- h \fI server\fR [\fB :\fI port\fR ]
] [
2023-01-12 15:27:08 +08:00
.B \- E
] [
2022-05-13 20:08:20 +08:00
.B \- U
.I username
]
.I job
.I destination
.br
.B lpmove
[
\fB \- h \fI server\fR [\fB :\fI port\fR ]
] [
2023-01-12 15:27:08 +08:00
.B \- E
] [
2022-05-13 20:08:20 +08:00
.B \- U
.I username
]
.I source
.I destination
.SH DESCRIPTION
\fB lpmove\fR moves the specified \fI job\fR or all jobs from \fI source\fR to \fI destination\fR . \fI job\fR can be the job ID number or the old destination and job ID.
.SH OPTIONS
The \fB lpmove\fR command supports the following options:
.TP 5
.B \- E
Forces encryption when connecting to the server.
.TP 5
\fB \- U \fI username\fR
Specifies an alternate username.
.TP 5
\fB \- h \fI server\fR [\fB :\fI port\fR ]
Specifies an alternate server.
2023-01-12 15:27:08 +08:00
Note: This option must occur before all others.
2022-05-13 20:08:20 +08:00
.SH EXAMPLES
Move job 123 from "oldprinter" to "newprinter":
.nf
lpmove 123 newprinter
\fI or\fR
lpmove oldprinter-123 newprinter
.fi
Move all jobs from "oldprinter" to "newprinter":
.nf
lpmove oldprinter newprinter
.fi
.SH SEE ALSO
.BR cancel (1),
.BR lp (1),
.BR lpr (1),
.BR lprm (1),
.br
CUPS Online Help (http://localhost:631/help)
.SH COPYRIGHT
2023-01-12 15:27:08 +08:00
Copyright \[ co] 2021-2022 by OpenPrinting.