aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-archiver/lumina-archiver.1
blob: 3ddbe2bcde48ef898a88366f686792e5a480813a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.Dd November 2, 2017
.Dt LUMINA-ARCHIVER 1
.Os 1.3.3

.Sh NAME
.Nm lumina-archiver
.Nd a graphical front-end to tar.
Manages and creates archives.

.Sh SYNOPSIS
.Nm
.Op Fl -burn-img Ar FILE
.Op Fl -ax  Ar FILE
.Op Fl -aa Ar NEW_ARCHIVE Ar FILES
.Op Fl -sx Ar ARCHIVE Ar EXTRACT_PATH

.Sh DESCRIPTION
.Nm
is a graphical front end to the tar utility.
.Nm
includes limited support for copying USB images to a USB device.
This uses the dd utility.
.Nm
requires two runtime utilities: tar and dd.
The tar utility is used for the backend archive control system.
The dd utility is used to copy an image file ("*.img") to a USB device.
.Pp
Arguments for
.Nm
include:
.Bl -tag -width indent
.It Ic --burn-img
This launches the burn dialog when lumina-archiver loads.
.It Ic --ax
This auto-extracts a file into a new directory with the same name as
the given file.
.It Ic --aa
Auto extracts files into a new archive the user designates.
.It Ic --sx
Designate an archive and path to place extracted files.
.El

.Sh EXAMPLES
.Pp
.Dl % lumina-archiver --burn-img ./TrueOS-2017-07-05-x64-USB.img
Opens the burn dialog for TrueOS-2017-07-05-x64-USB.img.
.Pp
.Dl % lumina-archiver --ax ./lumina-master.zip
Auto-extracts lumina-master.zip into a directory called lumina-master.

.Sh FILES
.Bl -tag -width indent
.It Pa /usr/local/bin/lumina-archiver
.El

.Sh SEE ALSO
.Xr dd(1),
.Xr tar(1)

.Sh AUTHORS
.An Aaron St. John and Tim Moore
.Aq aaron@ixsystems.com
bgstack15