xref: /aosp_15_r20/external/libcups/doc/help/man-lpmove.html (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker<!DOCTYPE HTML>
2*5e7646d2SAndroid Build Coastguard Worker<html>
3*5e7646d2SAndroid Build Coastguard Worker<!-- SECTION: Man Pages -->
4*5e7646d2SAndroid Build Coastguard Worker<head>
5*5e7646d2SAndroid Build Coastguard Worker	<link rel="stylesheet" type="text/css" href="../cups-printable.css">
6*5e7646d2SAndroid Build Coastguard Worker	<title>lpmove(8)</title>
7*5e7646d2SAndroid Build Coastguard Worker</head>
8*5e7646d2SAndroid Build Coastguard Worker<body>
9*5e7646d2SAndroid Build Coastguard Worker<h1 class="title">lpmove(8)</h1>
10*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="NAME">Name</a></h2>
11*5e7646d2SAndroid Build Coastguard Workerlpmove - move a job or all jobs to a new destination
12*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
13*5e7646d2SAndroid Build Coastguard Worker<b>lpmove</b>
14*5e7646d2SAndroid Build Coastguard Worker[
15*5e7646d2SAndroid Build Coastguard Worker<b>-E</b>
16*5e7646d2SAndroid Build Coastguard Worker] [
17*5e7646d2SAndroid Build Coastguard Worker<b>-h </b><i>server</i>[<b>:</b><i>port</i>]
18*5e7646d2SAndroid Build Coastguard Worker] [
19*5e7646d2SAndroid Build Coastguard Worker<b>-U</b>
20*5e7646d2SAndroid Build Coastguard Worker<i>username</i>
21*5e7646d2SAndroid Build Coastguard Worker]
22*5e7646d2SAndroid Build Coastguard Worker<i>job</i>
23*5e7646d2SAndroid Build Coastguard Worker<i>destination</i>
24*5e7646d2SAndroid Build Coastguard Worker<br>
25*5e7646d2SAndroid Build Coastguard Worker<b>lpmove</b>
26*5e7646d2SAndroid Build Coastguard Worker[
27*5e7646d2SAndroid Build Coastguard Worker<b>-E</b>
28*5e7646d2SAndroid Build Coastguard Worker] [
29*5e7646d2SAndroid Build Coastguard Worker<b>-h </b><i>server</i>[<b>:</b><i>port</i>]
30*5e7646d2SAndroid Build Coastguard Worker] [
31*5e7646d2SAndroid Build Coastguard Worker<b>-U</b>
32*5e7646d2SAndroid Build Coastguard Worker<i>username</i>
33*5e7646d2SAndroid Build Coastguard Worker]
34*5e7646d2SAndroid Build Coastguard Worker<i>source</i>
35*5e7646d2SAndroid Build Coastguard Worker<i>destination</i>
36*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
37*5e7646d2SAndroid Build Coastguard Worker<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*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="OPTIONS">Options</a></h2>
39*5e7646d2SAndroid Build Coastguard WorkerThe <b>lpmove</b> command supports the following options:
40*5e7646d2SAndroid Build Coastguard Worker<dl class="man">
41*5e7646d2SAndroid Build Coastguard Worker<dt><b>-E</b>
42*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Forces encryption when connecting to the server.
43*5e7646d2SAndroid Build Coastguard Worker<dt><b>-U </b><i>username</i>
44*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies an alternate username.
45*5e7646d2SAndroid Build Coastguard Worker<dt><b>-h </b><i>server</i>[<b>:</b><i>port</i>]
46*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies an alternate server.
47*5e7646d2SAndroid Build Coastguard Worker</dl>
48*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="EXAMPLES">Examples</a></h2>
49*5e7646d2SAndroid Build Coastguard WorkerMove job 123 from "oldprinter" to "newprinter":
50*5e7646d2SAndroid Build Coastguard Worker<pre class="man">
51*5e7646d2SAndroid Build Coastguard Worker
52*5e7646d2SAndroid Build Coastguard Worker    lpmove 123 newprinter
53*5e7646d2SAndroid Build Coastguard Worker
54*5e7646d2SAndroid Build Coastguard Worker            <i>or</i>
55*5e7646d2SAndroid Build Coastguard Worker
56*5e7646d2SAndroid Build Coastguard Worker    lpmove oldprinter-123 newprinter
57*5e7646d2SAndroid Build Coastguard Worker
58*5e7646d2SAndroid Build Coastguard Worker</pre>
59*5e7646d2SAndroid Build Coastguard WorkerMove all jobs from "oldprinter" to "newprinter":
60*5e7646d2SAndroid Build Coastguard Worker<pre class="man">
61*5e7646d2SAndroid Build Coastguard Worker
62*5e7646d2SAndroid Build Coastguard Worker    lpmove oldprinter newprinter
63*5e7646d2SAndroid Build Coastguard Worker</pre>
64*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
65*5e7646d2SAndroid Build Coastguard Worker<b>cancel</b>(1),
66*5e7646d2SAndroid Build Coastguard Worker<b>lp</b>(1),
67*5e7646d2SAndroid Build Coastguard Worker<b>lpr</b>(1),
68*5e7646d2SAndroid Build Coastguard Worker<b>lprm</b>(1),
69*5e7646d2SAndroid Build Coastguard Worker<br>
70*5e7646d2SAndroid Build Coastguard WorkerCUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
71*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
72*5e7646d2SAndroid Build Coastguard WorkerCopyright &copy; 2007-2019 by Apple Inc.
73*5e7646d2SAndroid Build Coastguard Worker
74*5e7646d2SAndroid Build Coastguard Worker</body>
75*5e7646d2SAndroid Build Coastguard Worker</html>
76