1PACOBALL(8) System PACOBALL(8)
2
3
4
6 pacoball - Binary package support for paco(8).
7
9 pacoball [-bgftv] [-d DIR] [-1..9] [-a|<packages>]
10 pacoball -e [-ltv] [-C DIR] <pacoballs>
11
13 By default, pacoball may be given one or more package names as argu‐
14 ments, and for each of those packages it creates a binary tarball
15 (.tar.bz2 or .tar.gz) containing all the currently installed files. For
16 this to work the input packages have to be registered in the paco data‐
17 base.
18 Leading slashes ('/') are stripped from the paths of the files in the
19 tarballs.
20
21 With option -e, pacoball admits one or more previously created tarballs
22 ("pacoballs") as arguments, and installs them into the system, option‐
23 ally logging the installation with paco.
24
25 Mandatory arguments to long options are mandatory for short options
26 too.
27
29 -t, --test
30 Test compressed file integrity.
31
32 -h, --help
33 Show usage information and exit.
34
35 -v, --verbose
36 Verbose output.
37
38 -V, --version
39 Display version information and exit.
40
42 -a, --all
43 Create a pacoball for each package logged in the paco database.
44
45 -d, --directory=DIR
46 Create the pacoballs in directory DIR (default is '.').
47
48 -b, --bzip2
49 Compress with bzip2 (this is the default).
50
51 -g, --gzip
52 Compress with gzip.
53
54 -# Set the compression level (speed/quality balance). '#' is a num‐
55 ber between 1 (faster compression) and 9 (best compression).
56
57 --fast An alias for -1.
58
59 --best An alias for -9.
60
61 -f, --force
62 Force overwrite of existing output files.
63
65 -e, --extract
66 Extract (install) the given <pacoballs>, in directory '/' by
67 default.
68
69 -l, --log
70 Log the file extraction with paco(8), retrieving the appropiate
71 package name from the name of the pacoball.
72
73 -C, --root=DIR
74 Extract the files into directory DIR (as the -C option in tar).
75
77 /etc/pacorc - paco configuration file
78 /var/log/paco - default paco log directory
79
81 The latest version of pacoball should be always available at:
82 http://paco.sourceforge.net
83
85 Copyright (C) 2004-2009 David Rosal <davidrr@sourceforge.net>
86 This is free software; see the source for copying conditions. There is
87 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
88 PURPOSE.
89
91 paco(8), pacorc(5), superpaco(8), rpm2paco(8)
92
93
94
95paco-2.0.9 28 June 2010 PACOBALL(8)