]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/help/man-lpmove.html
Merge pull request #1312 from weblate/weblate-cups-cups
[thirdparty/cups.git] / doc / help / man-lpmove.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="creator" content="mantohtml v2.0.2">
5 <title>lpmove(8)</title>
6 </head>
7 <body>
8 <h1 id="lpmove-8">lpmove(8)</h1>
9 <h2 id="lpmove-8.name">Name</h2>
10 <p>lpmove - move a job or all jobs to a new destination
11 </p>
12 <h2 id="lpmove-8.synopsis">Synopsis</h2>
13 <p><strong>lpmove</strong>
14 [
15 <strong>-h </strong><em>server</em>[<strong>:</strong><em>port</em>]
16 ] [
17 <strong>-E</strong>
18 ] [
19 <strong>-U</strong>
20 <em>username</em>
21 ]
22 <em>job</em>
23 <em>destination</em>
24 <br>
25 <strong>lpmove</strong>
26 [
27 <strong>-h </strong><em>server</em>[<strong>:</strong><em>port</em>]
28 ] [
29 <strong>-E</strong>
30 ] [
31 <strong>-U</strong>
32 <em>username</em>
33 ]
34 <em>source</em>
35 <em>destination</em>
36 </p>
37 <h2 id="lpmove-8.description">Description</h2>
38 <p><strong>lpmove</strong> moves the specified <em>job</em> or all jobs from <em>source</em> to <em>destination</em>. <em>job</em> can be the job ID number or the old destination and job ID.
39 </p>
40 <h2 id="lpmove-8.options">Options</h2>
41 <p>The <strong>lpmove</strong> command supports the following options:
42 </p>
43 <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-E</strong><br>
44 Forces encryption when connecting to the server.
45 </p>
46 <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-U </strong><em>username</em><br>
47 Specifies an alternate username.
48 </p>
49 <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>-h </strong><em>server</em>[<strong>:</strong><em>port</em>]<br>
50 Specifies an alternate server.
51 Note: This option must occur before all others.
52 </p>
53 <h2 id="lpmove-8.examples">Examples</h2>
54 <p>Move job 123 from &quot;oldprinter&quot; to &quot;newprinter&quot;:
55 </p>
56 <pre>
57 lpmove 123 newprinter
58
59 <em>or</em>
60
61 lpmove oldprinter-123 newprinter
62
63 </pre>
64 <p>Move all jobs from &quot;oldprinter&quot; to &quot;newprinter&quot;:
65 </p>
66 <pre>
67 lpmove oldprinter newprinter
68 </pre>
69 <h2 id="lpmove-8.see-also">See Also</h2>
70 <a href="cancel.html"><p><strong>cancel</strong>(1),</a>
71
72 <a href="lp.html"><strong>lp</strong>(1),</a>
73
74 <a href="lpr.html"><strong>lpr</strong>(1),</a>
75
76 <a href="lprm.html"><strong>lprm</strong>(1),</a>
77
78 <br>
79 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
80 </p>
81 <h2 id="lpmove-8.copyright">Copyright</h2>
82 <p>Copyright &copy; 2020-2024 by OpenPrinting.
83 </body>
84 </html>