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