Package Details: rslsync 3.0.1-1

Git Clone URL: https://aur.archlinux.org/rslsync.git (read-only, click to copy)
Package Base: rslsync
Description: Resilio Sync (ex:BitTorrent Sync) - automatically sync files via secure, distributed technology
Upstream URL: https://www.getsync.com
Licenses: custom:resilio
Submitter: widowild
Maintainer: widowild (fryfrog)
Last Packager: fryfrog
Votes: 361
Popularity: 0.25
First Submitted: 2016-09-25 13:20 (UTC)
Last Updated: 2024-10-12 04:43 (UTC)

Latest Comments

« First ‹ Previous 1 .. 48 49 50 51 52 53 54 55 56 Next › Last »

emlun commented on 2013-07-07 17:22 (UTC)

By the way, why is the epoch set in the PKGBUILD? I'm new to building AUR packages, and ArchWiki says "Do not use this unless you know what you are doing" about the epoch variable. :)

emlun commented on 2013-07-07 17:14 (UTC)

I've submitted a pull request that allows running the service as any user: "systemctl start btsync@username"

mazzolino commented on 2013-07-07 14:36 (UTC)

The btsync service is installed to run as user "btsync". The btsync user needs "rwx" permissions for the folder to share and "rx" permissions for all of its direct parent folders. You might "chgrp" all those folders to the "btsync" group in order to be able to use those permissions. It would be easier to manage if the service ran as root. But that might not be a good solution from a security standpoint. Ideally, it would be started by the user itself. But I don't know if we could use systemd for that.

simonsd commented on 2013-07-07 12:57 (UTC)

@teek: what user are you using to run these commands? You could try creating a debug.txt file with content 'FFFF' in your storage_path (check your config file for the correct path). This will give you more debug output in the sync.log file which is also located in your storage_path.

zeltak commented on 2013-07-07 11:54 (UTC)

Hi serialhex thx for picking up the package! one thing though, i cant see to add local folder (under /home) using the webgui (it says cannot open folder). maybe its me being an idiot but am i missing something? best Z

<deleted-account> commented on 2013-07-06 22:01 (UTC)

Picked up package after Ninja-1 dropped it, new GitHub repo for bugfixes & such: https://github.com/serialhex/bittorrent-sync

Ninja-1 commented on 2013-07-06 16:28 (UTC)

Dropped package because I don't have time to maintain it and don't want to hold it up.

teek commented on 2013-07-05 10:55 (UTC)

(Also, 1.1.27 is out)

teek commented on 2013-07-05 10:54 (UTC)

Stangely: == # /usr/bin/btsync --config /etc/btsync.conf By using this application, you agree to our Privacy Policy and Terms. http://www.bittorrent.com/legal/privacy http://www.bittorrent.com/legal/terms-of-use BitTorrent Sync forked to background. pid = 1612 == This work perfectly! What could be wrong with the "init-script?"

teek commented on 2013-07-04 18:44 (UTC)

locate btsync.service /etc/systemd/system/multi-user.target.wants/btsync.service /usr/lib/systemd/system/btsync.service Could it be that I have problems because before I had this installed: https://aur.archlinux.org/packages/btsync/ ?