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