This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > syncthing (1.14.0)

Syncthing (two way file sync between devices)

Syncthing is a free, open-source peer-to-peer, two-way file
syncronisation application available for Windows, Mac, Linux, iOS,
Android, Solaris, Darwin and BSD. It can sync files between devices
on a local network, or between remote devices over the Internet.

Before you can build Syncthing, you have to create a syncthing
user and group (used when running syncthing as a system-wide daemon):

groupadd -g 307 syncthing
useradd -d /var/lib/syncthing -g syncthing -s /bin/bash -u 307 syncthing

This package includes a rc.syncthing startup script, suitable for
running Syncthing as a system daemon - such as on a server.

The default location for the Syncthing config *and* sync repository
if run using the enclosed rc.syncthing is under /var/lib/syncthing,
but Syncthing is normally configured through its own web interface.
See project page for further details.

Maintained by: Sebastian Arcus
Keywords: btsync,sync,dropbox,cloud,syncthing
ChangeLog: syncthing

Homepage:
https://syncthing.net

Source Downloads (32bit):
syncthing-linux-386-v1.14.0.tar.gz (08be360b13127e25fd87e4ffb871150a)

Source Downloads (64bit):
syncthing-linux-amd64-v1.14.0.tar.gz (18a0ebe796720813b5fce68cc4256f98)

Download SlackBuild:
syncthing.tar.gz
syncthing.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds