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
Смотрите видео How to Install Resilio Sync File Sharing Tool on Ubuntu 22.04 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MivoCloud 20 Июнь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 439 раз и оно понравилось 44 людям.