File: reprozip.1

package info (click to toggle)
reprozip 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: ansic: 2,801; python: 2,733; sh: 20; makefile: 11
file content (60 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download | duplicates (4)
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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
.TH REPROZIP "1" "September 2020" "reprozip 1.0.16" "User Commands"
.SH NAME
reprozip \- tool for reproducing scientific experiments (packer)
.SH DESCRIPTION
usage: reprozip [\-h] [\-\-version] [\-d DIR] [\-\-dont\-identify\-packages]
.IP
[\-\-dont\-find\-inputs\-outputs] [\-v]
\&...
.PP
reprozip is the ReproZip component responsible for tracing and packing the
execution of an experiment
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-version\fR
show program's version number and exit
.TP
\fB\-d\fR DIR, \fB\-\-dir\fR DIR
where to store database and configuration file
(default: ./.reprozip\-trace)
.TP
\fB\-\-dont\-identify\-packages\fR
do not try identify which package each file comes from
.TP
\fB\-\-dont\-find\-inputs\-outputs\fR
do not try to identify input and output files
.TP
\fB\-v\fR, \fB\-\-verbose\fR
augments verbosity level
.PP
commands:
.TP
usage_report
Enables or disables anonymous usage reports
.TP
trace
Runs the program and writes out database and
configuration file
.TP
testrun
Runs the program and writes out the database contents
.TP
reset
Resets the configuration file
.TP
pack
Packs the experiment according to the current
configuration
.TP
combine
Combine multiple traces into one (possibly as
subsequent runs)
.PP
Please report issues to reprozip\-users@vgc.poly.edu
.SH AUTHOR
 This manpage was written by Nilesh Patra for the Debian distribution and
 can be used for any other usage of the program.