Resilio Sync
A fast, reliable, and simple file sync and share solution, powered by P2P technology.
Installation
Section titled “Installation”Windows
Section titled “Windows”Download newest installer from Resilio.com
Download newest release from Resilio.com
sudo dpkg -i <resilio-sync.deb>If you want the Resilio Sync Service to listen on another interface, edit /etc/resilio-sync/config.json.
http://localhost:8888Configuration Linux
Section titled “Configuration Linux”Enable Startup at Boot
Section titled “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
Section titled “Set 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
Section titled “Troubleshooting”Remove GUI password
Section titled “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