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> 11lpmove - 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> 39The <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> 49Move 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> 59Move 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<b>cancel</b>(1), 66<b>lp</b>(1), 67<b>lpr</b>(1), 68<b>lprm</b>(1), 69<br> 70CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>) 71<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2> 72Copyright © 2007-2019 by Apple Inc. 73 74</body> 75</html> 76