Package Details: spideroak-one 7.5.2-1

Git Clone URL: https://aur.archlinux.org/spideroak-one.git (read-only, click to copy)
Package Base: spideroak-one
Description: Secure file backup, sync and sharing client. SpiderOak One client.
Upstream URL: https://crossclave.com/
Keywords: backup
Licenses: LicenseRef-SpiderOakONE
Provides: spideroak
Submitter: warnem2
Maintainer: warnem2
Last Packager: warnem2
Votes: 267
Popularity: 0.091161
First Submitted: 2015-07-18 19:17 (UTC)
Last Updated: 2025-04-20 03:51 (UTC)

Latest Comments

« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 27 .. 29 Next › Last »

tpavlic commented on 2011-09-28 03:22 (UTC)

Maintainer -- please add "exec" to the SpiderOak line in /usr/bin/SpiderOak Patched PKGBUILD here: http://pastebin.com/zcGT2wfZ That is, change: echo '/usr/share/spideroak/lib/SpiderOak "$@"' >> "${USRBINFILE}" to echo 'exec /usr/share/spideroak/lib/SpiderOak "$@"' >> "${USRBINFILE}" Otherwise an unneeded bash process sticks around while SpiderOak is running. @cb474 -- IIRC, you can still use the "worldbackupday" to convert your 2GB to 5GB. Go to "Account" and then "Get More Space" and then "Change" and then you can put in the promocode there.

polslinux commented on 2011-09-19 17:21 (UTC)

9850 is out!

cb474 commented on 2011-09-15 21:20 (UTC)

@ebrodeur. didn't seem tacky to me. i would have liked to have gotten the 6Gb instead of 2Gb, if i weren't already signed up. i assume MartinZ gets something for the referral, but that doesn't bother me.

<deleted-account> commented on 2011-09-15 12:54 (UTC)

@MartinZ extremely tacky way to get some free space.

mzecher commented on 2011-09-15 02:06 (UTC)

Thanks a lot for the package. For the new users how don't know, you may register with a referral link (this is mine: https://spideroak.com/download/referral/dd6b3051b5f1f10a5674d694f22dd3e8) and the Promo Code "worldbackupday" to begin with 6GB instead of the regular 2GB.

polslinux commented on 2011-09-10 08:23 (UTC)

9849 is out!

dserban commented on 2011-08-25 10:53 (UTC)

@sschober, try the Fedora-based version of this PKGBUILD: http://pastebin.com/raw.php?i=6FH2JzCr Let me know if this one is also segfaulting for you.

sschober commented on 2011-08-25 09:37 (UTC)

segfaults for me, when clicking on the backup->advanced button :/ See the full stacktrace here: https://gist.github.com/1170277

dserban commented on 2011-06-28 10:43 (UTC)

@mond, my observations: 1) Hardcoding the revision number into the PKGBUILD almost by definition guarantees that at some point the build process is going to retrieve out-of-date software from upstream. We wouldn't do that with *-git / *-svn / *-bzr packages, and so we won't do that with SpiderOak either. Upstream is essentially a version control system that has been enhanced to spit out a .deb file on demand, and IMO the PKGBUILD must reflect the VCS nature of upstream. 2) Replacing static libraries with their Arch-native equivalents is technically infeasible in SpiderOak's case because the SpiderOak binary incorporates the entirety of some version of Python. What you are suggesting would be possible were SpiderOak open-source and with python2 as a dependency. 3) I have added the .install file.

<deleted-account> commented on 2011-06-27 21:16 (UTC)

Hi, I think I made this PKGBUILD a lot more standard conform and removed more Debian/Ubuntu stuff. http://dl.dropbox.com/u/1715256/spideroak-9823-1.src.tar.xz Also what do you think about replacing most of the static libraries with the packages from extra/community?