Resilio Sync
A fast, reliable, and simple file sync and share solution, powered by P2P technology.
Installation
Windows
Download newest installer from Resilio.com
Linux
Download newest release from Resilio.com
sudo dpkg -i <resilio-sync.deb>Usage
If you want the Resilio Sync Service to listen on another interface, edit /etc/resilio-sync/config.json.
http://localhost:8888Configuration Linux
Enable Startup at Boot
sudo nano /usr/lib/systemd/user/resilio-sync.serviceChange:
- Old:
WantedBy=multi-user.target - New:
WantedBy=default.target
sudo systemctl enable resilio-sync.serviceSet Permissions
Resilio Sync will run under the rslsync user. To give this user the required access on specific folder(s) you can use ACLs.
sudo apt install aclsudo setfacl -R -m "u:rslsync:rwx" /var/www/*Troubleshooting
Remove GUI password
systemctl stop resilio-sync.service
sudo rm /var/lib/resilio-sync/settings.dat
sudo rm /var/lib/resilio-sync/settings.dat.old