summaryrefslogblamecommitdiffstats
path: root/network/resilio-sync/README
blob: ea38d34a4cd4ef526273471426bd0645a005de83 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                    
Resilio Sync (formerly BitTorrent Sync) by Resilio, Inc. is a
proprietary peer-to-peer file synchronization tool available for
Windows, Mac, Linux, Android, iOS, Windows Phone, Amazon Kindle Fire
and BSD. It can sync files between devices on a local network, or
between remote devices over the Internet via a modified version of
the BitTorrent protocol. 

If you want to run Resilio Sync as a service, you need to have an
rslsync user and group prior to running the service.
Something like this will suffice for most systems:

groupadd -g 364 rslsync
useradd -u 364 -g rslsync -d /dev/null -s /bin/false rslsync

If you want to run rslsync as a regular user, you do not need an
extra system user. You can conveniently start rslsync in user mode
by using the provided rslsync-usermode script.