]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-lpmove.html
Save work.
[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 [ -E ] [ -h
15 <i>server[:port]</i>
16 ] [ -U
17 <i>username</i>
18 ]
19 <i>job</i><i>destination</i>
20 <br>
21 <b>lpmove</b>
22 [ -E ] [ -h
23 <i>server[:port]</i>
24 ] [ -U
25 <i>username</i>
26 ]
27 <i>source</i><i>destination</i>
28 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
29 <b>lpmove</b> moves the specified <i>job</i> or all jobs from
30 <i>source</i> to <i>destination</i>. <i>job</i> can be the job ID
31 number or the old destination and job ID:
32 <br>
33 <pre class="man">
34
35 lpmove 123 newprinter
36 lpmove oldprinter-123 newprinter
37 </pre>
38 <h2 class="title"><a name="OPTIONS">Options</a></h2>
39 The <i>lpmove</i> command supports the following options:
40 <dl class="man">
41 <dt>-E
42 <dd style="margin-left: 5.0em"><br>
43 Forces encryption when connecting to the server.
44 <dt>-U username
45 <dd style="margin-left: 5.0em"><br>
46 Specifies an alternate username.
47 <dt>-h server[:port]
48 <dd style="margin-left: 5.0em"><br>
49 Specifies an alternate server.
50 </dl>
51 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
52 <i>cancel(1)</i>, <i>lp(1)</i>,
53 <br>
54 <a href="http://localhost:631/help">http://localhost:631/help</a>
55 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
56 Copyright 2007-2013 by Apple Inc.
57
58 </body>
59 </html>