Resilio Sync is a proprietary peer-to-peer file synchronization tool for Linux, FreeBSD, Mac, Windows, Android, iOS, Amazon Kindle Fire, and NAS devices. It is a reliable file-sharing and syncing tool developed by Resilio, Inc. It does not require a centralized server to store files. You just need to install Resilio Sync on the server and start sharing and syncing files via the BitTorrent protocol.
In this video I will show you how to install it on Ubuntu 22.04 LTS
Useful Links:
VPS/VDS - https://www.mivocloud.com/
WARNING - ANGLED BRACKETS AREN'T ALLOWED IN DESCRIPTION SO BE ATTENTIVE TO THE VIDEO IN NANO EDITOR
Commands Used:
sudo apt update sudo apt upgrade -y
apt-get install gnupg2 curl wget git software-properties-common acl -y
wget http://linux-packages.resilio.com/res...
apt-key add key.asc
add-apt-repository "deb http://linux-packages.resilio.com/res... resilio-sync non-free"
apt-get update -y
apt-get install resilio-sync -y
systemctl start resilio-sync
systemctl enable resilio-sync
systemctl status resilio-sync
nano /etc/resilio-sync/config.json
{
"storage_path" : "/var/lib/resilio-sync/",
"pid_file" : "/var/run/resilio-sync/sync.pid",
"webui" :
{
"force_https": true,
"listen" : "your-server-ip:8888"
}
}
systemctl restart resilio-sync
mkdir /mnt/files/
touch /mnt/files/doc1.txt
touch /mnt/files/doc2.txt
setfacl -R -m "u:rslsync:rwx" /mnt/files
Watch video How to Install Resilio Sync File Sharing Tool on Ubuntu 22.04 online without registration, duration hours minute second in high quality. This video was added by user MivoCloud 20 June 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 439 once and liked it 44 people.