Installing Resilio Sync (rslSync) on the Raspberry Pi: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "If you would like to manually install Resilio Sync then have a look at the page Manually Installing Resilio Sync (rslSync) on the Raspberry Pi I have based my install fro...")
 
Line 48: Line 48:
</pre>
</pre>


User Account
<pre>
rslsync
</pre>
Using an existing database and folders I had to assign the user and group '''rslsync''' to the files and folders for resilio-sync to be able to access the storage.


[[Category : Raspberry Pi]] [[Category : Resilio]]
[[Category : Raspberry Pi]] [[Category : Resilio]]

Revision as of 03:53, 24 March 2017

If you would like to manually install Resilio Sync then have a look at the page Manually Installing Resilio Sync (rslSync) on the Raspberry Pi

I have based my install from Raspbian Lite

OS Updates

Ensure OS has all the latest updates.

apt-get update
apt-get -y upgrade
apt-get -y dist-upgrade
apt-get -y autoclean
apt-get -y autoremove

sudo apt-get -y install rpi-update

sudo rpi-update


apt source

echo "deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free" | sudo tee /etc/apt/sources.list.d/resilio-sync.list


Install Resilio

sudo apt-get install resilio-sync

Stopping/starting Service

systemctl stop resilio-sync
systemctl start resilio-sync
systemctl restart resilio-sync
systemctl status resilio-sync

Notes

Config File

/etc/resilio-sync/config.json

Storage

/var/lib/resilio-sync/

User Account

rslsync

Using an existing database and folders I had to assign the user and group rslsync to the files and folders for resilio-sync to be able to access the storage.