]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-lpmove.html
Merge pull request #4825 from computersforpeace/upstart
[thirdparty/cups.git] / doc / help / man-lpmove.html
1 <!DOCTYPE HTML>
2 <html>
3 <!-- SECTION: Man Pages -->
4 <head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>lpmove(8)</title>
7 </head>
8 <body>
9 <h1 class="title">lpmove(8)</h1>
10 <h2 class="title"><a name="NAME">Name</a></h2>
11 lpmove - move a job or all jobs to a new destination
12 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13 <b>lpmove</b>
14 [
15 <b>-E</b>
16 ] [
17 <b>-h </b><i>server</i>[<b>:</b><i>port</i>]
18 ] [
19 <b>-U</b>
20 <i>username</i>
21 ]
22 <i>job</i>
23 <i>destination</i>
24 <br>
25 <b>lpmove</b>
26 [
27 <b>-E</b>
28 ] [
29 <b>-h </b><i>server</i>[<b>:</b><i>port</i>]
30 ] [
31 <b>-U</b>
32 <i>username</i>
33 ]
34 <i>source</i>
35 <i>destination</i>
36 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
37 <b>lpmove</b> moves the specified <i>job</i> or all jobs from <i>source</i> to <i>destination</i>. <i>job</i> can be the job ID number or the old destination and job ID.
38 <h2 class="title"><a name="OPTIONS">Options</a></h2>
39 The <b>lpmove</b> command supports the following options:
40 <dl class="man">
41 <dt><b>-E</b>
42 <dd style="margin-left: 5.0em">Forces encryption when connecting to the server.
43 <dt><b>-U </b><i>username</i>
44 <dd style="margin-left: 5.0em">Specifies an alternate username.
45 <dt><b>-h </b><i>server</i>[<b>:</b><i>port</i>]
46 <dd style="margin-left: 5.0em">Specifies an alternate server.
47 </dl>
48 <h2 class="title"><a name="EXAMPLES">Examples</a></h2>
49 Move job 123 from "oldprinter" to "newprinter":
50 <pre class="man">
51
52 lpmove 123 newprinter
53
54 <i>or</i>
55
56 lpmove oldprinter-123 newprinter
57
58 </pre>
59 Move all jobs from "oldprinter" to "newprinter":
60 <pre class="man">
61
62 lpmove oldprinter newprinter
63 </pre>
64 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
65 <a href="man-cancel.html?TOPIC=Man+Pages"><b>cancel</b>(1),</a>
66 <a href="man-lp.html?TOPIC=Man+Pages"><b>lp</b>(1),</a>
67 <a href="man-lpr.html?TOPIC=Man+Pages"><b>lpr</b>(1),</a>
68 <a href="man-lprm.html?TOPIC=Man+Pages"><b>lprm</b>(1),</a>
69 <br>
70 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
71 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
72 Copyright &copy; 2007-2016 by Apple Inc.
73
74 </body>
75 </html>