gui, man, authors: Update docs, translations, and contributors
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "STDISCOSRV" "1" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "STDISCOSRV" "1" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
stdiscosrv \- Syncthing Discovery Server
|
stdiscosrv \- Syncthing Discovery Server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
+13
-13
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "STRELAYSRV" "1" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "STRELAYSRV" "1" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
strelaysrv \- Syncthing Relay Server
|
strelaysrv \- Syncthing Relay Server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -50,7 +50,7 @@ strelaysrv [\-debug] [\-ext\-address=<address>] [\-global\-rate=<bytes/s>] [\-ke
|
|||||||
Syncthing relies on a network of community\-contributed relay servers. Anyone
|
Syncthing relies on a network of community\-contributed relay servers. Anyone
|
||||||
can run a relay server, and it will automatically join the relay pool and be
|
can run a relay server, and it will automatically join the relay pool and be
|
||||||
available to Syncthing users. The current list of relays can be found at
|
available to Syncthing users. The current list of relays can be found at
|
||||||
\fI\%http://relays.syncthing.net/\fP\&.
|
\fI\%https://relays.syncthing.net/\fP\&.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
@@ -127,7 +127,7 @@ How often pings are sent (default 1m0s).
|
|||||||
.TP
|
.TP
|
||||||
.B \-pools=<pool addresses>
|
.B \-pools=<pool addresses>
|
||||||
Comma separated list of relay pool addresses to join (default
|
Comma separated list of relay pool addresses to join (default
|
||||||
“\fI\%http://relays.syncthing.net/endpoint\fP”). Blank to disable announcement to
|
“\fI\%https://relays.syncthing.net/endpoint\fP”). Blank to disable announcement to
|
||||||
a pool, thereby remaining a private relay.
|
a pool, thereby remaining a private relay.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
@@ -150,9 +150,9 @@ Status service is used by the relay pool server UI for displaying stats (data tr
|
|||||||
.sp
|
.sp
|
||||||
Go to \fI\%releases\fP <\fBhttps://github.com/syncthing/relaysrv/releases\fP> and
|
Go to \fI\%releases\fP <\fBhttps://github.com/syncthing/relaysrv/releases\fP> and
|
||||||
download the file appropriate for your operating system. Unpacking it will
|
download the file appropriate for your operating system. Unpacking it will
|
||||||
yield a binary called \fBrelaysrv\fP (or \fBrelaysrv.exe\fP on Windows).
|
yield a binary called \fBstrelaysrv\fP (or \fBstrelaysrv.exe\fP on Windows).
|
||||||
Start this in whatever way you are most comfortable with; double clicking
|
Start this in whatever way you are most comfortable with; double clicking
|
||||||
should work in any graphical environment. At first start, relaysrv will
|
should work in any graphical environment. At first start, strelaysrv will
|
||||||
generate certificate files and database in the current directory unless
|
generate certificate files and database in the current directory unless
|
||||||
given flags to the contrary. It will also join the default pools of relays,
|
given flags to the contrary. It will also join the default pools of relays,
|
||||||
which means that it is publicly visible and any client can connect to it.
|
which means that it is publicly visible and any client can connect to it.
|
||||||
@@ -176,16 +176,16 @@ system:
|
|||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
.ft C
|
.ft C
|
||||||
$ sudo useradd relaysrv
|
$ sudo useradd strelaysrv
|
||||||
$ sudo mkdir /etc/relaysrv
|
$ sudo mkdir /etc/strelaysrv
|
||||||
$ sudo chown relaysrv /etc/relaysrv
|
$ sudo chown strelaysrv /etc/strelaysrv
|
||||||
$ sudo \-u relaysrv /usr/local/bin/relaysrv \-keys /etc/relaysrv
|
$ sudo \-u strelaysrv /usr/local/bin/strelaysrv \-keys /etc/strelaysrv
|
||||||
.ft P
|
.ft P
|
||||||
.fi
|
.fi
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.sp
|
.sp
|
||||||
This creates a user \fBrelaysrv\fP and a directory \fB/etc/relaysrv\fP to store
|
This creates a user \fBstrelaysrv\fP and a directory \fB/etc/strelaysrv\fP to store
|
||||||
the keys. The keys are generated on first startup. The relay will join the
|
the keys. The keys are generated on first startup. The relay will join the
|
||||||
global relay pool, unless a \fB\-pools=""\fP argument is given.
|
global relay pool, unless a \fB\-pools=""\fP argument is given.
|
||||||
.sp
|
.sp
|
||||||
@@ -247,8 +247,8 @@ COMMIT
|
|||||||
.UNINDENT
|
.UNINDENT
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.sp
|
.sp
|
||||||
You will need to start \fBrelaysrv\fP with \fB\-ext\-address ":443"\fP\&. This tells
|
You will need to start \fBstrelaysrv\fP with \fB\-ext\-address ":443"\fP\&. This tells
|
||||||
\fBrelaysrv\fP that it can be contacted on port 443, even though it is listening
|
\fBstrelaysrv\fP that it can be contacted on port 443, even though it is listening
|
||||||
on port 22067. You will also need to let both port 443 and 22067 through your
|
on port 22067. You will also need to let both port 443 and 22067 through your
|
||||||
firewall.
|
firewall.
|
||||||
.sp
|
.sp
|
||||||
@@ -257,7 +257,7 @@ although your mileage may vary.
|
|||||||
.SH FIREWALL CONSIDERATIONS
|
.SH FIREWALL CONSIDERATIONS
|
||||||
.sp
|
.sp
|
||||||
The relay server listens on two ports by default. One for data connections and the other
|
The relay server listens on two ports by default. One for data connections and the other
|
||||||
for providing public statistics at \fI\%http://relays.syncthing.net/\fP\&. The firewall, such as
|
for providing public statistics at \fI\%https://relays.syncthing.net/\fP\&. The firewall, such as
|
||||||
\fBiptables\fP, must permit incoming TCP connections to the following ports:
|
\fBiptables\fP, must permit incoming TCP connections to the following ports:
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-BEP" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-BEP" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-bep \- Block Exchange Protocol v1
|
syncthing-bep \- Block Exchange Protocol v1
|
||||||
.SH INTRODUCTION AND DEFINITIONS
|
.SH INTRODUCTION AND DEFINITIONS
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-CONFIG" "5" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-CONFIG" "5" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-config \- Syncthing Configuration
|
syncthing-config \- Syncthing Configuration
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-DEVICE-IDS" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-DEVICE-IDS" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-device-ids \- Understanding Device IDs
|
syncthing-device-ids \- Understanding Device IDs
|
||||||
.sp
|
.sp
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-EVENT-API" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-EVENT-API" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-event-api \- Event API
|
syncthing-event-api \- Event API
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|||||||
+1
-1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-FAQ" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-FAQ" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-faq \- Frequently Asked Questions
|
syncthing-faq \- Frequently Asked Questions
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-GLOBALDISCO" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-GLOBALDISCO" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-globaldisco \- Global Discovery Protocol v3
|
syncthing-globaldisco \- Global Discovery Protocol v3
|
||||||
.SH ANNOUNCEMENTS
|
.SH ANNOUNCEMENTS
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-LOCALDISCO" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-LOCALDISCO" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-localdisco \- Local Discovery Protocol v4
|
syncthing-localdisco \- Local Discovery Protocol v4
|
||||||
.SH MODE OF OPERATION
|
.SH MODE OF OPERATION
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-NETWORKING" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-NETWORKING" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-networking \- Firewall Setup
|
syncthing-networking \- Firewall Setup
|
||||||
.SH ROUTER SETUP
|
.SH ROUTER SETUP
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-RELAY" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-RELAY" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-relay \- Relay Protocol v1
|
syncthing-relay \- Relay Protocol v1
|
||||||
.SH WHAT IS A RELAY?
|
.SH WHAT IS A RELAY?
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-REST-API" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-REST-API" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-rest-api \- REST API
|
syncthing-rest-api \- REST API
|
||||||
.sp
|
.sp
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-SECURITY" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-SECURITY" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-security \- Security Principles
|
syncthing-security \- Security Principles
|
||||||
.sp
|
.sp
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-STIGNORE" "5" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-STIGNORE" "5" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-stignore \- Prevent files from being synchronized to other nodes
|
syncthing-stignore \- Prevent files from being synchronized to other nodes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING-VERSIONING" "7" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING-VERSIONING" "7" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing-versioning \- Keep automatic backups of deleted files by other nodes
|
syncthing-versioning \- Keep automatic backups of deleted files by other nodes
|
||||||
.sp
|
.sp
|
||||||
@@ -88,16 +88,17 @@ that will be kept for each.
|
|||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
.B 1 Hour
|
.B 1 Hour
|
||||||
For the first hour, the most recent version is kept every 30 seconds.
|
For the first hour, the oldest version in every 30\-seconds interval is
|
||||||
|
kept.
|
||||||
.TP
|
.TP
|
||||||
.B 1 Day
|
.B 1 Day
|
||||||
For the first day, the most recent version is kept every hour.
|
For the first day, the oldest version in every hour is kept.
|
||||||
.TP
|
.TP
|
||||||
.B 30 Days
|
.B 30 Days
|
||||||
For the first 30 days, the most recent version is kept every day.
|
For the first 30 days, the oldest version in every day is kept.
|
||||||
.TP
|
.TP
|
||||||
.B Until Maximum Age
|
.B Until Maximum Age
|
||||||
Until maximum age, the most recent version is kept every week.
|
Until maximum age, the oldest version in every week is kept.
|
||||||
.TP
|
.TP
|
||||||
.B Maximum Age
|
.B Maximum Age
|
||||||
The maximum time to keep a version in days. For example, to keep replaced or
|
The maximum time to keep a version in days. For example, to keep replaced or
|
||||||
@@ -105,6 +106,14 @@ deleted files in the “.stversions” folder for an entire year, use 365. If
|
|||||||
only for 10 days, use 10.
|
only for 10 days, use 10.
|
||||||
\fBNote: Set to 0 to keep versions forever.\fP
|
\fBNote: Set to 0 to keep versions forever.\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
.sp
|
||||||
|
This means that there is only one version in each interval and as files age they
|
||||||
|
will be deleted unless when the interval they are entering is empty. By keeping
|
||||||
|
the oldest versions this versioning scheme preserves the file if it is
|
||||||
|
overwritten.
|
||||||
|
.sp
|
||||||
|
For more info, check the \fI\%unit test file\fP <\fBhttps://github.com/syncthing/syncthing/blob/main/lib/versioner/staggered_test.go#L32\fP>
|
||||||
|
that shows which versions are deleted for a specific run.
|
||||||
.SH EXTERNAL FILE VERSIONING
|
.SH EXTERNAL FILE VERSIONING
|
||||||
.sp
|
.sp
|
||||||
This versioning method delegates the decision on what to do to an
|
This versioning method delegates the decision on what to do to an
|
||||||
|
|||||||
+9
-1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||||||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||||
..
|
..
|
||||||
.TH "SYNCTHING" "1" "Apr 26, 2021" "v1" "Syncthing"
|
.TH "SYNCTHING" "1" "May 18, 2021" "v1" "Syncthing"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
syncthing \- Syncthing
|
syncthing \- Syncthing
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@@ -55,6 +55,14 @@ machine will automatically be replicated to your other devices. We believe your
|
|||||||
data is your data alone and you deserve to choose where it is stored. Therefore
|
data is your data alone and you deserve to choose where it is stored. Therefore
|
||||||
Syncthing does not upload your data to the cloud but exchanges your data across
|
Syncthing does not upload your data to the cloud but exchanges your data across
|
||||||
your machines as soon as they are online at the same time.
|
your machines as soon as they are online at the same time.
|
||||||
|
.sp
|
||||||
|
The \fBsyncthing\fP core application is a command\-line program which usually runs
|
||||||
|
in the background and handles the synchronization. It provides a built\-in, HTML
|
||||||
|
and JavaScript based user interface to be controlled from a web browser. This
|
||||||
|
frontend communicates with the core application through some HTTP APIs, which
|
||||||
|
other apps like graphical system integration helpers can use as well, for
|
||||||
|
greatest flexibility. A link to reach the GUI and API is printed among the first
|
||||||
|
few log messages.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
Reference in New Issue
Block a user