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: None
Last Packager: achilleas
Votes: 29
Popularity: 0.016294
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 2024-08-17 10:48 (UTC) (edited on 2024-08-17 10:49 (UTC) by achilleas)

I'm going to be disowning this package soon. I'm moving away from crashplan and have no interest in maintaining this package, and dealing with usage issues, when I wont be using it.

I'll keep it up to date during the coming months as needed, but if no one else shows up, I plan to disown it at the end of October.

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

roknir commented on 2018-06-30 19:03 (UTC) (edited on 2018-06-30 19:03 (UTC) by roknir)

@ZimbiX I think that's going to be a problem as long as we CrashPlan continues to take their auto-upgrade approach. I think the general approach to counteract it today is:

  1. Clean out the upgrade packages and logs to get filesystem capacity back
  2. Upgrade to the latest package from AUR
  3. Start your backups again

#2 has been much more easy and reliable since the AUR package has been staying up-to-date since aaronm-cloudtek took over as the maintainer.

If this isn't good enough, you could always write and run a script that monitors whether it's trying to auto-apply a new upgrade and if so, stop the service before it downloads upgrade packages indefinitely until it files your filesystem. Then you could intervene with the new AUR package upgrade a little more easily.

ZimbiX commented on 2018-06-30 13:46 (UTC)

The auto upgrade files in /opt/crashplan/upgrade filled up the disk and brought down my server again. What do you guys do to prevent this?

jayray commented on 2018-05-23 15:22 (UTC)

Thanks again for keeping this up to date!

roknir commented on 2018-05-15 06:33 (UTC)

It looks like CrashPlan released a new 6.7.2 build 5609 version.

Download link is: https://web-lbm-msp.crashplanpro.com/client/installers/CrashPlanSmb_6.7.2_1512021600672_5609_Linux.tgz

kflak commented on 2018-03-28 07:31 (UTC)

Sweet, upgraded to the latest version now, and it's chugging away as expected. Thanks!

fryfrog commented on 2018-03-27 22:30 (UTC)

Could you add a .gitignore? :)

/*.xz
/*.tgz
/*.log
/src/
/pkg/

roknir commented on 2018-03-27 18:45 (UTC)

@kflak, @fryfrog, @aaronm-cloudtek: Thanks for the quick work on this. You all helped me avert the usual auto-upgrade filled filesystem disaster with this. =]

fryfrog commented on 2018-03-27 16:29 (UTC)

https://web-lbm-msp.crashplanpro.com/client/installers/CrashPlanSmb_6.7.1_1512021600671_4615_Linux.tgz

^ The link, PKGBUILD will need some adjustment.

fryfrog commented on 2018-03-27 15:57 (UTC)

@kflak: Just download it and show us the link.

kflak commented on 2018-03-27 15:03 (UTC)

Update: 6.7.1 is now available in my personal download area, but not in any publicly available repositories. Any pointers to a newbee on how I would go about merging this into a pacman-aware package?