1lpmove(8) OpenPrinting lpmove(8)
2
3
4
6 lpmove - move a job or all jobs to a new destination
7
9 lpmove [ -h server[:port] ] [ -E ] [ -U username ] job destination
10 lpmove [ -h server[:port] ] [ -E ] [ -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. Note: This option must occur be‐
26 fore all others.
27
29 Move job 123 from "oldprinter" to "newprinter":
30
31 lpmove 123 newprinter
32
33 or
34
35 lpmove oldprinter-123 newprinter
36
37 Move all jobs from "oldprinter" to "newprinter":
38
39 lpmove oldprinter newprinter
40
42 cancel(1), lp(1), lpr(1), lprm(1),
43 CUPS Online Help (http://localhost:631/help)
44
46 Copyright © 2021-2022 by OpenPrinting.
47
48
49
502022-05-02 CUPS lpmove(8)