aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reflectub.1
blob: 8a818b0b5cc405809ea4aa68e418d40d481b82f9 (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
63
64
65
66
'\" t
.\"     Title: reflectub
.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 06/20/2021
.\"    Manual: \ \&
.\"    Source: \ \&
.\"  Language: English
.\"
.TH "REFLECTUB" "1" "06/20/2021" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
reflectub \- Mirror a user\*(Aqs GitHub repositories
.SH "SYNOPSIS"
.sp
\fIreflectub\fR [options] \-d DATABASE <github_username> <repository_path>
.SH "DESCRIPTION"
.sp
Mirror all of a user\(cqs GitHub repositories\&. This command can be run regularly to fetch updates and new repositories from GitHub\&. It\(cqs designed to support Git web hosting services like CGit\&.
.SH "OPTIONS"
.PP
\-\-cgitrc CGITRC_FILE
.RS 4
Specify the path to a
\fIcgitrc\fR
file that should be copied into each mirrored repository\&.
.RE
.PP
\-d,\-\-database DATABASE
.RS 4
Path to the SQLite database used by the program\&. This is a required argument\&.
.RE
.PP
\-\-skip\-larger\-than SIZE
.RS 4
Don\(cqt mirror repositories that are larger than
\fISIZE\fR\&. Specify units, as in \(oq1024K\(cq, \(oq50M\(cq\&.
.RE
.PP
\-h, \-\-help
.RS 4
Print usage help\&.
.RE
.PP
\-V, \-\-version
.RS 4
Print the program version\&.
.RE