Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhex/arch-resilio-sync
Docker build script for Arch Linux base with Resilio Sync
https://github.com/binhex/arch-resilio-sync
arch-linux backup backup-utility docker-image linux peer resilio-sync synchronization
Last synced: 27 days ago
JSON representation
Docker build script for Arch Linux base with Resilio Sync
- Host: GitHub
- URL: https://github.com/binhex/arch-resilio-sync
- Owner: binhex
- License: gpl-3.0
- Created: 2021-03-06T10:28:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T16:23:18.000Z (3 months ago)
- Last Synced: 2024-08-08T19:23:20.593Z (3 months ago)
- Topics: arch-linux, backup, backup-utility, docker-image, linux, peer, resilio-sync, synchronization
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[Resilio-Sync](https://www.resilio.com/individuals/)
**Description**
Resilio Sync (formerly BitTorrent Sync) by Resilio, Inc. is a proprietary peer-to-peer file synchronization tool available for Windows, Mac, Linux, Android, iOS, Windows Phone, Amazon Kindle Fire and BSD. It can sync files between devices on a local network, or between remote devices over the Internet via a modified version of the BitTorrent protocol.
Although not touted by the developers as an intended direct replacement nor competitor to cloud-based file synchronization services, it has attained much of its publicity in this potential role.This is mainly due to the ability of Resilio Sync to address many of the concerns in existing services relating to file storage limits, privacy, cost, and performance.
**Build notes**
Latest GitHub stable release from Arch Linux AUR.
**Usage**
```
docker run -d \
-p 8888:8888 \
-p 55555:55555 \
--name= \
-v :/media \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-resilio-sync
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
`http://:8888`
**Example**
```
docker run -d \
-p 8888:8888 \
-p 55555:55555 \
--name=resilio-sync \
-v /media:/media \
-v /apps/docker/resilio-sync:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-resilio-sync
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```
___
If you appreciate my work, then please consider buying me a beer :D[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.unraid.net/topic/103784-support-binhex-resilio-sync/)