Package Details: crashplan-pro 11.2.1-1

Git Clone URL: https://aur.archlinux.org/crashplan-pro.git (read-only, click to copy)
Package Base: crashplan-pro
Description: A business online/offsite backup solution
Upstream URL: https://www.crashplan.com/en-us/small-business/
Keywords: backup crashplan
Licenses: custom
Conflicts: crashplan
Submitter: glittershark
Maintainer: achilleas
Last Packager: achilleas
Votes: 29
Popularity: 0.86
First Submitted: 2013-08-27 17:10 (UTC)
Last Updated: 2024-01-13 17:50 (UTC)

Dependencies (8)

Required by (0)

Sources (5)

Pinned Comments

achilleas commented on 2022-10-02 20:21 (UTC) (edited on 2022-10-25 07:45 (UTC) by achilleas)

Direct download links page: https://support.crashplan.com/hc/en-us/articles/8717685436173#Direct_download_links

SmashedSqwurl commented on 2018-12-19 15:10 (UTC) (edited on 2018-12-19 15:14 (UTC) by SmashedSqwurl)

@gadicc, I added some pacman hooks to handle setting/unsetting the immutable flag:

Sets immutable flag after install/upgrade:

[Trigger]
Operation = Upgrade
Operation = Install
Type = Package
Target = crashplan-pro

[Action]
Description = Set immutability of Crashplan Pro upgrade directory
When = PostTransaction
Exec = /usr/bin/bash -c "rm -rf /opt/crashplan/upgrade/*; chattr +i /opt/crashplan/upgrade"`

Unsets immutable flag before upgrade/remove:

[Trigger]
Operation = Upgrade
Operation = Remove
Type = Package
Target = crashplan-pro

[Action]
Description = Undo immutability of Crashplan Pro upgrade directory
When = PreTransaction
Exec = /usr/bin/bash -c "chattr -i /opt/crashplan/upgrade"```

Latest Comments

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

Muncrief commented on 2021-12-22 22:06 (UTC)

Here's a quick package fix until it gets updated to 8.8.1.36

In PKGBUILD:

pkgver=8.8.1
_pkgtimestamp=1525200006881
_pkgbuild=36

sha1sums=('SKIP'
          'c6bf34f1b0ba0bd8d9eb04f6b300112e3c053f84'
          'f01486b90dafe714a69d20aaa873153ce069af13')

In .SRCINFO:

    sha1sums = SKIP
    sha1sums = c6bf34f1b0ba0bd8d9eb04f6b300112e3c053f84
    sha1sums = f01486b90dafe714a69d20aaa873153ce069af13

Muncrief commented on 2021-12-16 02:08 (UTC) (edited on 2021-12-22 22:06 (UTC) by Muncrief)

Here's a quick package fix until it gets updated to 8.8.1.33

In PKGBUILD:

pkgver=8.8.1
_pkgtimestamp=1525200006881
_pkgbuild=33

sha1sums=('SKIP'
          'c6bf34f1b0ba0bd8d9eb04f6b300112e3c053f84'
          'f01486b90dafe714a69d20aaa873153ce069af13')

In .SRCINFO:

    sha1sums = SKIP
    sha1sums = c6bf34f1b0ba0bd8d9eb04f6b300112e3c053f84
    sha1sums = f01486b90dafe714a69d20aaa873153ce069af13

tari commented on 2021-06-05 22:35 (UTC)

8.6.1:

pkgver=8.6.1
_pkgtimestamp=1525200006861
_pkgbuild=3

sha1sums=('54185c976c31b79bae0fb28cba4838c044fa8fca'
          ...

fried commented on 2021-03-23 18:43 (UTC)

I had an issue with the update but it turned out that my src and pkg directories were left over so I deleted those and the install worked just fine.

legodfrey commented on 2021-03-18 00:14 (UTC) (edited on 2021-03-18 00:15 (UTC) by legodfrey)

I have removed some of the old bug fixes, as they should have been incorporated upstream, however if anyone has any issues (especially locale related) then let me know!

At some point I might attempt to remove some of the dependencies, as now it should favor the code42 shipped JRE as opposed to the systems version.

blackhole commented on 2020-11-16 16:11 (UTC)

Last 2 days crashplan is not backing up. CPU load is at more than 40%, service is running but a big number of new/modified files are not saved. I tried to reinstall but I have the same problem. Looking in the logs I cannot find anything relevant.

I have contacted support but the answer is "CrashPlan for Small Business cannot guarantee continued functionality on unsupported operating systems. In order to protect your data, our recommendation is that users who are on an unsupported operating system should utilize one of the supported versions listed above if they would like to continue using CrashPlan for Small Business"

Maybe I must look to some other application, but It is difficult to fine one good supporting continuous backup.

Muncrief commented on 2020-10-23 16:30 (UTC) (edited on 2020-10-23 16:31 (UTC) by Muncrief)

@trotskytown, the permissions on /opt/crashplan/electron/chrome-sandbox are 0644 on both my Arch and Manjaro installations and they're working perfectly.

I'm not sure what's going on, but changing permissions in the electron directory should be done carefully, and allowing the sandbox to be executable with global read permissions doesn't sound right to me.

trotskytown commented on 2020-10-23 16:02 (UTC)

Whenever I install/update this package and try to run the GUI, I get this message: "The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /opt/crashplan/electron/chrome-sandbox is owned by root and has mode 4755."

Running "sudo chmod 4755 /opt/crashplan/electron/chrome-sandbox" by hand makes it work fine. Can that line be added to the package script so it's performed automatically?

Muncrief commented on 2020-10-20 21:17 (UTC)

Oh wow, thanks so much for updating this so quickly @legodfrey. I just uninstalled 8.2 and installed 8.5 and it's working perfectly.

legodfrey commented on 2020-10-20 20:56 (UTC)

I have updated the package to 8.5.0, in addition I have tried removing gconf, this appears to behave on my test system.