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.063722
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 .. 14 15 16 17 18 19 20 21 22 23 Next › Last »

fryfrog commented on 2017-10-12 00:01 (UTC) (edited on 2017-10-12 00:03 (UTC) by fryfrog)

Also, I looped through 1-500 against https://web-ebm-msp.crashplanpro.com/client/installers/CrashPlanPRO_4.9.0_1499922000650_${x}_Linux.tgz and couldn't grab anything. I don't know if: INFO sgDispatch-2 ervice.peer.PeerVersionValidator] WE have an old version, localVersion=1436674888490 (2015-07-12T04:21:28:490+0000), remoteVersion=1499922000650 (2017-07-13T05:00:00:650+0000), remoteGuid=42 matters in any way.

fryfrog commented on 2017-10-12 00:00 (UTC)

It just keeps the source and package files from showing up as something that needs committing, you don't ever want/need to commmit the /pkg/ or /src/ dir. And you *probably* never need to commit any *.tgz (the download from crashplan) or *.xz (the package made by makepkg). Most AUR projects have one, though I don't think the *crashplan* AUR package is a very good example because it blocks *everything* and then explicitly enables the things they think they care about.

<deleted-account> commented on 2017-10-11 23:10 (UTC)

@fryfrog I merged the restart patch but I'm not sure if adding a .gitignore is a good practice here.

fryfrog commented on 2017-10-11 22:38 (UTC)

https://ptpb.pw/X_QS ^ This makes the restart work and adds a .gitignore.

fryfrog commented on 2017-10-11 22:26 (UTC) (edited on 2017-10-11 22:37 (UTC) by fryfrog)

This is a git format-patch that changes the deps, makes the "restart" work (I think) and adds a .gitignore. https://ptpb.pw/4OTT I'd actually love to figure out how to update 4.9.0 too, it is 1436674888490 while it wants to update to 1499922000650. But just changing that in the URL isn't enough. :/ Edit: Don't try to apply this, you just made a bunch of the changes I did too. :)

<deleted-account> commented on 2017-10-11 20:29 (UTC)

@fryfrog thanks i updated the depends

fryfrog commented on 2017-10-11 19:42 (UTC)

@aaronm-cloudtek: I'm guessing crashplan and crashplan-pro are fairly similar, have you considred changing the dependencies? Over there, it defaults to 8 and the jre is good enough. https://aur.archlinux.org/packages/crashplan/

fryfrog commented on 2017-10-11 19:37 (UTC)

Ha, the *section* is commented out, I'm a big dummy. :)

fryfrog commented on 2017-10-11 19:36 (UTC)

From my `/etc/pacman.conf` I have the following, which seems like all I need for it to be enabled? :/ #[multilib] Include = /etc/pacman.d/mirrorlist