Package Details: rslsync 3.0.0-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.71
First Submitted: 2016-09-25 13:20 (UTC)
Last Updated: 2024-08-08 15:57 (UTC)

Latest Comments

« First ‹ Previous 1 .. 38 39 40 41 42 43 44 45 46 47 48 .. 56 Next › Last »

WonderWoofy commented on 2013-10-22 14:15 (UTC)

If the below is the case, then should this package be removed? Possibly with votes and comments merged with the btsync package?

emlun commented on 2013-10-21 13:38 (UTC)

TheMadMechanic: Try checking journalctl -xn20 after trying to start bsync, that might give you an idea what's wrong.

emlun commented on 2013-10-21 13:31 (UTC)

TheMadMechanic: Ok, then I'm afraid I don't know what the problem is. By the way, the storage_path configured in the config file is where sync metadata is stored, not the synced files themselves. Where your synced folders go is specified in the WebGUI on a per-folder basis, completely independently of the storage_path setting.

TheMadMechanic commented on 2013-10-21 13:03 (UTC)

Lorde I created ~/btsync and that is where I plan on nesting everything I want to share with bittorrent sync. That's why the path is set as it is.

emlun commented on 2013-10-19 16:00 (UTC)

TheMadMechanic: Does ~/btsync exist? Or did you intend to set storage_path: ~/.config/btsync ?

TheMadMechanic commented on 2013-10-19 13:18 (UTC)

I'm having trouble getting this to work. I had tried installing the bittorrent-sync package from AUR but then it got superceded.That's fine, I uninstalled it then installed this package. As you spell out in your post-install instructions I: mkdir -p ~/.config/btsync cp /etc/btsync.conf ~/.config/btsync/btsync.conf Here is a link to my users config (I hashed a few things for privacy) http://pastie.org/8414302 When I run systemctl start btsync@##### I get the following error: "Failed to issue method call: Unit btsync@#####.service failed to load: No such file or directory." I'm not sure where to go from here because it still isn't working for me.

emlun commented on 2013-10-19 09:44 (UTC)

This package has now been superseded by the btsync and btsync-autoconfig packages. From now on, btsync will provide BitTorrent Sync itself (the executable and systemd devides) while btsync-autoconfig will be an optional dependency that provides on-demand automatic creation of config files when btsync@.service starts.

emlun commented on 2013-10-18 18:57 (UTC)

TheMadMechanic: You'll want to use `systemctl start btsync@username`, not the plain `btsync` call. Enabling the service only creates the symlinks, without starting the service, like most other systemd services. Trivia: the raw btsync executable will attempt to save its metadata in .sync/ relative to the directory where the executable is located (/usr/bin in this case). I don't know where those double /s came from. :s

TheMadMechanic commented on 2013-10-18 17:02 (UTC)

I installed this package and edited the username, password, and port in /etc/btsync.conf. I also created and edited the config at ~/.config/btsync/btsync.conf (In my case, both configs are identical.) I did systemctl enable btsync@username and it listed the links it created as expected. I then attempted to go to http://localhost:8888/gui/en/index.html in Firefox and I get a "problem loading page" issue. I tried to start btsync by simply running 'btsync' in terminal and it also threw errors. "Can't open pid file /usr/bin/.sync//sync.pid. No such file or directory" right away that looks suspect for two reasons, first off the double / between .sync and sync.pid and also because the pid (according to the wiki) is handled automatically. Any thoughts on where to go from here?

emlun commented on 2013-10-17 06:17 (UTC)

petko10: I'm sorry, I don't understand the problem...