Package Details: synology-drive 3.5.2_16110-5

Git Clone URL: https://aur.archlinux.org/synology-drive.git (read-only, click to copy)
Package Base: synology-drive
Description: Desktop utility of the DSM add-on package, Synology Drive Server
Upstream URL: https://www.synology.com/en-global/releaseNote/SynologyDriveClient
Keywords: client drive nas synology
Licenses: custom:Synology Linux License Grant
Conflicts: cloudstation-3.0, cloudstation-beta, cloudstation-drive, synology-drive, synology-drive-client
Submitter: fmartingr
Maintainer: schinfo
Last Packager: schinfo
Votes: 48
Popularity: 0.43
First Submitted: 2018-01-03 10:34 (UTC)
Last Updated: 2025-02-20 15:41 (UTC)

Pinned Comments

schinfo commented on 2024-11-11 08:55 (UTC)

IMPORTANT !!! - Version 3.5.1-16102 fixed an security vulnerability. (Synology-SA-24:21)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

philippe commented on 2022-04-29 19:33 (UTC)

Here is a patch if it can help:

diff --git a/PKGBUILD b/PKGBUILD
index f59a322..b134ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Felipe Martin <me@fmartingr.com>

 pkgname="synology-drive"
-pkgver="3.1.0_12920"
+pkgver="3.1.0_12923"
 pkgrel="1"
 pkgdesc="Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
 arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@ conflicts=()
 source=()
 md5sums=()

-source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/i686/synology-drive-client-12920.i686.deb)
-md5sums_i686=('e54b9c56993d14449f398d47c32acae2')
+source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12923/Ubuntu/Installer/i686/synology-drive-client-12923.i686.deb)
+md5sums_i686=('2b9ccaeb02b70457f6714f6a94526553')

-source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/x86_64/synology-drive-client-12920.x86_64.deb)
-md5sums_x86_64=('738c18fd2ed29444e1de5ffd419797df')
+source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12923/Ubuntu/Installer/x86_64/synology-drive-client-12923.x86_64.deb)
+md5sums_x86_64=('6381889cd48f13a18ae60e7c2ca46df7')

 package() {
    cd "${srcdir}"
--

shilka commented on 2022-01-19 04:39 (UTC)

I got a strange problem that synology-driver does not sync any file from server to my local folder. I installed synology-driver with no error no warning, I start it and looks pretty well -- everything seems normal, the software prompt me enter the login information and then proceed to some config steps. After that, the system tray menu told me it's "up-to-date" but with a blank "recently changed" list and my local folder is still empty. Does anybody know what the problem is? Thanks!

kasperis7 commented on 2021-10-31 02:00 (UTC)

Updated PKGBUILD: https://ghostbin.com/F7E6u

fmartingr commented on 2021-08-03 15:32 (UTC)

Hey @rjhilgefort, did you have any problems with the published AUR? It should get you the 3.0.1 release.

rjhilgefort commented on 2021-08-03 15:25 (UTC)

@jibsaramnim Thank you! This worked for me! I removed my 2.x.x installation and then followed your instructions to get the 3.x.x installed on my ArcoLinux machine. Thanks!

fmartingr commented on 2021-07-08 07:15 (UTC)

Hey folks, I'm sorry for the delays. I switched jobs and my main computer is not my Arch but a Mac now. But I promise take a look at this this evening after work so the update is out for you.

jibsaramnim commented on 2021-07-08 03:04 (UTC)

For anyone who has already upgraded their NAS to 7.0 and is looking get a working Synology drive again, until the package is updated you might want to upgrade ahead of time. Here's the PKGBUILD I used to get to the as of this writing recent-most release, v3.0.1:

# Maintainer: Felipe Martin <me@fmartingr.com>

pkgname="synology-drive"
pkgver="3.0.1"
pkgrel="12667"
pkgdesc="Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
arch=('i686' 'x86_64')
url="https://www.synology.com"
license=('unknown')
depends=('glibc' 'libsm' 'binutils' 'fontconfig' )
optdepends=('nautilus: For nautilus integration' )
conflicts=('cloudstation-beta' 'cloudstation-3.0' 'cloudstation-drive' )
source=()
md5sums=()

source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.1-12667/Ubuntu/Installer/i686/synology-drive-client-12667.i686.deb)
md5sums_i686=('aa8c94068881f0892e14e3798008feff')

source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.1-12667/Ubuntu/Installer/x86_64/synology-drive-client-12667.x86_64.deb)
md5sums_x86_64=('a41b48ea0dd03341a42991574e8b4e9d')

prepare() {
    cd "$srcdir"
    mkdir -p data
    ar x synology-drive-*
    xz -d data.tar.xz
    tar xf data.tar --directory data
}

package() {
    cp -r "$srcdir/data/opt" "$pkgdir/opt"
    cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

(Save as PKGBUILD in temporary folder and run makepkg -si to install.)

etix commented on 2021-06-29 10:37 (UTC)

Now that DSM 7 has been released, I tested the latest 3.0.1-12667 against DSM 6.2 and it's working as expected with older versions.

fmartingr commented on 2021-06-29 10:26 (UTC)

Hey folks, my NASes are still on DSM 6 and haven received the new major version yet. I'm not going to push the new PKGBUILD with the new version until I can modify and test that it works properly. I also need to apply some changes to follow the AUR guidelines as well.

If you want to check out the new version I published a link with a PKGBUILD to the beta and some people have provided patches in the comments as well.

corban commented on 2021-06-26 10:37 (UTC)

Attention! I removed the out-of-date-flag, because @maveonair is right. The Version 3 of the Synology-Drive-Client is actually intended for Synology-NAS, that already have DSM 7 installed. If you're on DSM 6 you still need Version 2.0.3-11102 of the Drive-Client. Otherwise, it can cause problems with synchronization.