Trying To Update On Ds1813+ But Lost


Recommended Posts

I've been using synocommunity to install and update my btsync on my Synology DS1813+, but now it seems synocommunity has become a bit unreliable. 

 

How can I update this manually? 

Do I need to take remove it first from the packages and then re-install it manually?

 

Regards

 

Total Noob

 

 

Link to comment
Share on other sites

x86_64 GNU/Linux synology_cedarview_1813+

 

Is what I get.

But my knowledge of getting around via SSH is limited, I don't know hot to get to the bin folder to replace the appropriate files.

 

This is the kind of thing I need to know how to do once and then I'll be able to do it for as long as I need.

Link to comment
Share on other sites

@Lobo204,

 

The steps are pretty much common with all Linux environments. The command output shows you need to use x64 binary (however, x86 should also work).

 

1. Connect to your NAS via SSH.

2. Stop btsync (kill <btsync_process_id> would do the job)

3. download BTSync binary ("wget http://download-lb.utorrent.com/endpoint/btsync/os/linux-x64/track/stable")

4. unpack binary (tar -zxf <archive_name>)

5. use "find / -name btsync" command to locate btsync binary

6. replace if with freshly downloaded.

7. start BTSync.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.