blob: c542ea057dee80bc90f91b81cce67d3e5bc23e4f (
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
|
.TH ssync-queue 1 {RELEASE}
.SH NAME
ssync-queue \- generate ssync queue from local and remote indicies
.SH SYNOPSIS
.B ssync-queue
[option...]
.BI \-l " local_index"
.BI \-r " remote_index"
.BI \-o " queue_output"
.YS
.SH OPTIONS
.TP
.BI \-l " file"
Local index file generated by
.MR ssync-index 1
.TP
.BI \-r " file"
Remote index file generated by
.MR ssync-index 1
.TP
.BI \-o " file"
Queue output file.
.TP
.BR \-v " verbose logging"
.TP
.BR \-h " print this message"
.SH SEE ALSO
.MR ssync 1
.MR ssync 5
.MR ssync-index 1
.MR ssync-fetch 1
.SH REPOSITORY
.UR https://git.senders.io/utils/ssync.git
.UE
.SH AUTHORS
Steph Enders
.MT steph@senders.io
.ME
ssync-queue is open source licensed under the ISC license. See LICENSE.txt for full copyright information.
|