]>
Commit | Line | Data |
---|---|---|
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 | .\" |
6e12033b MS |
7 | .\" These coded instructions, statements, and computer programs are the |
8 | .\" property of Apple Inc. and are protected by Federal copyright | |
9 | .\" law. Distribution and use rights are outlined in the file "LICENSE.txt" | |
10 | .\" which should have been included with this file. If this file is | |
11 | .\" file is missing or damaged, see the license at "http://www.cups.org/". | |
ef416fc2 | 12 | .\" |
d58c2629 | 13 | .TH lpmove 8 "CUPS" "26 May 2016" "Apple Inc." |
ef416fc2 | 14 | .SH NAME |
fa73b229 | 15 | lpmove \- move a job or all jobs to a new destination |
ef416fc2 | 16 | .SH SYNOPSIS |
17 | .B lpmove | |
6e12033b MS |
18 | [ |
19 | .B \-E | |
20 | ] [ | |
21 | \fB\-h \fIserver\fR[\fB:\fIport\fR] | |
22 | ] [ | |
23 | .B \-U | |
fa73b229 | 24 | .I username |
25 | ] | |
6e12033b MS |
26 | .I job |
27 | .I destination | |
fa73b229 | 28 | .br |
29 | .B lpmove | |
6e12033b MS |
30 | [ |
31 | .B \-E | |
32 | ] [ | |
33 | \fB\-h \fIserver\fR[\fB:\fIport\fR] | |
34 | ] [ | |
35 | .B \-U | |
fa73b229 | 36 | .I username |
37 | ] | |
6e12033b MS |
38 | .I source |
39 | .I destination | |
ef416fc2 | 40 | .SH DESCRIPTION |
6e12033b | 41 | \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 | 42 | .SH OPTIONS |
6e12033b | 43 | The \fBlpmove\fR command supports the following options: |
bd7854cb | 44 | .TP 5 |
6e12033b | 45 | .B \-E |
bd7854cb | 46 | Forces encryption when connecting to the server. |
47 | .TP 5 | |
6e12033b | 48 | \fB\-U \fIusername\fR |
bd7854cb | 49 | Specifies an alternate username. |
50 | .TP 5 | |
6e12033b | 51 | \fB\-h \fIserver\fR[\fB:\fIport\fR] |
bd7854cb | 52 | Specifies an alternate server. |
6e12033b MS |
53 | .SH EXAMPLES |
54 | Move job 123 from "oldprinter" to "newprinter": | |
55 | .nf | |
56 | ||
57 | lpmove 123 newprinter | |
58 | ||
59 | \fIor\fR | |
60 | ||
61 | lpmove oldprinter-123 newprinter | |
62 | ||
63 | .fi | |
64 | Move all jobs from "oldprinter" to "newprinter": | |
65 | .nf | |
66 | ||
67 | lpmove oldprinter newprinter | |
68 | .fi | |
ef416fc2 | 69 | .SH SEE ALSO |
6e12033b MS |
70 | .BR cancel (1), |
71 | .BR lp (1), | |
72 | .BR lpr (1), | |
73 | .BR lprm (1), | |
fa73b229 | 74 | .br |
6e12033b | 75 | CUPS Online Help (http://localhost:631/help) |
ef416fc2 | 76 | .SH COPYRIGHT |
d58c2629 | 77 | Copyright \[co] 2007-2016 by Apple Inc. |