Package Details: crashplan-pro 11.3.1-2

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.54
First Submitted: 2013-08-27 17:10 (UTC)
Last Updated: 2024-05-26 14:20 (UTC)

Dependencies (8)

Required by (0)

Sources (6)

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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 23 Next › Last »

roknir commented on 2018-12-19 17:45 (UTC)

Their "App Downloads" page hasn't been updated with a download link for 6.9.1 yet.

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"```

blackhole commented on 2018-12-19 11:44 (UTC)

Version 6.9.1 is out!

blackhole commented on 2018-12-19 11:33 (UTC)

Today launching opt/crashplan/bin/CrashPlanDesktop I have an error about code42 cannot connect to background service. However systemctl status crashplan-pro is fine with no errors

veganvelociraptr commented on 2018-12-09 08:53 (UTC) (edited on 2018-12-09 08:57 (UTC) by veganvelociraptr)

Am I the only one getting this error when trying to start v6.9.0 as a systemd service? I didn't get this with 6.8.3.

● crashplan-pro.service - CrashPlanPRO Backup Engine
   Loaded: loaded (/usr/lib/systemd/system/crashplan-pro.service; disabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Sun 2018-12-09 09:51:35 CET; 26s ago
  Process: 29964 ExecStart=/opt/crashplan/bin/CrashPlanEngine start (code=exited, status=0/SUCCESS)
 Main PID: 29983 (code=exited, status=1/FAILURE)

dec 09 09:51:35 x systemd[1]: crashplan-pro.service: Start request repeated too quickly.
dec 09 09:51:35 x systemd[1]: crashplan-pro.service: Failed with result 'exit-code'.
dec 09 09:51:35 x systemd[1]: Failed to start CrashPlanPRO Backup Engine.

roknir commented on 2018-12-07 05:22 (UTC)

It looks like there was a 6.9.0 released. Download link: https://www.crashplanpro.com/client/installers/CrashPlanSmb_6.9.0_1525200006690_820_Linux.tgz

blackhole commented on 2018-12-06 09:36 (UTC)

I think there is a new version now

fryfrog commented on 2018-09-24 15:18 (UTC)

I wouldn't <3 chattr +i, but maybe symlinking the folder to /dev/null would be enough?

gadicc commented on 2018-09-24 12:20 (UTC) (edited on 2018-09-24 12:21 (UTC) by gadicc)

Back on /opt/crashplan/upgrade filling up the disk with failed updates whenever a new release comes out:

sudo rm -rf /opt/crashplan/upgrade/*
sudo chattr +i /opt/crashplan/upgrade

Now automatic upgrades will continue to fail but without wasting your bandwidth or disk space :) Everything else continues to work perfectly including upgrading via AUR (you'll get a warning on upgrade that it can't remove this directory, that's ok).

Don't forget that you did this though in case you ever stop using the AUR package and install crashplan by hand. You can undo the immutability with chattr -i.

Maybe this should be part of the AUR package? A package setting immutability really isn't great but is infinitely better than the current situation.

gotunandan commented on 2018-08-29 08:11 (UTC)

Looks like upgrading all the pending arch packages via pacman has fixed the issue. The CrashPlanDesktop app is opening up now. Might have been an issue with a linked library version.