Package Details: crashplan-pro 11.5.0-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: tari
Last Packager: tari
Votes: 28
Popularity: 0.000468
First Submitted: 2013-08-27 17:10 (UTC)
Last Updated: 2024-11-26 07:26 (UTC)

Dependencies (8)

Required by (0)

Sources (5)

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 2 3 4 5 6 7 .. 23 Next › Last »

fatfishy commented on 2022-11-13 16:06 (UTC)

They changed the download location to https://download.crashplan.com/installs/agent/cloud/10.4.0/224/install/CrashPlanSmb_10.4.0_15252000061040_224_Linux.tgz

achilleas commented on 2022-10-25 07:47 (UTC)

Something went wrong with the latest update for me and there were leftover files during the upgrade causing a conflict. If you run into this, uninstalling CP, manually deleting the conflicting files, and installing the updated package should solve any issue.

Muncrief commented on 2022-10-02 21:24 (UTC) (edited on 2022-10-02 21:26 (UTC) by Muncrief)

Thank you @achilleas.k. CrashPlan has its deficits but overall I've found it reliable and the best cloud backup value for large data archives, and appreciate you accepting responsibility for maintaining its Arch package.

Just so you know, I figured out how to manually install CrashPlan utilizing it's native installer and systemd service yesterday, with the only thing necessary being the manual copying of the nlib files. However, though I was able to do a full initial adoption and backup, and then some test restores, I still want to do more testing before declaring it fully functional. I'm especially curious as to whether or not the auto update will work with my near-native installation.

For those unfamiliar with the history of CrashPlan, this AUR package was initially developed when Code42 didn't support systemd, but now that they do their native installer seems to work much better. So I'm going to look into how they identify the distro when installing, and then attempt to insert whatever information is necessary to have their native installer support Arch. Hopefully after that this package will be much easier to maintain. Unfortunately I have a lot of other work I have to do at the same time, so it may be a week or more before I can get back to it. If things work out I'll let you know though and send in an alternate PKGBUILD for your consideration. Or of course you can look into this alternate development route as well if you wish and have the time.

Once again, thank you for taking the reigns of this beast! :)

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

achilleas commented on 2022-10-02 20:16 (UTC)

Adopted and updated.

legodfrey commented on 2022-09-19 19:10 (UTC)

Sorry I have ended up disowning, due to changing to an Arm based platform I can't run this, and had no luck converting this package to multiplatform.

All the luck with this in the future

vitalijr2 commented on 2022-09-19 13:33 (UTC)

There is a breaking change in SLF4J 2.0.0. Is CrashPlan ready? I haven't found which logger CrashPlan uses.

The current URL is not valid, maybe it's https://www.crashplan.com/en-us/small-business/

ZimbiX commented on 2022-08-08 09:13 (UTC)

Patch for 10.2.1:

diff --git a/PKGBUILD b/PKGBUILD
index 576a7f7..1606a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
 # <billyburly [at] gmail [dot] com>
 pkgname=crashplan-pro
 _pkgname=crashplan
-pkgver=10.2.0
-_pkgtimestamp=15252000061020
-_pkgbuild=14
+pkgver=10.2.1
+_pkgtimestamp=15252000061021
+_pkgbuild=16
 pkgrel=1
 pkgdesc="An business online/offsite backup solution"
 url="http://www.crashplan.com/business"
@@ -20,9 +20,9 @@ source=(https://download.code42.com/installs/agent/cloud/${pkgver}/${_pkgbuild}/
         upgrade.sh
         crashplan-pro_upgrade.service
         crashplan-pro_upgrade.path)
-sha1sums=('7fa6dc6c5338501bc4f63f2915f0d5420de25197'
+sha1sums=('983159b784a12c83b9a0e4cac92e8af8dec3e3d1'
           'f73e2b1155744594303d81b394031159e248654c'
-          'a3a5ead8b8fd867f47782b12bc27b1fb145565ac'          
+          'a3a5ead8b8fd867f47782b12bc27b1fb145565ac'
           'c24e2ba2b2d6831246ea4af072305ddf5d1fd774'
           '0dfbf0ef3df2ad386419def132c28d63560f6e4e')
 options=(!strip)

achilleas commented on 2022-07-20 21:44 (UTC)

I could co-maintain to push updates on occasions like this last one. That said, I've been considering moving away from CrashPlan for a while now, so I don't know how long I'll be interested in staying up to date with new releases.

legodfrey commented on 2022-07-20 19:20 (UTC)

In othernews, if someone else wants to take over, or become a co-maintainer then just let me know!