]> git.ipfire.org Git - thirdparty/cups.git/blame - man/lpmove.man
More updates.
[thirdparty/cups.git] / man / lpmove.man
CommitLineData
ef416fc2 1.\"
e4e5666b 2.\" "$Id$"
ef416fc2 3.\"
6e12033b 4.\" lpmove man page for CUPS.
ef416fc2 5.\"
6e12033b
MS
6.\" Copyright 2007-2014 by Apple Inc.
7.\" Copyright 1997-2006 by Easy Software Products.
ef416fc2 8.\"
6e12033b
MS
9.\" These coded instructions, statements, and computer programs are the
10.\" property of Apple Inc. and are protected by Federal copyright
11.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12.\" which should have been included with this file. If this file is
13.\" file is missing or damaged, see the license at "http://www.cups.org/".
ef416fc2 14.\"
6e12033b 15.TH lpmove 8 "CUPS" "12 June 2014" "Apple Inc."
ef416fc2 16.SH NAME
fa73b229 17lpmove \- move a job or all jobs to a new destination
ef416fc2 18.SH SYNOPSIS
19.B lpmove
6e12033b
MS
20[
21.B \-E
22] [
23\fB\-h \fIserver\fR[\fB:\fIport\fR]
24] [
25.B \-U
fa73b229 26.I username
27]
6e12033b
MS
28.I job
29.I destination
fa73b229 30.br
31.B lpmove
6e12033b
MS
32[
33.B \-E
34] [
35\fB\-h \fIserver\fR[\fB:\fIport\fR]
36] [
37.B \-U
fa73b229 38.I username
39]
6e12033b
MS
40.I source
41.I destination
ef416fc2 42.SH DESCRIPTION
6e12033b 43\fBlpmove\fR moves the specified \fIjob\fR or all jobs from \fIsource\fR to \fIdestination\fR. \fIjob\fR can be the job ID number or the old destination and job ID.
fa73b229 44.SH OPTIONS
6e12033b 45The \fBlpmove\fR command supports the following options:
bd7854cb 46.TP 5
6e12033b 47.B \-E
bd7854cb 48Forces encryption when connecting to the server.
49.TP 5
6e12033b 50\fB\-U \fIusername\fR
bd7854cb 51Specifies an alternate username.
52.TP 5
6e12033b 53\fB\-h \fIserver\fR[\fB:\fIport\fR]
bd7854cb 54Specifies an alternate server.
6e12033b
MS
55.SH EXAMPLES
56Move job 123 from "oldprinter" to "newprinter":
57.nf
58
59 lpmove 123 newprinter
60
61 \fIor\fR
62
63 lpmove oldprinter-123 newprinter
64
65.fi
66Move all jobs from "oldprinter" to "newprinter":
67.nf
68
69 lpmove oldprinter newprinter
70.fi
ef416fc2 71.SH SEE ALSO
6e12033b
MS
72.BR cancel (1),
73.BR lp (1),
74.BR lpr (1),
75.BR lprm (1),
fa73b229 76.br
6e12033b 77CUPS Online Help (http://localhost:631/help)
ef416fc2 78.SH COPYRIGHT
6e12033b 79Copyright \[co] 2007-2014 by Apple Inc.
ef416fc2 80.\"
e4e5666b 81.\" End of "$Id$".
ef416fc2 82.\"