What happened to Resilio Sync?

Joined
Jan 4, 2014
Messages
1,644
Not sure why this popular plugin was removed? A new version 2.7 of Resilio Sync was released on 8 May 2020. It addresses a regression in versions above 2.6.1 syncing files >4GB. There are several new features and a number of other improvements/fixes as well. Refer to What's New In Resilio Sync 2.7.0 and Sync 2.X Change Log. If you already have Sync installed, I recommend upgrading to the new version.
 
Joined
Jan 4, 2014
Messages
1,644
If you would like to install Resilio Sync in a jail, search this forum or google 'freenas resilio jail'.

If you already have Resilio Sync installed and would like to upgrade the executable from 2.6.x to 2.7, do the following:

From the UI, shell into the Resilio jail (Jails > resilio_jail > Shell). Check the location of the executable rslsync ls /usr/local/bin. If it's not there, these instructions may not be applicable or may need to be modified.

Code:
service rslsync stop
cd /usr/local/bin
mv rslsync rslsync_old
fetch http://download-cdn.resilio.com/stable/FreeBSD-x64/resilio-sync_freebsd_x64.tar.gz
tar -xzvf resilio-sync_freebsd_x64.tar.gz
rm resilio-sync_freebsd_x64.tar.gz
service rslsync start
 
Top