1lpmove(8) Apple Inc. lpmove(8)
2
3
4
6 lpmove - move a job or all jobs to a new destination
7
9 lpmove [ -E ] [ -h server[:port] ] [ -U username ] job destination
10 lpmove [ -E ] [ -h server[:port] ] [ -U username ] source destination
11
13 lpmove moves the specified job or all jobs from source to destination.
14 job can be the job ID number or the old destination and job ID.
15
17 The lpmove command supports the following options:
18
19 -E Forces encryption when connecting to the server.
20
21 -U username
22 Specifies an alternate username.
23
24 -h server[:port]
25 Specifies an alternate server.
26
28 Move job 123 from "oldprinter" to "newprinter":
29
30 lpmove 123 newprinter
31
32 or
33
34 lpmove oldprinter-123 newprinter
35
36 Move all jobs from "oldprinter" to "newprinter":
37
38 lpmove oldprinter newprinter
39
41 cancel(1), lp(1), lpr(1), lprm(1),
42 CUPS Online Help (http://localhost:631/help)
43
45 Copyright © 2007-2017 by Apple Inc.
46
47
48
4926 May 2016 CUPS lpmove(8)