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